#76B2DE

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

Shades of Jordy Blue #76B2DE

Tints of Jordy Blue #76B2DE

Color information

#76B2DE (or 0x76B2DE) is unknown color: approx Jordy Blue. HEX triplet: 76, B2 and DE. RGB value is (118,178,222). Sum of RGB (Red+Green+Blue) = 118+178+222=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #76B2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2DE is #894D21. Grayscale: #A4A4A4. Windows color (decimal): -8998178 or 14594678. OLE color: 14594678.

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

Color convert

RGB118178222-
CMYK0.470.2000.13
HSL205.38º61.18%66.67%-
HSV(B)205.38º46.85%87.06%-
XYZ36.5840.9775.09-
YUV165.08160.1294.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.78%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 222 (87.11% from 255) = 42.86%
R=22.78%
G=34.36%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181782220.470.2000.13205.3861.1866.67
Hex76B2DE2F140Dcd3d43
Octal166262336572401531575103
Binary111011010110010110111101011111010001101110011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,222); }

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

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

 a { background-color: rgb(118,178,222); }

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

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

 span { border-color: rgb(118,178,222); }

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