#A2EBFD

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

Shades of Blizzard Blue #A2EBFD

Tints of Blizzard Blue #A2EBFD

Color information

#A2EBFD (or 0xA2EBFD) is unknown color: approx Blizzard Blue. HEX triplet: A2, EB and FD. RGB value is (162,235,253). Sum of RGB (Red+Green+Blue) = 162+235+253=650 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.92% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EBFD is #5D1402. Grayscale: #D7D7D7. Windows color (decimal): -6099971 or 16640930. OLE color: 16640930.

HSL color Cylindrical-coordinate representation of color #A2EBFD: hue angle of 191.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2EBFD is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162235253-
CMYK0.360.0700.01
HSL191.87º95.79%81.37%-
HSV(B)191.87º35.97%99.22%-
XYZ62.3474.19103.96-
YUV215.22149.3290.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.92%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=24.92%
G=36.15%
B=38.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622352530.360.0700.01191.8795.7981.37
HexA2EBFD24701c06051
Octal24235337544701300140121
Binary101000101110101111111101100100111011100000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBFD; }

 p { color: rgb(162,235,253); }

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

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

 a { background-color: rgb(162,235,253); }

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

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

 span { border-color: rgb(162,235,253); }

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