Shades of Powder Blue #ADE0E7
Tints of Powder Blue #ADE0E7
RGB
CMYK
RGB Variations
Color information
#ADE0E7 (or 0xADE0E7) is known color: Powder Blue. HEX triplet: AD, E0 and E7. RGB value is (173,224,231). Sum of RGB (Red+Green+Blue) = 173+224+231=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADE0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0E7 is #521F18. Grayscale: #D1D1D1. Windows color (decimal): -5381913 or 15196333. OLE color: 15196333.
HSL color Cylindrical-coordinate representation of color #ADE0E7: hue angle of 187.24º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE0E7 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 224 | 231 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.09 |
| HSL | 187.24º | 0.55% | 0.79% | - |
| HSV(B) | 187.24º | 0.25% | 0.91% | - |
| XYZ | 58.31 | 67.97 | 85.65 | - |
| YUV | 209.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 231 | 0.25 | 0.03 | 0 | 0.09 | 187.24 | 0.55 | 0.79 |
| Hex | AD | E0 | E7 | 19 | 3 | 0 | 9 | BB | 37 | 4F |
| Octal | 255 | 340 | 347 | 31 | 3 | 0 | 11 | 273 | 67 | 117 |
| Binary | 10101101 | 11100000 | 11100111 | 11001 | 11 | 0 | 1001 | 10111011 | 110111 | 1001111 |
Color Harmonies of #ADE0E7
Complementary color
Monochromatic Colors of #ADE0E7
Black with #ADE0E7
Text Example
Text Example
White with #ADE0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE0E7; }
p { color: rgb(173,224,231); }
H1.HeaderClassName
{
color: #ADE0E7;
}
.AnyTagClassName
{
color: #ADE0E7;
}
</style>
background-color css
<style>
a { background-color: #ADE0E7; }
a { background-color: rgb(173,224,231); }
div.DivClassName
{
background-color: #ADE0E7;
}
.BgClassName
{
background-color: #ADE0E7;
}
</style>
border-color css
<style>
span { border-color: #ADE0E7; }
span { border-color: rgb(173,224,231); }
td.TdClassName
{
border-color: #ADE0E7;
}
.TagClassName
{
border-color: #ADE0E7;
}
</style>