#A9EEFF

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

Shades of Blizzard Blue #A9EEFF

Tints of Blizzard Blue #A9EEFF

Color information

#A9EEFF (or 0xA9EEFF) is unknown color: approx Blizzard Blue. HEX triplet: A9, EE and FF. RGB value is (169,238,255). Sum of RGB (Red+Green+Blue) = 169+238+255=662 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.53% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EEFF is #561100. Grayscale: #DBDBDB. Windows color (decimal): -5640449 or 16772777. OLE color: 16772777.

HSL color Cylindrical-coordinate representation of color #A9EEFF: hue angle of 191.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9EEFF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169238255-
CMYK0.340.0700
HSL191.86º100%83.14%-
HSV(B)191.86º33.73%100%-
XYZ64.9976.8106.01-
YUV219.31148.1492.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.53%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 255 (100% from 255) = 38.52%
R=25.53%
G=35.95%
B=38.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692382550.340.0700191.8610083.14
HexA9EEFF22700c06453
Octal25135637742700300144123
Binary101010011110111011111111100010111001100000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EEFF; }

 p { color: rgb(169,238,255); }

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

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

 a { background-color: rgb(169,238,255); }

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

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

 span { border-color: rgb(169,238,255); }

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