#A5E7EB

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

Shades of Blizzard Blue #A5E7EB

Tints of Blizzard Blue #A5E7EB

Color information

#A5E7EB (or 0xA5E7EB) is unknown color: approx Blizzard Blue. HEX triplet: A5, E7 and EB. RGB value is (165,231,235). Sum of RGB (Red+Green+Blue) = 165+231+235=631 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.15% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5E7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E7EB is #5A1814. Grayscale: #D3D3D3. Windows color (decimal): -5904405 or 15460261. OLE color: 15460261.

HSL color Cylindrical-coordinate representation of color #A5E7EB: hue angle of 183.43º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5E7EB is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165231235-
CMYK0.300.0200.08
HSL183.43º63.64%78.43%-
HSV(B)183.43º29.79%92.16%-
XYZ59.0971.1589.22-
YUV211.72141.1394.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.15%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=26.15%
G=36.61%
B=37.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652312350.300.0200.08183.4363.6478.43
HexA5E7EB1E208b7404e
Octal245347353362010267100116
Binary1010010111100111111010111111010010001011011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E7EB; }

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

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

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

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

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

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

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

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