#A5EAF8

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

Shades of Blizzard Blue #A5EAF8

Tints of Blizzard Blue #A5EAF8

Color information

#A5EAF8 (or 0xA5EAF8) is unknown color: approx Blizzard Blue. HEX triplet: A5, EA and F8. RGB value is (165,234,248). Sum of RGB (Red+Green+Blue) = 165+234+248=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 248 (97.27% from 255 or 38.33% from 647); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5EAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAF8 is #5A1507. Grayscale: #D6D6D6. Windows color (decimal): -5903624 or 16312997. OLE color: 16312997.

HSL color Cylindrical-coordinate representation of color #A5EAF8: hue angle of 190.12º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5EAF8 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB165234248-
CMYK0.330.0600.03
HSL190.12º85.57%80.98%-
HSV(B)190.12º33.47%97.25%-
XYZ61.8873.6299.76-
YUV214.96146.6492.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.50%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 248 (97.27% from 255) = 38.33%
R=25.50%
G=36.17%
B=38.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652342480.330.0600.03190.1285.5780.98
HexA5EAF821603be5651
Octal24535237041603276126121
Binary1010010111101010111110001000011100111011111010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAF8; }

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

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

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

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

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

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

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

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