#A4EEFA

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

Shades of Blizzard Blue #A4EEFA

Tints of Blizzard Blue #A4EEFA

Color information

#A4EEFA (or 0xA4EEFA) is unknown color: approx Blizzard Blue. HEX triplet: A4, EE and FA. RGB value is (164,238,250). Sum of RGB (Red+Green+Blue) = 164+238+250=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EEFA is #5B1105. Grayscale: #D9D9D9. Windows color (decimal): -5968134 or 16445092. OLE color: 16445092.

HSL color Cylindrical-coordinate representation of color #A4EEFA: hue angle of 188.37º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4EEFA is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164238250-
CMYK0.340.0500.02
HSL188.37º89.58%81.18%-
HSV(B)188.37º34.4%98.04%-
XYZ63.1475.94101.77-
YUV217.24146.4890.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.15%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=25.15%
G=36.50%
B=38.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642382500.340.0500.02188.3789.5881.18
HexA4EEFA22502bc5a51
Octal24435637242502274132121
Binary1010010011101110111110101000101010101011110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEFA; }

 p { color: rgb(164,238,250); }

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

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

 a { background-color: rgb(164,238,250); }

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

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

 span { border-color: rgb(164,238,250); }

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