Shades of Blizzard Blue #ADE1F1
Tints of Blizzard Blue #ADE1F1
RGB
CMYK
RGB Variations
Color information
#ADE1F1 (or 0xADE1F1) is known color: Blizzard Blue. HEX triplet: AD, E1 and F1. RGB value is (173,225,241). Sum of RGB (Red+Green+Blue) = 173+225+241=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADE1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1F1 is #521E0E. Grayscale: #D3D3D3. Windows color (decimal): -5381647 or 15851949. OLE color: 15851949.
HSL color Cylindrical-coordinate representation of color #ADE1F1: hue angle of 194.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADE1F1 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 225 | 241 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.05 |
| HSL | 194.12º | 0.71% | 0.81% | - |
| HSV(B) | 194.12º | 0.28% | 0.95% | - |
| XYZ | 60.04 | 69.09 | 93.39 | - |
| YUV | 211.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 241 | 0.28 | 0.07 | 0 | 0.05 | 194.12 | 0.71 | 0.81 |
| Hex | AD | E1 | F1 | 1C | 7 | 0 | 5 | C2 | 47 | 51 |
| Octal | 255 | 341 | 361 | 34 | 7 | 0 | 5 | 302 | 107 | 121 |
| Binary | 10101101 | 11100001 | 11110001 | 11100 | 111 | 0 | 101 | 11000010 | 1000111 | 1010001 |
Color Harmonies of #ADE1F1
Complementary color
Monochromatic Colors of #ADE1F1
Black with #ADE1F1
Text Example
Text Example
White with #ADE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1F1; }
p { color: rgb(173,225,241); }
H1.HeaderClassName
{
color: #ADE1F1;
}
.AnyTagClassName
{
color: #ADE1F1;
}
</style>
background-color css
<style>
a { background-color: #ADE1F1; }
a { background-color: rgb(173,225,241); }
div.DivClassName
{
background-color: #ADE1F1;
}
.BgClassName
{
background-color: #ADE1F1;
}
</style>
border-color css
<style>
span { border-color: #ADE1F1; }
span { border-color: rgb(173,225,241); }
td.TdClassName
{
border-color: #ADE1F1;
}
.TagClassName
{
border-color: #ADE1F1;
}
</style>