Shades of Blizzard Blue #ADE3F1
Tints of Blizzard Blue #ADE3F1
RGB
CMYK
RGB Variations
Color information
#ADE3F1 (or 0xADE3F1) is known color: Blizzard Blue. HEX triplet: AD, E3 and F1. RGB value is (173,227,241). Sum of RGB (Red+Green+Blue) = 173+227+241=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADE3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3F1 is #521C0E. Grayscale: #D4D4D4. Windows color (decimal): -5381135 or 15852461. OLE color: 15852461.
HSL color Cylindrical-coordinate representation of color #ADE3F1: hue angle of 192.35º 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 #ADE3F1 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 227 | 241 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.05 |
| HSL | 192.35º | 0.71% | 0.81% | - |
| HSV(B) | 192.35º | 0.28% | 0.95% | - |
| XYZ | 60.58 | 70.17 | 93.57 | - |
| YUV | 212.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 241 | 0.28 | 0.06 | 0 | 0.05 | 192.35 | 0.71 | 0.81 |
| Hex | AD | E3 | F1 | 1C | 6 | 0 | 5 | C0 | 47 | 51 |
| Octal | 255 | 343 | 361 | 34 | 6 | 0 | 5 | 300 | 107 | 121 |
| Binary | 10101101 | 11100011 | 11110001 | 11100 | 110 | 0 | 101 | 11000000 | 1000111 | 1010001 |
Color Harmonies of #ADE3F1
Complementary color
Monochromatic Colors of #ADE3F1
Black with #ADE3F1
Text Example
Text Example
White with #ADE3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3F1; }
p { color: rgb(173,227,241); }
H1.HeaderClassName
{
color: #ADE3F1;
}
.AnyTagClassName
{
color: #ADE3F1;
}
</style>
background-color css
<style>
a { background-color: #ADE3F1; }
a { background-color: rgb(173,227,241); }
div.DivClassName
{
background-color: #ADE3F1;
}
.BgClassName
{
background-color: #ADE3F1;
}
</style>
border-color css
<style>
span { border-color: #ADE3F1; }
span { border-color: rgb(173,227,241); }
td.TdClassName
{
border-color: #ADE3F1;
}
.TagClassName
{
border-color: #ADE3F1;
}
</style>