#9EE6F4

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

Shades of Blizzard Blue #9EE6F4

Tints of Blizzard Blue #9EE6F4

Color information

#9EE6F4 (or 0x9EE6F4) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E6 and F4. RGB value is (158,230,244). Sum of RGB (Red+Green+Blue) = 158+230+244=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 244 (95.70% from 255 or 38.61% from 632); Max value from RGB is 244 - color contains mainly: blue. Hex color #9EE6F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE6F4 is #61190B. Grayscale: #D1D1D1. Windows color (decimal): -6363404 or 16049822. OLE color: 16049822.

HSL color Cylindrical-coordinate representation of color #9EE6F4: hue angle of 189.77º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EE6F4 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158230244-
CMYK0.350.0600.04
HSL189.77º79.63%78.82%-
HSV(B)189.77º35.25%95.69%-
XYZ58.7370.3996.08-
YUV210.07147.1590.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25%
GREEN value IS 230 (90.23% from 255) = 36.39%
BLUE value IS 244 (95.70% from 255) = 38.61%
R=25%
G=36.39%
B=38.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582302440.350.0600.04189.7779.6378.82
Hex9EE6F423604be504f
Octal23634636443604276120117
Binary10011110111001101111010010001111001001011111010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,230,244); }

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

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

 a { background-color: rgb(158,230,244); }

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

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

 span { border-color: rgb(158,230,244); }

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