#A4E6FA

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

Shades of Blizzard Blue #A4E6FA

Tints of Blizzard Blue #A4E6FA

Color information

#A4E6FA (or 0xA4E6FA) is unknown color: approx Blizzard Blue. HEX triplet: A4, E6 and FA. RGB value is (164,230,250). Sum of RGB (Red+Green+Blue) = 164+230+250=644 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.47% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4E6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E6FA is #5B1905. Grayscale: #D4D4D4. Windows color (decimal): -5970182 or 16443044. OLE color: 16443044.

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

Color convert

RGB164230250-
CMYK0.340.0800.02
HSL193.95º89.58%81.18%-
HSV(B)193.95º34.4%98.04%-
XYZ60.8671.39101.01-
YUV212.55149.1393.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.47%
GREEN value IS 230 (90.23% from 255) = 35.71%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=25.47%
G=35.71%
B=38.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642302500.340.0800.02193.9589.5881.18
HexA4E6FA22802c25a51
Octal244346372421002302132121
Binary10100100111001101111101010001010000101100001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E6FA; }

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

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

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

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

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

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

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

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