#A3EAFA

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

Shades of Blizzard Blue #A3EAFA

Tints of Blizzard Blue #A3EAFA

Color information

#A3EAFA (or 0xA3EAFA) is unknown color: approx Blizzard Blue. HEX triplet: A3, EA and FA. RGB value is (163,234,250). Sum of RGB (Red+Green+Blue) = 163+234+250=647 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.19% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EAFA is #5C1505. Grayscale: #D6D6D6. Windows color (decimal): -6034694 or 16444067. OLE color: 16444067.

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

Color convert

RGB163234250-
CMYK0.350.0600.02
HSL191.03º89.69%80.98%-
HSV(B)191.03º34.8%98.04%-
XYZ61.7873.53101.38-
YUV214.6147.9891.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.19%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=25.19%
G=36.17%
B=38.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632342500.350.0600.02191.0389.6980.98
HexA3EAFA23602bf5a51
Octal24335237243602277132121
Binary1010001111101010111110101000111100101011111110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EAFA; }

 p { color: rgb(163,234,250); }

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

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

 a { background-color: rgb(163,234,250); }

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

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

 span { border-color: rgb(163,234,250); }

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