#A1EDF0

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

Shades of Blizzard Blue #A1EDF0

Tints of Blizzard Blue #A1EDF0

Color information

#A1EDF0 (or 0xA1EDF0) is unknown color: approx Blizzard Blue. HEX triplet: A1, ED and F0. RGB value is (161,237,240). Sum of RGB (Red+Green+Blue) = 161+237+240=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #A1EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDF0 is #5E120F. Grayscale: #D6D6D6. Windows color (decimal): -6165008 or 15789473. OLE color: 15789473.

HSL color Cylindrical-coordinate representation of color #A1EDF0: hue angle of 182.28º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EDF0 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161237240-
CMYK0.330.0100.06
HSL182.28º72.48%78.63%-
HSV(B)182.28º32.92%94.12%-
XYZ60.7174.4493.61-
YUV214.62142.3289.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.24%
GREEN value IS 237 (92.97% from 255) = 37.15%
BLUE value IS 240 (94.14% from 255) = 37.62%
R=25.24%
G=37.15%
B=37.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612372400.330.0100.06182.2872.4878.63
HexA1EDF021106b6484f
Octal24135536041106266110117
Binary101000011110110111110000100001101101011011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EDF0; }

 p { color: rgb(161,237,240); }

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

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

 a { background-color: rgb(161,237,240); }

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

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

 span { border-color: rgb(161,237,240); }

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