#9EEFFB

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

Shades of Blizzard Blue #9EEFFB

Tints of Blizzard Blue #9EEFFB

Color information

#9EEFFB (or 0x9EEFFB) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EF and FB. RGB value is (158,239,251). Sum of RGB (Red+Green+Blue) = 158+239+251=648 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.38% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEFFB is #611004. Grayscale: #D8D8D8. Windows color (decimal): -6361093 or 16510878. OLE color: 16510878.

HSL color Cylindrical-coordinate representation of color #9EEFFB: hue angle of 187.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EEFFB is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158239251-
CMYK0.370.0500.02
HSL187.74º92.08%80.2%-
HSV(B)187.74º37.05%98.43%-
XYZ62.3875.97102.64-
YUV216.15147.6686.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.38%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=24.38%
G=36.88%
B=38.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582392510.370.0500.02187.7492.0880.2
Hex9EEFFB25502bc5c50
Octal23635737345502274134120
Binary1001111011101111111110111001011010101011110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,239,251); }

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

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

 a { background-color: rgb(158,239,251); }

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

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

 span { border-color: rgb(158,239,251); }

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