#9EE4EA

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

Shades of Blizzard Blue #9EE4EA

Tints of Blizzard Blue #9EE4EA

Color information

#9EE4EA (or 0x9EE4EA) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E4 and EA. RGB value is (158,228,234). Sum of RGB (Red+Green+Blue) = 158+228+234=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EE4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE4EA is #611B15. Grayscale: #CFCFCF. Windows color (decimal): -6363926 or 15393950. OLE color: 15393950.

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

Color convert

RGB158228234-
CMYK0.320.0300.08
HSL184.74º64.41%76.86%-
HSV(B)184.74º32.48%91.76%-
XYZ56.768.788.11-
YUV207.75142.8192.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.48%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=25.48%
G=36.77%
B=37.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582282340.320.0300.08184.7464.4176.86
Hex9EE4EA20308b9404d
Octal236344352403010271100115
Binary10011110111001001110101010000011010001011100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,228,234); }

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

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

 a { background-color: rgb(158,228,234); }

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

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

 span { border-color: rgb(158,228,234); }

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