#A5EAFD

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

Shades of Blizzard Blue #A5EAFD

Tints of Blizzard Blue #A5EAFD

Color information

#A5EAFD (or 0xA5EAFD) is unknown color: approx Blizzard Blue. HEX triplet: A5, EA and FD. RGB value is (165,234,253). Sum of RGB (Red+Green+Blue) = 165+234+253=652 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.31% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAFD is #5A1502. Grayscale: #D7D7D7. Windows color (decimal): -5903619 or 16640677. OLE color: 16640677.

HSL color Cylindrical-coordinate representation of color #A5EAFD: hue angle of 192.95º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5EAFD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165234253-
CMYK0.350.0800.01
HSL192.95º95.65%81.96%-
HSV(B)192.95º34.78%99.22%-
XYZ62.6773.94103.9-
YUV215.54149.1491.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.31%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=25.31%
G=35.89%
B=38.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652342530.350.0800.01192.9595.6581.96
HexA5EAFD23801c16052
Octal245352375431001301140122
Binary1010010111101010111111011000111000011100000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAFD; }

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

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

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

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

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

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

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

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