Shades of Blizzard Blue #ADE3F2
Tints of Blizzard Blue #ADE3F2
RGB
CMYK
RGB Variations
Color information
#ADE3F2 (or 0xADE3F2) is known color: Blizzard Blue. HEX triplet: AD, E3 and F2. RGB value is (173,227,242). Sum of RGB (Red+Green+Blue) = 173+227+242=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADE3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE3F2 is #521C0D. Grayscale: #D4D4D4. Windows color (decimal): -5381134 or 15917997. OLE color: 15917997.
HSL color Cylindrical-coordinate representation of color #ADE3F2: hue angle of 193.04º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADE3F2 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 227 | 242 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.05 |
| HSL | 193.04º | 0.73% | 0.81% | - |
| HSV(B) | 193.04º | 0.29% | 0.95% | - |
| XYZ | 60.73 | 70.23 | 94.36 | - |
| YUV | 212.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 242 | 0.29 | 0.06 | 0 | 0.05 | 193.04 | 0.73 | 0.81 |
| Hex | AD | E3 | F2 | 1D | 6 | 0 | 5 | C1 | 49 | 51 |
| Octal | 255 | 343 | 362 | 35 | 6 | 0 | 5 | 301 | 111 | 121 |
| Binary | 10101101 | 11100011 | 11110010 | 11101 | 110 | 0 | 101 | 11000001 | 1001001 | 1010001 |
Color Harmonies of #ADE3F2
Complementary color
Monochromatic Colors of #ADE3F2
Black with #ADE3F2
Text Example
Text Example
White with #ADE3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3F2; }
p { color: rgb(173,227,242); }
H1.HeaderClassName
{
color: #ADE3F2;
}
.AnyTagClassName
{
color: #ADE3F2;
}
</style>
background-color css
<style>
a { background-color: #ADE3F2; }
a { background-color: rgb(173,227,242); }
div.DivClassName
{
background-color: #ADE3F2;
}
.BgClassName
{
background-color: #ADE3F2;
}
</style>
border-color css
<style>
span { border-color: #ADE3F2; }
span { border-color: rgb(173,227,242); }
td.TdClassName
{
border-color: #ADE3F2;
}
.TagClassName
{
border-color: #ADE3F2;
}
</style>