#A1EDF3

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

Shades of Blizzard Blue #A1EDF3

Tints of Blizzard Blue #A1EDF3

Color information

#A1EDF3 (or 0xA1EDF3) is unknown color: approx Blizzard Blue. HEX triplet: A1, ED and F3. RGB value is (161,237,243). Sum of RGB (Red+Green+Blue) = 161+237+243=641 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.12% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EDF3 is #5E120C. Grayscale: #D6D6D6. Windows color (decimal): -6165005 or 15986081. OLE color: 15986081.

HSL color Cylindrical-coordinate representation of color #A1EDF3: hue angle of 184.39º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1EDF3 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161237243-
CMYK0.340.0200.05
HSL184.39º77.36%79.22%-
HSV(B)184.39º33.74%95.29%-
XYZ61.1674.6295.97-
YUV214.96143.8289.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.12%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 243 (95.31% from 255) = 37.91%
R=25.12%
G=36.97%
B=37.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612372430.340.0200.05184.3977.3679.22
HexA1EDF322205b84d4f
Octal24135536342205270115117
Binary1010000111101101111100111000101001011011100010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EDF3; }

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

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

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

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

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

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

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

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