#9DE8EF

Color #9DE8EF Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #9DE8EF

Tints of Blizzard Blue #9DE8EF

Color information

#9DE8EF (or 0x9DE8EF) is unknown color: approx Blizzard Blue. HEX triplet: 9D, E8 and EF. RGB value is (157,232,239). Sum of RGB (Red+Green+Blue) = 157+232+239=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE8EF is #621710. Grayscale: #D2D2D2. Windows color (decimal): -6428433 or 15722653. OLE color: 15722653.

HSL color Cylindrical-coordinate representation of color #9DE8EF: hue angle of 185.12º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DE8EF is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB157232239-
CMYK0.340.0300.06
HSL185.12º71.93%77.65%-
HSV(B)185.12º34.31%93.73%-
XYZ58.3471.1192.31-
YUV210.37144.1589.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 239 (93.75% from 255) = 38.06%
R=25%
G=36.94%
B=38.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572322390.340.0300.06185.1271.9377.65
Hex9DE8EF22306b9484e
Octal23535035742306271110116
Binary1001110111101000111011111000101101101011100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DE8EF; }

 p { color: rgb(157,232,239); }

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

<style>
 a { background-color: #9DE8EF; }

 a { background-color: rgb(157,232,239); }

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

<style>
 span { border-color: #9DE8EF; }

 span { border-color: rgb(157,232,239); }

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