Shades of Blizzard Blue #ADE1F2
Tints of Blizzard Blue #ADE1F2
RGB
CMYK
RGB Variations
Color information
#ADE1F2 (or 0xADE1F2) is known color: Blizzard Blue. HEX triplet: AD, E1 and F2. RGB value is (173,225,242). Sum of RGB (Red+Green+Blue) = 173+225+242=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADE1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE1F2 is #521E0D. Grayscale: #D3D3D3. Windows color (decimal): -5381646 or 15917485. OLE color: 15917485.
HSL color Cylindrical-coordinate representation of color #ADE1F2: hue angle of 194.78º 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 #ADE1F2 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 225 | 242 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.05 |
| HSL | 194.78º | 0.73% | 0.81% | - |
| HSV(B) | 194.78º | 0.29% | 0.95% | - |
| XYZ | 60.19 | 69.15 | 94.18 | - |
| YUV | 211.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 242 | 0.29 | 0.07 | 0 | 0.05 | 194.78 | 0.73 | 0.81 |
| Hex | AD | E1 | F2 | 1D | 7 | 0 | 5 | C3 | 49 | 51 |
| Octal | 255 | 341 | 362 | 35 | 7 | 0 | 5 | 303 | 111 | 121 |
| Binary | 10101101 | 11100001 | 11110010 | 11101 | 111 | 0 | 101 | 11000011 | 1001001 | 1010001 |
Color Harmonies of #ADE1F2
Complementary color
Monochromatic Colors of #ADE1F2
Black with #ADE1F2
Text Example
Text Example
White with #ADE1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE1F2; }
p { color: rgb(173,225,242); }
H1.HeaderClassName
{
color: #ADE1F2;
}
.AnyTagClassName
{
color: #ADE1F2;
}
</style>
background-color css
<style>
a { background-color: #ADE1F2; }
a { background-color: rgb(173,225,242); }
div.DivClassName
{
background-color: #ADE1F2;
}
.BgClassName
{
background-color: #ADE1F2;
}
</style>
border-color css
<style>
span { border-color: #ADE1F2; }
span { border-color: rgb(173,225,242); }
td.TdClassName
{
border-color: #ADE1F2;
}
.TagClassName
{
border-color: #ADE1F2;
}
</style>