#A3EAEE

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

Shades of Blizzard Blue #A3EAEE

Tints of Blizzard Blue #A3EAEE

Color information

#A3EAEE (or 0xA3EAEE) is unknown color: approx Blizzard Blue. HEX triplet: A3, EA and EE. RGB value is (163,234,238). Sum of RGB (Red+Green+Blue) = 163+234+238=635 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.67% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EAEE is #5C1511. Grayscale: #D5D5D5. Windows color (decimal): -6034706 or 15657635. OLE color: 15657635.

HSL color Cylindrical-coordinate representation of color #A3EAEE: hue angle of 183.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EAEE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163234238-
CMYK0.320.0200.07
HSL183.2º68.81%78.63%-
HSV(B)183.2º31.51%93.33%-
XYZ59.9672.8191.78-
YUV213.23141.9892.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.67%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=25.67%
G=36.85%
B=37.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632342380.320.0200.07183.268.8178.63
HexA3EAEE20207b7454f
Octal24335235640207267105117
Binary1010001111101010111011101000001001111011011110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EAEE; }

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

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

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

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

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

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

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

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