#a1e5f6

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

Shades of Blizzard Blue #A1E5F6

Tints of Blizzard Blue #A1E5F6

Color information

#A1E5F6 (or 0xA1E5F6) is unknown color: approx Blizzard Blue. HEX triplet: A1, E5 and F6. RGB value is (161,229,246). Sum of RGB (Red+Green+Blue) = 161+229+246=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1E5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E5F6 is #5E1A09. Grayscale: #D2D2D2. Windows color (decimal): -6167050 or 16180641. OLE color: 16180641.

HSL color Cylindrical-coordinate representation of color #A1E5F6: hue angle of 192º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1E5F6 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161229246-
CMYK0.350.0700.04
HSL192º82.52%79.8%-
HSV(B)192º34.55%96.47%-
XYZ59.3570.2797.62-
YUV210.61147.9792.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.31%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=25.31%
G=36.01%
B=38.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612292460.350.0700.0419282.5279.8
HexA1E5F623704c05350
Octal24134536643704300123120
Binary10100001111001011111011010001111101001100000010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1e5f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1e5f6; }

 p { color: rgb(161,229,246); }

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

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

 a { background-color: rgb(161,229,246); }

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

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

 span { border-color: rgb(161,229,246); }

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