Shades of Powder Blue #ADE0E4
Tints of Powder Blue #ADE0E4
RGB
CMYK
RGB Variations
Color information
#ADE0E4 (or 0xADE0E4) is known color: Powder Blue. HEX triplet: AD, E0 and E4. RGB value is (173,224,228). Sum of RGB (Red+Green+Blue) = 173+224+228=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADE0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0E4 is #521F1B. Grayscale: #D1D1D1. Windows color (decimal): -5381916 or 14999725. OLE color: 14999725.
HSL color Cylindrical-coordinate representation of color #ADE0E4: hue angle of 184.36º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE0E4 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 224 | 228 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.11 |
| HSL | 184.36º | 0.5% | 0.79% | - |
| HSV(B) | 184.36º | 0.24% | 0.89% | - |
| XYZ | 57.89 | 67.8 | 83.43 | - |
| YUV | 209.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 228 | 0.24 | 0.02 | 0 | 0.11 | 184.36 | 0.5 | 0.79 |
| Hex | AD | E0 | E4 | 18 | 2 | 0 | B | B8 | 32 | 4F |
| Octal | 255 | 340 | 344 | 30 | 2 | 0 | 13 | 270 | 62 | 117 |
| Binary | 10101101 | 11100000 | 11100100 | 11000 | 10 | 0 | 1011 | 10111000 | 110010 | 1001111 |
Color Harmonies of #ADE0E4
Complementary color
Monochromatic Colors of #ADE0E4
Black with #ADE0E4
Text Example
Text Example
White with #ADE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0E4; }
p { color: rgb(173,224,228); }
H1.HeaderClassName
{
color: #ADE0E4;
}
.AnyTagClassName
{
color: #ADE0E4;
}
</style>
background-color css
<style>
a { background-color: #ADE0E4; }
a { background-color: rgb(173,224,228); }
div.DivClassName
{
background-color: #ADE0E4;
}
.BgClassName
{
background-color: #ADE0E4;
}
</style>
border-color css
<style>
span { border-color: #ADE0E4; }
span { border-color: rgb(173,224,228); }
td.TdClassName
{
border-color: #ADE0E4;
}
.TagClassName
{
border-color: #ADE0E4;
}
</style>