#A1EEFC

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

Shades of Blizzard Blue #A1EEFC

Tints of Blizzard Blue #A1EEFC

Color information

#A1EEFC (or 0xA1EEFC) is unknown color: approx Blizzard Blue. HEX triplet: A1, EE and FC. RGB value is (161,238,252). Sum of RGB (Red+Green+Blue) = 161+238+252=651 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.73% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EEFC is #5E1103. Grayscale: #D8D8D8. Windows color (decimal): -6164740 or 16576161. OLE color: 16576161.

HSL color Cylindrical-coordinate representation of color #A1EEFC: hue angle of 189.23º degrees, saturation: 0.94, 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 #A1EEFC is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161238252-
CMYK0.360.0600.01
HSL189.23º93.81%80.98%-
HSV(B)189.23º36.11%98.82%-
XYZ62.8475.75103.41-
YUV216.57147.9988.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.73%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=24.73%
G=36.56%
B=38.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612382520.360.0600.01189.2393.8180.98
HexA1EEFC24601bd5e51
Octal24135637444601275136121
Binary101000011110111011111100100100110011011110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EEFC; }

 p { color: rgb(161,238,252); }

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

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

 a { background-color: rgb(161,238,252); }

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

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

 span { border-color: rgb(161,238,252); }

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