Shades of Blizzard Blue #A1EDF3
Tints of Blizzard Blue #A1EDF3
RGB
CMYK
RGB Variations
Color information
#A1EDF3 (or 0xA1EDF3) is known color: 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
| RGB | 161 | 237 | 243 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.05 |
| HSL | 184.39º | 0.77% | 0.79% | - |
| HSV(B) | 184.39º | 0.34% | 0.95% | - |
| XYZ | 61.16 | 74.62 | 95.97 | - |
| YUV | 214.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 243 | 0.34 | 0.02 | 0 | 0.05 | 184.39 | 0.77 | 0.79 |
| Hex | A1 | ED | F3 | 22 | 2 | 0 | 5 | B8 | 4D | 4F |
| Octal | 241 | 355 | 363 | 42 | 2 | 0 | 5 | 270 | 115 | 117 |
| Binary | 10100001 | 11101101 | 11110011 | 100010 | 10 | 0 | 101 | 10111000 | 1001101 | 1001111 |
Color Harmonies of #A1EDF3
Complementary color
Monochromatic Colors of #A1EDF3
Black with #A1EDF3
Text Example
Text Example
White with #A1EDF3
Text Example
Text Example
HTML Codes & Css Web 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>