#9AEEFB

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

Shades of Blizzard Blue #9AEEFB

Tints of Blizzard Blue #9AEEFB

Color information

#9AEEFB (or 0x9AEEFB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EE and FB. RGB value is (154,238,251). Sum of RGB (Red+Green+Blue) = 154+238+251=643 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.95% from 643); Green value is 238 (93.36% from 255 or 37.01% 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 #9AEEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEFB is #651104. Grayscale: #D6D6D6. Windows color (decimal): -6623493 or 16510618. OLE color: 16510618.

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

Color convert

RGB154238251-
CMYK0.390.0500.02
HSL188.04º92.38%79.41%-
HSV(B)188.04º38.65%98.43%-
XYZ61.3174.98102.51-
YUV214.37148.6784.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.95%
GREEN value IS 238 (93.36% from 255) = 37.01%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=23.95%
G=37.01%
B=39.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542382510.390.0500.02188.0492.3879.41
Hex9AEEFB27502bc5c4f
Octal23235637347502274134117
Binary1001101011101110111110111001111010101011110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,238,251); }

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

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

 a { background-color: rgb(154,238,251); }

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

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

 span { border-color: rgb(154,238,251); }

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