#A1E2EB

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

Shades of Blizzard Blue #A1E2EB

Tints of Blizzard Blue #A1E2EB

Color information

#A1E2EB (or 0xA1E2EB) is unknown color: approx Blizzard Blue. HEX triplet: A1, E2 and EB. RGB value is (161,226,235). Sum of RGB (Red+Green+Blue) = 161+226+235=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E2EB is #5E1D14. Grayscale: #CFCFCF. Windows color (decimal): -6167829 or 15458977. OLE color: 15458977.

HSL color Cylindrical-coordinate representation of color #A1E2EB: hue angle of 187.3º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E2EB is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161226235-
CMYK0.310.0400.08
HSL187.3º64.91%77.65%-
HSV(B)187.3º31.49%92.16%-
XYZ56.8967.9788.72-
YUV207.59143.4794.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.88%
GREEN value IS 226 (88.67% from 255) = 36.33%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=25.88%
G=36.33%
B=37.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612262350.310.0400.08187.364.9177.65
HexA1E2EB1F408bb414e
Octal241342353374010273101116
Binary10100001111000101110101111111100010001011101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E2EB; }

 p { color: rgb(161,226,235); }

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

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

 a { background-color: rgb(161,226,235); }

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

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

 span { border-color: rgb(161,226,235); }

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