#A5EAF6

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

Shades of Blizzard Blue #A5EAF6

Tints of Blizzard Blue #A5EAF6

Color information

#A5EAF6 (or 0xA5EAF6) is unknown color: approx Blizzard Blue. HEX triplet: A5, EA and F6. RGB value is (165,234,246). Sum of RGB (Red+Green+Blue) = 165+234+246=645 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.58% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5EAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAF6 is #5A1509. Grayscale: #D6D6D6. Windows color (decimal): -5903626 or 16181925. OLE color: 16181925.

HSL color Cylindrical-coordinate representation of color #A5EAF6: hue angle of 188.89º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5EAF6 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB165234246-
CMYK0.330.0500.04
HSL188.89º81.82%80.59%-
HSV(B)188.89º32.93%96.47%-
XYZ61.5773.598.13-
YUV214.74145.6492.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.58%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 246 (96.48% from 255) = 38.14%
R=25.58%
G=36.28%
B=38.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652342460.330.0500.04188.8981.8280.59
HexA5EAF621504bd5251
Octal24535236641504275122121
Binary10100101111010101111011010000110101001011110110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAF6; }

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

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

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

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

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

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

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

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