#A4EAF1

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

Shades of Blizzard Blue #A4EAF1

Tints of Blizzard Blue #A4EAF1

Color information

#A4EAF1 (or 0xA4EAF1) is unknown color: approx Blizzard Blue. HEX triplet: A4, EA and F1. RGB value is (164,234,241). Sum of RGB (Red+Green+Blue) = 164+234+241=639 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.67% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4EAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAF1 is #5B150E. Grayscale: #D5D5D5. Windows color (decimal): -5969167 or 15854244. OLE color: 15854244.

HSL color Cylindrical-coordinate representation of color #A4EAF1: hue angle of 185.45º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4EAF1 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164234241-
CMYK0.320.0300.05
HSL185.45º73.33%79.41%-
HSV(B)185.45º31.95%94.51%-
XYZ60.6173.0994.13-
YUV213.87143.3192.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.67%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=25.67%
G=36.62%
B=37.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642342410.320.0300.05185.4573.3379.41
HexA4EAF120305b9494f
Octal24435236140305271111117
Binary1010010011101010111100011000001101011011100110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAF1; }

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

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

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

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

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

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

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

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