#A3ECF8

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

Shades of Blizzard Blue #A3ECF8

Tints of Blizzard Blue #A3ECF8

Color information

#A3ECF8 (or 0xA3ECF8) is unknown color: approx Blizzard Blue. HEX triplet: A3, EC and F8. RGB value is (163,236,248). Sum of RGB (Red+Green+Blue) = 163+236+248=647 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.19% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #A3ECF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3ECF8 is #5C1307. Grayscale: #D7D7D7. Windows color (decimal): -6034184 or 16313507. OLE color: 16313507.

HSL color Cylindrical-coordinate representation of color #A3ECF8: hue angle of 188.47º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3ECF8 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB163236248-
CMYK0.340.0500.03
HSL188.47º85.86%80.59%-
HSV(B)188.47º34.27%97.25%-
XYZ62.0474.5599.93-
YUV215.54146.3290.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.19%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 248 (97.27% from 255) = 38.33%
R=25.19%
G=36.48%
B=38.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1632362480.340.0500.03188.4785.8680.59
HexA3ECF822503bc5651
Octal24335437042503274126121
Binary1010001111101100111110001000101010111011110010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ECF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ECF8; }

 p { color: rgb(163,236,248); }

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

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

 a { background-color: rgb(163,236,248); }

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

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

 span { border-color: rgb(163,236,248); }

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