Shades of Powder Blue #ADDFE7
Tints of Powder Blue #ADDFE7
RGB
CMYK
RGB Variations
Color information
#ADDFE7 (or 0xADDFE7) is known color: Powder Blue. HEX triplet: AD, DF and E7. RGB value is (173,223,231). Sum of RGB (Red+Green+Blue) = 173+223+231=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADDFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFE7 is #522018. Grayscale: #D0D0D0. Windows color (decimal): -5382169 or 15196077. OLE color: 15196077.
HSL color Cylindrical-coordinate representation of color #ADDFE7: hue angle of 188.28º 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 #ADDFE7 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 223 | 231 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.09 |
| HSL | 188.28º | 0.55% | 0.79% | - |
| HSV(B) | 188.28º | 0.25% | 0.91% | - |
| XYZ | 58.05 | 67.43 | 85.56 | - |
| YUV | 208.96 | 140.44 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 231 | 0.25 | 0.03 | 0 | 0.09 | 188.28 | 0.55 | 0.79 |
| Hex | AD | DF | E7 | 19 | 3 | 0 | 9 | BC | 37 | 4F |
| Octal | 255 | 337 | 347 | 31 | 3 | 0 | 11 | 274 | 67 | 117 |
| Binary | 10101101 | 11011111 | 11100111 | 11001 | 11 | 0 | 1001 | 10111100 | 110111 | 1001111 |
Color Harmonies of #ADDFE7
Complementary color
Monochromatic Colors of #ADDFE7
Black with #ADDFE7
Text Example
Text Example
White with #ADDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFE7; }
p { color: rgb(173,223,231); }
H1.HeaderClassName
{
color: #ADDFE7;
}
.AnyTagClassName
{
color: #ADDFE7;
}
</style>
background-color css
<style>
a { background-color: #ADDFE7; }
a { background-color: rgb(173,223,231); }
div.DivClassName
{
background-color: #ADDFE7;
}
.BgClassName
{
background-color: #ADDFE7;
}
</style>
border-color css
<style>
span { border-color: #ADDFE7; }
span { border-color: rgb(173,223,231); }
td.TdClassName
{
border-color: #ADDFE7;
}
.TagClassName
{
border-color: #ADDFE7;
}
</style>