#9EEBF1

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

Shades of Blizzard Blue #9EEBF1

Tints of Blizzard Blue #9EEBF1

Color information

#9EEBF1 (or 0x9EEBF1) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EB and F1. RGB value is (158,235,241). Sum of RGB (Red+Green+Blue) = 158+235+241=634 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.92% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #9EEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBF1 is #61140E. Grayscale: #D4D4D4. Windows color (decimal): -6362127 or 15854494. OLE color: 15854494.

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

Color convert

RGB158235241-
CMYK0.340.0200.05
HSL184.34º74.77%78.24%-
HSV(B)184.34º34.44%94.51%-
XYZ59.6973.0494.17-
YUV212.66143.9989.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.92%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=24.92%
G=37.07%
B=38.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582352410.340.0200.05184.3474.7778.24
Hex9EEBF122205b84b4e
Octal23635336142205270113116
Binary1001111011101011111100011000101001011011100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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