#9EEAFB

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

Shades of Blizzard Blue #9EEAFB

Tints of Blizzard Blue #9EEAFB

Color information

#9EEAFB (or 0x9EEAFB) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EA and FB. RGB value is (158,234,251). Sum of RGB (Red+Green+Blue) = 158+234+251=643 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.57% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EEAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEAFB is #611504. Grayscale: #D5D5D5. Windows color (decimal): -6362373 or 16509598. OLE color: 16509598.

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

Color convert

RGB158234251-
CMYK0.370.0700.02
HSL190.97º92.08%80.2%-
HSV(B)190.97º37.05%98.43%-
XYZ60.9473.08102.16-
YUV213.21149.3288.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.57%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=24.57%
G=36.39%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582342510.370.0700.02190.9792.0880.2
Hex9EEAFB25702bf5c50
Octal23635237345702277134120
Binary1001111011101010111110111001011110101011111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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