#9EE9F3

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

Shades of Blizzard Blue #9EE9F3

Tints of Blizzard Blue #9EE9F3

Color information

#9EE9F3 (or 0x9EE9F3) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E9 and F3. RGB value is (158,233,243). Sum of RGB (Red+Green+Blue) = 158+233+243=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #9EE9F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE9F3 is #61160C. Grayscale: #D3D3D3. Windows color (decimal): -6362637 or 15985054. OLE color: 15985054.

HSL color Cylindrical-coordinate representation of color #9EE9F3: hue angle of 187.06º 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 #9EE9F3 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158233243-
CMYK0.350.0400.05
HSL187.06º77.98%78.63%-
HSV(B)187.06º34.98%95.29%-
XYZ59.4272.0295.56-
YUV211.71145.6589.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.92%
GREEN value IS 233 (91.41% from 255) = 36.75%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=24.92%
G=36.75%
B=38.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582332430.350.0400.05187.0677.9878.63
Hex9EE9F323405bb4e4f
Octal23635136343405273116117
Binary10011110111010011111001110001110001011011101110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE9F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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