#A5EBF7

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

Shades of Blizzard Blue #A5EBF7

Tints of Blizzard Blue #A5EBF7

Color information

#A5EBF7 (or 0xA5EBF7) is unknown color: approx Blizzard Blue. HEX triplet: A5, EB and F7. RGB value is (165,235,247). Sum of RGB (Red+Green+Blue) = 165+235+247=647 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.50% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #A5EBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EBF7 is #5A1408. Grayscale: #D7D7D7. Windows color (decimal): -5903369 or 16247717. OLE color: 16247717.

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

Color convert

RGB165235247-
CMYK0.330.0500.03
HSL188.78º83.67%80.78%-
HSV(B)188.78º33.2%96.86%-
XYZ62.0174.1399.04-
YUV215.44145.8192.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.50%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=25.50%
G=36.32%
B=38.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652352470.330.0500.03188.7883.6780.78
HexA5EBF721503bd5451
Octal24535336741503275124121
Binary1010010111101011111101111000011010111011110110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBF7; }

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

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

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

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

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

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

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

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