#9EE8F3

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

Shades of Blizzard Blue #9EE8F3

Tints of Blizzard Blue #9EE8F3

Color information

#9EE8F3 (or 0x9EE8F3) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E8 and F3. RGB value is (158,232,243). Sum of RGB (Red+Green+Blue) = 158+232+243=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #9EE8F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE8F3 is #61170C. Grayscale: #D3D3D3. Windows color (decimal): -6362893 or 15984798. OLE color: 15984798.

HSL color Cylindrical-coordinate representation of color #9EE8F3: hue angle of 187.76º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EE8F3 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158232243-
CMYK0.350.0500.05
HSL187.76º77.98%78.63%-
HSV(B)187.76º34.98%95.29%-
XYZ59.1371.4595.47-
YUV211.13145.9890.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.96%
GREEN value IS 232 (91.02% from 255) = 36.65%
BLUE value IS 243 (95.31% from 255) = 38.39%
R=24.96%
G=36.65%
B=38.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582322430.350.0500.05187.7677.9878.63
Hex9EE8F323505bc4e4f
Octal23635036343505274116117
Binary10011110111010001111001110001110101011011110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,232,243); }

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

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

 a { background-color: rgb(158,232,243); }

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

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

 span { border-color: rgb(158,232,243); }

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