#A5E3EA

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

Shades of Blizzard Blue #A5E3EA

Tints of Blizzard Blue #A5E3EA

Color information

#A5E3EA (or 0xA5E3EA) is unknown color: approx Blizzard Blue. HEX triplet: A5, E3 and EA. RGB value is (165,227,234). Sum of RGB (Red+Green+Blue) = 165+227+234=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5E3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E3EA is #5A1C15. Grayscale: #D1D1D1. Windows color (decimal): -5905430 or 15393701. OLE color: 15393701.

HSL color Cylindrical-coordinate representation of color #A5E3EA: hue angle of 186.09º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E3EA is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165227234-
CMYK0.290.0300.08
HSL186.09º62.16%78.24%-
HSV(B)186.09º29.49%91.76%-
XYZ57.8468.8888.09-
YUV209.26141.9696.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.36%
GREEN value IS 227 (89.06% from 255) = 36.26%
BLUE value IS 234 (91.80% from 255) = 37.38%
R=26.36%
G=36.26%
B=37.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652272340.290.0300.08186.0962.1678.24
HexA5E3EA1D308ba3e4e
Octal24534335235301027276116
Binary101001011110001111101010111011101000101110101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E3EA; }

 p { color: rgb(165,227,234); }

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

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

 a { background-color: rgb(165,227,234); }

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

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

 span { border-color: rgb(165,227,234); }

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