#76A9DE

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

Shades of Jordy Blue #76A9DE

Tints of Jordy Blue #76A9DE

Color information

#76A9DE (or 0x76A9DE) is unknown color: approx Jordy Blue. HEX triplet: 76, A9 and DE. RGB value is (118,169,222). Sum of RGB (Red+Green+Blue) = 118+169+222=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #76A9DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A9DE is #895621. Grayscale: #9F9F9F. Windows color (decimal): -9000482 or 14592374. OLE color: 14592374.

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

Color convert

RGB118169222-
CMYK0.470.2400.13
HSL210.58º61.18%66.67%-
HSV(B)210.58º46.85%87.06%-
XYZ34.8437.574.51-
YUV159.79163.198.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=23.18%
G=33.20%
B=43.61%

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
Decimal1181692220.470.2400.13210.5861.1866.67
Hex76A9DE2F180Dd33d43
Octal166251336573001532375103
Binary111011010101001110111101011111100001101110100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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