#A5EEFB

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

Shades of Blizzard Blue #A5EEFB

Tints of Blizzard Blue #A5EEFB

Color information

#A5EEFB (or 0xA5EEFB) is unknown color: approx Blizzard Blue. HEX triplet: A5, EE and FB. RGB value is (165,238,251). Sum of RGB (Red+Green+Blue) = 165+238+251=654 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.23% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5EEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEFB is #5A1104. Grayscale: #D9D9D9. Windows color (decimal): -5902597 or 16510629. OLE color: 16510629.

HSL color Cylindrical-coordinate representation of color #A5EEFB: hue angle of 189.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5EEFB is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165238251-
CMYK0.340.0500.02
HSL189.07º91.49%81.57%-
HSV(B)189.07º34.26%98.43%-
XYZ63.576.11102.61-
YUV217.66146.8290.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.23%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=25.23%
G=36.39%
B=38.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652382510.340.0500.02189.0791.4981.57
HexA5EEFB22502bd5b52
Octal24535637342502275133122
Binary1010010111101110111110111000101010101011110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EEFB; }

 p { color: rgb(165,238,251); }

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

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

 a { background-color: rgb(165,238,251); }

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

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

 span { border-color: rgb(165,238,251); }

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