#9EEBEE

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

Shades of Blizzard Blue #9EEBEE

Tints of Blizzard Blue #9EEBEE

Color information

#9EEBEE (or 0x9EEBEE) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EB and EE. RGB value is (158,235,238). Sum of RGB (Red+Green+Blue) = 158+235+238=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBEE is #611411. Grayscale: #D4D4D4. Windows color (decimal): -6362130 or 15657886. OLE color: 15657886.

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

Color convert

RGB158235238-
CMYK0.340.0100.07
HSL182.25º70.18%77.65%-
HSV(B)182.25º33.61%93.33%-
XYZ59.2472.8691.83-
YUV212.32142.4989.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.04%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=25.04%
G=37.24%
B=37.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582352380.340.0100.07182.2570.1877.65
Hex9EEBEE22107b6464e
Octal23635335642107266106116
Binary100111101110101111101110100010101111011011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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