#A1E3EB

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

Shades of Blizzard Blue #A1E3EB

Tints of Blizzard Blue #A1E3EB

Color information

#A1E3EB (or 0xA1E3EB) is unknown color: approx Blizzard Blue. HEX triplet: A1, E3 and EB. RGB value is (161,227,235). Sum of RGB (Red+Green+Blue) = 161+227+235=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1E3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E3EB is #5E1C14. Grayscale: #D0D0D0. Windows color (decimal): -6167573 or 15459233. OLE color: 15459233.

HSL color Cylindrical-coordinate representation of color #A1E3EB: hue angle of 186.49º 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 #A1E3EB is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161227235-
CMYK0.310.0300.08
HSL186.49º64.91%77.65%-
HSV(B)186.49º31.49%92.16%-
XYZ57.1668.5188.81-
YUV208.18143.1394.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.84%
GREEN value IS 227 (89.06% from 255) = 36.44%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=25.84%
G=36.44%
B=37.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612272350.310.0300.08186.4964.9177.65
HexA1E3EB1F308ba414e
Octal241343353373010272101116
Binary1010000111100011111010111111111010001011101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3EB; }

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

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

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

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

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

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

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

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