#9DE1EB

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

Shades of Blizzard Blue #9DE1EB

Tints of Blizzard Blue #9DE1EB

Color information

#9DE1EB (or 0x9DE1EB) is unknown color: approx Blizzard Blue. HEX triplet: 9D, E1 and EB. RGB value is (157,225,235). Sum of RGB (Red+Green+Blue) = 157+225+235=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DE1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE1EB is #621E14. Grayscale: #CDCDCD. Windows color (decimal): -6430229 or 15458717. OLE color: 15458717.

HSL color Cylindrical-coordinate representation of color #9DE1EB: hue angle of 187.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE1EB is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157225235-
CMYK0.330.0400.08
HSL187.69º66.1%76.86%-
HSV(B)187.69º33.19%92.16%-
XYZ55.8367.0288.59-
YUV205.81144.4793.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.45%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=25.45%
G=36.47%
B=38.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572252350.330.0400.08187.6966.176.86
Hex9DE1EB21408bc424d
Octal235341353414010274102115
Binary100111011110000111101011100001100010001011110010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,225,235); }

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

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

 a { background-color: rgb(157,225,235); }

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

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

 span { border-color: rgb(157,225,235); }

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