#A9DFED

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

Shades of Blizzard Blue #A9DFED

Tints of Blizzard Blue #A9DFED

Color information

#A9DFED (or 0xA9DFED) is unknown color: approx Blizzard Blue. HEX triplet: A9, DF and ED. RGB value is (169,223,237). Sum of RGB (Red+Green+Blue) = 169+223+237=629 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.87% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #A9DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DFED is #562012. Grayscale: #D0D0D0. Windows color (decimal): -5644307 or 15589289. OLE color: 15589289.

HSL color Cylindrical-coordinate representation of color #A9DFED: hue angle of 192.35º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9DFED is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169223237-
CMYK0.290.0600.07
HSL192.35º65.38%79.61%-
HSV(B)192.35º28.69%92.94%-
XYZ58.0467.3290.06-
YUV208.45144.1199.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.87%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=26.87%
G=35.45%
B=37.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692232370.290.0600.07192.3565.3879.61
HexA9DFED1D607c04150
Octal25133735535607300101120
Binary1010100111011111111011011110111001111100000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DFED; }

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

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

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

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

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

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

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

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