#A4F0FA

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

Shades of Blizzard Blue #A4F0FA

Tints of Blizzard Blue #A4F0FA

Color information

#A4F0FA (or 0xA4F0FA) is unknown color: approx Blizzard Blue. HEX triplet: A4, F0 and FA. RGB value is (164,240,250). Sum of RGB (Red+Green+Blue) = 164+240+250=654 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.08% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F0FA is #5B0F05. Grayscale: #DADADA. Windows color (decimal): -5967622 or 16445604. OLE color: 16445604.

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

Color convert

RGB164240250-
CMYK0.340.0400.02
HSL186.98º89.58%81.18%-
HSV(B)186.98º34.4%98.04%-
XYZ63.7377.11101.97-
YUV218.42145.8289.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.08%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=25.08%
G=36.70%
B=38.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642402500.340.0400.02186.9889.5881.18
HexA4F0FA22402bb5a51
Octal24436037242402273132121
Binary1010010011110000111110101000101000101011101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F0FA; }

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

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

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

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

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

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

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

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