#A5E7EF

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

Shades of Blizzard Blue #A5E7EF

Tints of Blizzard Blue #A5E7EF

Color information

#A5E7EF (or 0xA5E7EF) is unknown color: approx Blizzard Blue. HEX triplet: A5, E7 and EF. RGB value is (165,231,239). Sum of RGB (Red+Green+Blue) = 165+231+239=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E7EF is #5A1810. Grayscale: #D4D4D4. Windows color (decimal): -5904401 or 15722405. OLE color: 15722405.

HSL color Cylindrical-coordinate representation of color #A5E7EF: hue angle of 186.49º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5E7EF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165231239-
CMYK0.310.0300.06
HSL186.49º69.81%79.22%-
HSV(B)186.49º30.96%93.73%-
XYZ59.6771.3892.29-
YUV212.18143.1394.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.98%
GREEN value IS 231 (90.62% from 255) = 36.38%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=25.98%
G=36.38%
B=37.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652312390.310.0300.06186.4969.8179.22
HexA5E7EF1F306ba464f
Octal24534735737306272106117
Binary101001011110011111101111111111101101011101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E7EF; }

 p { color: rgb(165,231,239); }

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

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

 a { background-color: rgb(165,231,239); }

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

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

 span { border-color: rgb(165,231,239); }

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