#9EEEF1

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

Shades of Blizzard Blue #9EEEF1

Tints of Blizzard Blue #9EEEF1

Color information

#9EEEF1 (or 0x9EEEF1) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EE and F1. RGB value is (158,238,241). Sum of RGB (Red+Green+Blue) = 158+238+241=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #9EEEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEEF1 is #61110E. Grayscale: #D6D6D6. Windows color (decimal): -6361359 or 15855262. OLE color: 15855262.

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

Color convert

RGB158238241-
CMYK0.340.0100.05
HSL182.17º74.77%78.24%-
HSV(B)182.17º34.44%94.51%-
XYZ60.5574.7794.46-
YUV214.4214387.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.80%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=24.80%
G=37.36%
B=37.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582382410.340.0100.05182.1774.7778.24
Hex9EEEF122105b64b4e
Octal23635636142105266113116
Binary100111101110111011110001100010101011011011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,238,241); }

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

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

 a { background-color: rgb(158,238,241); }

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

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

 span { border-color: rgb(158,238,241); }

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