#A5EBF1

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

Shades of Blizzard Blue #A5EBF1

Tints of Blizzard Blue #A5EBF1

Color information

#A5EBF1 (or 0xA5EBF1) is unknown color: approx Blizzard Blue. HEX triplet: A5, EB and F1. RGB value is (165,235,241). Sum of RGB (Red+Green+Blue) = 165+235+241=641 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.74% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5EBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EBF1 is #5A140E. Grayscale: #D6D6D6. Windows color (decimal): -5903375 or 15854501. OLE color: 15854501.

HSL color Cylindrical-coordinate representation of color #A5EBF1: hue angle of 184.74º degrees, saturation: 0.73, 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 #A5EBF1 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165235241-
CMYK0.320.0200.05
HSL184.74º73.08%79.61%-
HSV(B)184.74º31.54%94.51%-
XYZ61.173.7794.24-
YUV214.75142.8192.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.74%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=25.74%
G=36.66%
B=37.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652352410.320.0200.05184.7473.0879.61
HexA5EBF120205b94950
Octal24535336140205271111120
Binary1010010111101011111100011000001001011011100110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBF1; }

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

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

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

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

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

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

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

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