#A5E6E8

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

Shades of Blizzard Blue #A5E6E8

Tints of Blizzard Blue #A5E6E8

Color information

#A5E6E8 (or 0xA5E6E8) is unknown color: approx Blizzard Blue. HEX triplet: A5, E6 and E8. RGB value is (165,230,232). Sum of RGB (Red+Green+Blue) = 165+230+232=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5E6E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E6E8 is #5A1917. Grayscale: #D2D2D2. Windows color (decimal): -5904664 or 15263397. OLE color: 15263397.

HSL color Cylindrical-coordinate representation of color #A5E6E8: hue angle of 181.79º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E6E8 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165230232-
CMYK0.290.0100.09
HSL181.79º59.29%77.84%-
HSV(B)181.79º28.88%90.98%-
XYZ58.3870.4286.86-
YUV210.79139.9795.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.32%
GREEN value IS 230 (90.23% from 255) = 36.68%
BLUE value IS 232 (91.02% from 255) = 37.00%
R=26.32%
G=36.68%
B=37.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652302320.290.0100.09181.7959.2977.84
HexA5E6E81D109b63b4e
Octal24534635035101126673116
Binary10100101111001101110100011101101001101101101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E6E8; }

 p { color: rgb(165,230,232); }

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

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

 a { background-color: rgb(165,230,232); }

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

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

 span { border-color: rgb(165,230,232); }

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