#9EE3E9

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

Shades of Blizzard Blue #9EE3E9

Tints of Blizzard Blue #9EE3E9

Color information

#9EE3E9 (or 0x9EE3E9) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E3 and E9. RGB value is (158,227,233). Sum of RGB (Red+Green+Blue) = 158+227+233=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #9EE3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE3E9 is #611C16. Grayscale: #CECECE. Windows color (decimal): -6364183 or 15328158. OLE color: 15328158.

HSL color Cylindrical-coordinate representation of color #9EE3E9: hue angle of 184.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE3E9 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB158227233-
CMYK0.320.0300.09
HSL184.8º63.03%76.67%-
HSV(B)184.8º32.19%91.37%-
XYZ56.2868.0987.27-
YUV207.05142.6493.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 227 (89.06% from 255) = 36.73%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=25.57%
G=36.73%
B=37.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582272330.320.0300.09184.863.0376.67
Hex9EE3E920309b93f4d
Octal23634335140301127177115
Binary1001111011100011111010011000001101001101110011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,227,233); }

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

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

 a { background-color: rgb(158,227,233); }

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

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

 span { border-color: rgb(158,227,233); }

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