#A3EBFC

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

Shades of Blizzard Blue #A3EBFC

Tints of Blizzard Blue #A3EBFC

Color information

#A3EBFC (or 0xA3EBFC) is unknown color: approx Blizzard Blue. HEX triplet: A3, EB and FC. RGB value is (163,235,252). Sum of RGB (Red+Green+Blue) = 163+235+252=650 (86% of max value = 765). Red value is 163 (64.06% from 255 or 25.08% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3EBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EBFC is #5C1403. Grayscale: #D7D7D7. Windows color (decimal): -6034436 or 16575395. OLE color: 16575395.

HSL color Cylindrical-coordinate representation of color #A3EBFC: hue angle of 191.46º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3EBFC is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163235252-
CMYK0.350.0700.01
HSL191.46º93.68%81.37%-
HSV(B)191.46º35.32%98.82%-
XYZ62.3874.23103.14-
YUV215.41148.6590.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.08%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 252 (98.83% from 255) = 38.77%
R=25.08%
G=36.15%
B=38.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632352520.350.0700.01191.4693.6881.37
HexA3EBFC23701bf5e51
Octal24335337443701277136121
Binary101000111110101111111100100011111011011111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBFC; }

 p { color: rgb(163,235,252); }

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

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

 a { background-color: rgb(163,235,252); }

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

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

 span { border-color: rgb(163,235,252); }

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