#9AEFEC

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

Shades of Blizzard Blue #9AEFEC

Tints of Blizzard Blue #9AEFEC

Color information

#9AEFEC (or 0x9AEFEC) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EF and EC. RGB value is (154,239,236). Sum of RGB (Red+Green+Blue) = 154+239+236=629 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.48% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEFEC is #651013. Grayscale: #D5D5D5. Windows color (decimal): -6623252 or 15527834. OLE color: 15527834.

HSL color Cylindrical-coordinate representation of color #9AEFEC: hue angle of 177.88º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AEFEC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB154239236-
CMYK0.3600.010.06
HSL177.88º72.65%77.06%-
HSV(B)177.88º35.56%93.73%-
XYZ59.3374.6690.64-
YUV213.24140.8485.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.48%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=24.48%
G=38.00%
B=37.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542392360.3600.010.06177.8872.6577.06
Hex9AEFEC24016b2494d
Octal23235735444016262111115
Binary100110101110111111101100100100011101011001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,239,236); }

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

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

 a { background-color: rgb(154,239,236); }

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

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

 span { border-color: rgb(154,239,236); }

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