#A3EAF6

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

Shades of Blizzard Blue #A3EAF6

Tints of Blizzard Blue #A3EAF6

Color information

#A3EAF6 (or 0xA3EAF6) is unknown color: approx Blizzard Blue. HEX triplet: A3, EA and F6. RGB value is (163,234,246). Sum of RGB (Red+Green+Blue) = 163+234+246=643 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.35% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3EAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EAF6 is #5C1509. Grayscale: #D6D6D6. Windows color (decimal): -6034698 or 16181923. OLE color: 16181923.

HSL color Cylindrical-coordinate representation of color #A3EAF6: hue angle of 188.67º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3EAF6 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163234246-
CMYK0.340.0500.04
HSL188.67º82.18%80.2%-
HSV(B)188.67º33.74%96.47%-
XYZ61.1673.2998.11-
YUV214.14145.9891.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.35%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=25.35%
G=36.39%
B=38.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632342460.340.0500.04188.6782.1880.2
HexA3EAF622504bd5250
Octal24335236642504275122120
Binary10100011111010101111011010001010101001011110110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EAF6; }

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

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

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

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

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

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

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

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