#A4EAFD

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

Shades of Blizzard Blue #A4EAFD

Tints of Blizzard Blue #A4EAFD

Color information

#A4EAFD (or 0xA4EAFD) is unknown color: approx Blizzard Blue. HEX triplet: A4, EA and FD. RGB value is (164,234,253). Sum of RGB (Red+Green+Blue) = 164+234+253=651 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.19% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAFD is #5B1502. Grayscale: #D7D7D7. Windows color (decimal): -5969155 or 16640676. OLE color: 16640676.

HSL color Cylindrical-coordinate representation of color #A4EAFD: hue angle of 192.81º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4EAFD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164234253-
CMYK0.350.0800.01
HSL192.81º95.7%81.76%-
HSV(B)192.81º35.18%99.22%-
XYZ62.4673.83103.89-
YUV215.24149.3191.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.19%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=25.19%
G=35.94%
B=38.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642342530.350.0800.01192.8195.781.76
HexA4EAFD23801c16052
Octal244352375431001301140122
Binary1010010011101010111111011000111000011100000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAFD; }

 p { color: rgb(164,234,253); }

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

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

 a { background-color: rgb(164,234,253); }

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

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

 span { border-color: rgb(164,234,253); }

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