#9AEAF1

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

Shades of Blizzard Blue #9AEAF1

Tints of Blizzard Blue #9AEAF1

Color information

#9AEAF1 (or 0x9AEAF1) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EA and F1. RGB value is (154,234,241). Sum of RGB (Red+Green+Blue) = 154+234+241=629 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.48% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #9AEAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEAF1 is #65150E. Grayscale: #D2D2D2. Windows color (decimal): -6624527 or 15854234. OLE color: 15854234.

HSL color Cylindrical-coordinate representation of color #9AEAF1: hue angle of 184.83º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AEAF1 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154234241-
CMYK0.360.0300.05
HSL184.83º75.65%77.45%-
HSV(B)184.83º36.1%94.51%-
XYZ58.6372.0794.04-
YUV210.8814587.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.48%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=24.48%
G=37.20%
B=38.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542342410.360.0300.05184.8375.6577.45
Hex9AEAF124305b94c4d
Octal23235236144305271114115
Binary1001101011101010111100011001001101011011100110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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