#76A7DD

Color #76A7DD Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #76A7DD

Tints of Jordy Blue #76A7DD

Color information

#76A7DD (or 0x76A7DD) is unknown color: approx Jordy Blue. HEX triplet: 76, A7 and DD. RGB value is (118,167,221). Sum of RGB (Red+Green+Blue) = 118+167+221=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #76A7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A7DD is #895822. Grayscale: #9E9E9E. Windows color (decimal): -9000995 or 14526326. OLE color: 14526326.

HSL color Cylindrical-coordinate representation of color #76A7DD: hue angle of 211.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76A7DD is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118167221-
CMYK0.470.2400.13
HSL211.46º60.23%66.47%-
HSV(B)211.46º46.61%86.67%-
XYZ34.3436.7173.68-
YUV158.5163.2799.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 23.32%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=23.32%
G=33.00%
B=43.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181672210.470.2400.13211.4660.2366.47
Hex76A7DD2F180Dd33c42
Octal166247335573001532374102
Binary111011010100111110111011011111100001101110100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A7DD; }

 p { color: rgb(118,167,221); }

 H1.HeaderClassName
 {
   color: #76A7DD;
 }
 .AnyTagClassName
 {
   color: #76A7DD;
 }
</style>
background-color css

<style>
 a { background-color: #76A7DD; }

 a { background-color: rgb(118,167,221); }

 div.DivClassName
 {
   background-color: #76A7DD;
 }
 .BgClassName
 {
   background-color: #76A7DD;
 }
</style>
border-color css

<style>
 span { border-color: #76A7DD; }

 span { border-color: rgb(118,167,221); }

 td.TdClassName
 {
   border-color: #76A7DD;
 }
 .TagClassName
 {
   border-color: #76A7DD;
 }
</style>