#A5EAED

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

Shades of Blizzard Blue #A5EAED

Tints of Blizzard Blue #A5EAED

Color information

#A5EAED (or 0xA5EAED) is unknown color: approx Blizzard Blue. HEX triplet: A5, EA and ED. RGB value is (165,234,237). Sum of RGB (Red+Green+Blue) = 165+234+237=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #A5EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAED is #5A1512. Grayscale: #D5D5D5. Windows color (decimal): -5903635 or 15592101. OLE color: 15592101.

HSL color Cylindrical-coordinate representation of color #A5EAED: hue angle of 182.5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EAED is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165234237-
CMYK0.300.0100.07
HSL182.5º66.67%78.82%-
HSV(B)182.5º30.38%92.94%-
XYZ60.2372.9691.03-
YUV213.71141.1493.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.94%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=25.94%
G=36.79%
B=37.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652342370.300.0100.07182.566.6778.82
HexA5EAED1E107b6434f
Octal24535235536107266103117
Binary10100101111010101110110111110101111011011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAED; }

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

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

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

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

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

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

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

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