#9EE2F0

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

Shades of Blizzard Blue #9EE2F0

Tints of Blizzard Blue #9EE2F0

Color information

#9EE2F0 (or 0x9EE2F0) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E2 and F0. RGB value is (158,226,240). Sum of RGB (Red+Green+Blue) = 158+226+240=624 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.32% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #9EE2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE2F0 is #611D0F. Grayscale: #CFCFCF. Windows color (decimal): -6364432 or 15786654. OLE color: 15786654.

HSL color Cylindrical-coordinate representation of color #9EE2F0: hue angle of 190.24º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EE2F0 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158226240-
CMYK0.340.0600.06
HSL190.24º73.21%78.04%-
HSV(B)190.24º34.17%94.12%-
XYZ57.0367.9592.55-
YUV207.26146.4792.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.32%
GREEN value IS 226 (88.67% from 255) = 36.22%
BLUE value IS 240 (94.14% from 255) = 38.46%
R=25.32%
G=36.22%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582262400.340.0600.06190.2473.2178.04
Hex9EE2F022606be494e
Octal23634236042606276111116
Binary10011110111000101111000010001011001101011111010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,226,240); }

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

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

 a { background-color: rgb(158,226,240); }

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

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

 span { border-color: rgb(158,226,240); }

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