#76B0DE

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

Shades of Jordy Blue #76B0DE

Tints of Jordy Blue #76B0DE

Color information

#76B0DE (or 0x76B0DE) is unknown color: approx Jordy Blue. HEX triplet: 76, B0 and DE. RGB value is (118,176,222). Sum of RGB (Red+Green+Blue) = 118+176+222=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #76B0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0DE is #894F21. Grayscale: #A3A3A3. Windows color (decimal): -8998690 or 14594166. OLE color: 14594166.

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

Color convert

RGB118176222-
CMYK0.470.2100.13
HSL206.54º61.18%66.67%-
HSV(B)206.54º46.85%87.06%-
XYZ36.1840.1874.96-
YUV163.9160.7895.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.87%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=22.87%
G=34.11%
B=43.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181762220.470.2100.13206.5461.1866.67
Hex76B0DE2F150Dcf3d43
Octal166260336572501531775103
Binary111011010110000110111101011111010101101110011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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