#9EEEF3

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

Shades of Blizzard Blue #9EEEF3

Tints of Blizzard Blue #9EEEF3

Color information

#9EEEF3 (or 0x9EEEF3) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EE and F3. RGB value is (158,238,243). Sum of RGB (Red+Green+Blue) = 158+238+243=639 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.73% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #9EEEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEEF3 is #61110C. Grayscale: #D6D6D6. Windows color (decimal): -6361357 or 15986334. OLE color: 15986334.

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

Color convert

RGB158238243-
CMYK0.350.0200.05
HSL183.53º77.98%78.63%-
HSV(B)183.53º34.98%95.29%-
XYZ60.8574.8996.04-
YUV214.6514487.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.73%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 243 (95.31% from 255) = 38.03%
R=24.73%
G=37.25%
B=38.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582382430.350.0200.05183.5377.9878.63
Hex9EEEF323205b84e4f
Octal23635636343205270116117
Binary1001111011101110111100111000111001011011100010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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