#A9EDFF

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

Shades of Blizzard Blue #A9EDFF

Tints of Blizzard Blue #A9EDFF

Color information

#A9EDFF (or 0xA9EDFF) is unknown color: approx Blizzard Blue. HEX triplet: A9, ED and FF. RGB value is (169,237,255). Sum of RGB (Red+Green+Blue) = 169+237+255=661 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.57% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #A9EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EDFF is #561200. Grayscale: #DADADA. Windows color (decimal): -5640705 or 16772521. OLE color: 16772521.

HSL color Cylindrical-coordinate representation of color #A9EDFF: hue angle of 192.56º 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 #A9EDFF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB169237255-
CMYK0.340.0700
HSL192.56º100%83.14%-
HSV(B)192.56º33.73%100%-
XYZ64.776.22105.91-
YUV218.72148.4792.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 25.57%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 255 (100% from 255) = 38.58%
R=25.57%
G=35.85%
B=38.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692372550.340.0700192.5610083.14
HexA9EDFF22700c16453
Octal25135537742700301144123
Binary101010011110110111111111100010111001100000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EDFF; }

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

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

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

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

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

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

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

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