#A2EFFB

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

Shades of Blizzard Blue #A2EFFB

Tints of Blizzard Blue #A2EFFB

Color information

#A2EFFB (or 0xA2EFFB) is unknown color: approx Blizzard Blue. HEX triplet: A2, EF and FB. RGB value is (162,239,251). Sum of RGB (Red+Green+Blue) = 162+239+251=652 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.85% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EFFB is #5D1004. Grayscale: #D9D9D9. Windows color (decimal): -6098949 or 16510882. OLE color: 16510882.

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

Color convert

RGB162239251-
CMYK0.350.0500.02
HSL188.09º91.75%80.98%-
HSV(B)188.09º35.46%98.43%-
XYZ63.1876.38102.68-
YUV217.34146.9988.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.85%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=24.85%
G=36.66%
B=38.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622392510.350.0500.02188.0991.7580.98
HexA2EFFB23502bc5c51
Octal24235737343502274134121
Binary1010001011101111111110111000111010101011110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EFFB; }

 p { color: rgb(162,239,251); }

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

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

 a { background-color: rgb(162,239,251); }

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

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

 span { border-color: rgb(162,239,251); }

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