#A4E8FA

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

Shades of Blizzard Blue #A4E8FA

Tints of Blizzard Blue #A4E8FA

Color information

#A4E8FA (or 0xA4E8FA) is unknown color: approx Blizzard Blue. HEX triplet: A4, E8 and FA. RGB value is (164,232,250). Sum of RGB (Red+Green+Blue) = 164+232+250=646 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.39% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4E8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E8FA is #5B1705. Grayscale: #D5D5D5. Windows color (decimal): -5969670 or 16443556. OLE color: 16443556.

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

Color convert

RGB164232250-
CMYK0.340.0700.02
HSL192.56º89.58%81.18%-
HSV(B)192.56º34.4%98.04%-
XYZ61.4272.51101.2-
YUV213.72148.4792.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.39%
GREEN value IS 232 (91.02% from 255) = 35.91%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=25.39%
G=35.91%
B=38.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642322500.340.0700.02192.5689.5881.18
HexA4E8FA22702c15a51
Octal24435037242702301132121
Binary1010010011101000111110101000101110101100000110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E8FA; }

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

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

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

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

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

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

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

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