#9AEAE8

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

Shades of Blizzard Blue #9AEAE8

Tints of Blizzard Blue #9AEAE8

Color information

#9AEAE8 (or 0x9AEAE8) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EA and E8. RGB value is (154,234,232). Sum of RGB (Red+Green+Blue) = 154+234+232=620 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.84% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEAE8 is #651517. Grayscale: #D1D1D1. Windows color (decimal): -6624536 or 15264410. OLE color: 15264410.

HSL color Cylindrical-coordinate representation of color #9AEAE8: hue angle of 178.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEAE8 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB154234232-
CMYK0.3400.010.08
HSL178.5º65.57%76.08%-
HSV(B)178.5º34.19%91.76%-
XYZ57.3171.5487.13-
YUV209.85140.588.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.84%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=24.84%
G=37.74%
B=37.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542342320.3400.010.08178.565.5776.08
Hex9AEAE822018b2424c
Octal232352350420110262102114
Binary1001101011101010111010001000100110001011001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,234,232); }

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

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

 a { background-color: rgb(154,234,232); }

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

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

 span { border-color: rgb(154,234,232); }

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