#A3EEFC

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

Shades of Blizzard Blue #A3EEFC

Tints of Blizzard Blue #A3EEFC

Color information

#A3EEFC (or 0xA3EEFC) is unknown color: approx Blizzard Blue. HEX triplet: A3, EE and FC. RGB value is (163,238,252). Sum of RGB (Red+Green+Blue) = 163+238+252=653 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.96% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EEFC is #5C1103. Grayscale: #D9D9D9. Windows color (decimal): -6033668 or 16576163. OLE color: 16576163.

HSL color Cylindrical-coordinate representation of color #A3EEFC: hue angle of 189.44º 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 #A3EEFC is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163238252-
CMYK0.350.0600.01
HSL189.44º93.68%81.37%-
HSV(B)189.44º35.32%98.82%-
XYZ63.2575.96103.42-
YUV217.17147.6589.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.96%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=24.96%
G=36.45%
B=38.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632382520.350.0600.01189.4493.6881.37
HexA3EEFC23601bd5e51
Octal24335637443601275136121
Binary101000111110111011111100100011110011011110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EEFC; }

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

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

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

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

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

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

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

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