#9AEFED

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

Shades of Blizzard Blue #9AEFED

Tints of Blizzard Blue #9AEFED

Color information

#9AEFED (or 0x9AEFED) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EF and ED. RGB value is (154,239,237). Sum of RGB (Red+Green+Blue) = 154+239+237=630 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.44% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEFED is #651012. Grayscale: #D5D5D5. Windows color (decimal): -6623251 or 15593370. OLE color: 15593370.

HSL color Cylindrical-coordinate representation of color #9AEFED: hue angle of 178.59º 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 #9AEFED is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB154239237-
CMYK0.3600.010.06
HSL178.59º72.65%77.06%-
HSV(B)178.59º35.56%93.73%-
XYZ59.4874.7291.41-
YUV213.36141.3485.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.44%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=24.44%
G=37.94%
B=37.62%

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
Decimal1542392370.3600.010.06178.5972.6577.06
Hex9AEFED24016b3494d
Octal23235735544016263111115
Binary100110101110111111101101100100011101011001110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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