#A3E5EC

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

Shades of Blizzard Blue #A3E5EC

Tints of Blizzard Blue #A3E5EC

Color information

#A3E5EC (or 0xA3E5EC) is unknown color: approx Blizzard Blue. HEX triplet: A3, E5 and EC. RGB value is (163,229,236). Sum of RGB (Red+Green+Blue) = 163+229+236=628 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.96% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3E5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E5EC is #5C1A13. Grayscale: #D1D1D1. Windows color (decimal): -6035988 or 15525283. OLE color: 15525283.

HSL color Cylindrical-coordinate representation of color #A3E5EC: hue angle of 185.75º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3E5EC is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163229236-
CMYK0.310.0300.07
HSL185.75º65.77%78.24%-
HSV(B)185.75º30.93%92.55%-
XYZ58.2669.8889.77-
YUV210.06142.6394.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.96%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 236 (92.58% from 255) = 37.58%
R=25.96%
G=36.46%
B=37.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632292360.310.0300.07185.7565.7778.24
HexA3E5EC1F307ba424e
Octal24334535437307272102116
Binary101000111110010111101100111111101111011101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E5EC; }

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

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

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

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

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

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

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

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