#A5EAF2

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

Shades of Blizzard Blue #A5EAF2

Tints of Blizzard Blue #A5EAF2

Color information

#A5EAF2 (or 0xA5EAF2) is unknown color: approx Blizzard Blue. HEX triplet: A5, EA and F2. RGB value is (165,234,242). Sum of RGB (Red+Green+Blue) = 165+234+242=641 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.74% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #A5EAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAF2 is #5A150D. Grayscale: #D6D6D6. Windows color (decimal): -5903630 or 15919781. OLE color: 15919781.

HSL color Cylindrical-coordinate representation of color #A5EAF2: hue angle of 186.23º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5EAF2 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165234242-
CMYK0.320.0300.05
HSL186.23º74.76%79.8%-
HSV(B)186.23º31.82%94.9%-
XYZ60.9773.2694.93-
YUV214.28143.6492.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.74%
GREEN value IS 234 (91.80% from 255) = 36.51%
BLUE value IS 242 (94.92% from 255) = 37.75%
R=25.74%
G=36.51%
B=37.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652342420.320.0300.05186.2374.7679.8
HexA5EAF220305ba4b50
Octal24535236240305272113120
Binary1010010111101010111100101000001101011011101010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAF2; }

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

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

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

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

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

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

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

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