#A1E4EB

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

Shades of Blizzard Blue #A1E4EB

Tints of Blizzard Blue #A1E4EB

Color information

#A1E4EB (or 0xA1E4EB) is unknown color: approx Blizzard Blue. HEX triplet: A1, E4 and EB. RGB value is (161,228,235). Sum of RGB (Red+Green+Blue) = 161+228+235=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1E4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E4EB is #5E1B14. Grayscale: #D0D0D0. Windows color (decimal): -6167317 or 15459489. OLE color: 15459489.

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

Color convert

RGB161228235-
CMYK0.310.0300.08
HSL185.68º64.91%77.65%-
HSV(B)185.68º31.49%92.16%-
XYZ57.4469.0688.9-
YUV208.76142.893.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.80%
GREEN value IS 228 (89.45% from 255) = 36.54%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=25.80%
G=36.54%
B=37.66%

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
Decimal1612282350.310.0300.08185.6864.9177.65
HexA1E4EB1F308ba414e
Octal241344353373010272101116
Binary1010000111100100111010111111111010001011101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E4EB; }

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

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

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

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

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

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

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

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