Shades of Blizzard Blue #ADEDFE
Tints of Blizzard Blue #ADEDFE
RGB
CMYK
RGB Variations
Color information
#ADEDFE (or 0xADEDFE) is known color: Blizzard Blue. HEX triplet: AD, ED and FE. RGB value is (173,237,254). Sum of RGB (Red+Green+Blue) = 173+237+254=664 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.05% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADEDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEDFE is #521201. Grayscale: #DBDBDB. Windows color (decimal): -5378562 or 16706989. OLE color: 16706989.
HSL color Cylindrical-coordinate representation of color #ADEDFE: hue angle of 192.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADEDFE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 237 | 254 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.00 |
| HSL | 192.59º | 0.98% | 0.84% | - |
| HSV(B) | 192.59º | 0.32% | 1% | - |
| XYZ | 65.41 | 76.61 | 105.11 | - |
| YUV | 219.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 254 | 0.32 | 0.07 | 0 | 0.00 | 192.59 | 0.98 | 0.84 |
| Hex | AD | ED | FE | 20 | 7 | 0 | 0 | C1 | 62 | 54 |
| Octal | 255 | 355 | 376 | 40 | 7 | 0 | 0 | 301 | 142 | 124 |
| Binary | 10101101 | 11101101 | 11111110 | 100000 | 111 | 0 | 0 | 11000001 | 1100010 | 1010100 |
Color Harmonies of #ADEDFE
Complementary color
Monochromatic Colors of #ADEDFE
Black with #ADEDFE
Text Example
Text Example
White with #ADEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDFE; }
p { color: rgb(173,237,254); }
H1.HeaderClassName
{
color: #ADEDFE;
}
.AnyTagClassName
{
color: #ADEDFE;
}
</style>
background-color css
<style>
a { background-color: #ADEDFE; }
a { background-color: rgb(173,237,254); }
div.DivClassName
{
background-color: #ADEDFE;
}
.BgClassName
{
background-color: #ADEDFE;
}
</style>
border-color css
<style>
span { border-color: #ADEDFE; }
span { border-color: rgb(173,237,254); }
td.TdClassName
{
border-color: #ADEDFE;
}
.TagClassName
{
border-color: #ADEDFE;
}
</style>