#9AEFFF

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

Shades of Blizzard Blue #9AEFFF

Tints of Blizzard Blue #9AEFFF

Color information

#9AEFFF (or 0x9AEFFF) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EF and FF. RGB value is (154,239,255). Sum of RGB (Red+Green+Blue) = 154+239+255=648 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.77% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AEFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEFFF is #651000. Grayscale: #D7D7D7. Windows color (decimal): -6623233 or 16773018. OLE color: 16773018.

HSL color Cylindrical-coordinate representation of color #9AEFFF: hue angle of 189.5º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AEFFF is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154239255-
CMYK0.400.0600
HSL189.5º100%80.2%-
HSV(B)189.5º39.61%100%-
XYZ62.2475.82105.96-
YUV215.41150.3484.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.77%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 255 (100% from 255) = 39.35%
R=23.77%
G=36.88%
B=39.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542392550.400.0600189.510080.2
Hex9AEFFF28600be6450
Octal23235737750600276144120
Binary100110101110111111111111101000110001011111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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