#76A6DD

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

Shades of Jordy Blue #76A6DD

Tints of Jordy Blue #76A6DD

Color information

#76A6DD (or 0x76A6DD) is unknown color: approx Jordy Blue. HEX triplet: 76, A6 and DD. RGB value is (118,166,221). Sum of RGB (Red+Green+Blue) = 118+166+221=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #76A6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A6DD is #895922. Grayscale: #9D9D9D. Windows color (decimal): -9001251 or 14526070. OLE color: 14526070.

HSL color Cylindrical-coordinate representation of color #76A6DD: hue angle of 212.04º 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 #76A6DD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118166221-
CMYK0.470.2500.13
HSL212.04º60.23%66.47%-
HSV(B)212.04º46.61%86.67%-
XYZ34.1636.3473.62-
YUV157.92163.699.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.37%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=23.37%
G=32.87%
B=43.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181662210.470.2500.13212.0460.2366.47
Hex76A6DD2F190Dd43c42
Octal166246335573101532474102
Binary111011010100110110111011011111100101101110101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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