Shades of Powder Blue #ADDFE9
Tints of Powder Blue #ADDFE9
RGB
CMYK
RGB Variations
Color information
#ADDFE9 (or 0xADDFE9) is known color: Powder Blue. HEX triplet: AD, DF and E9. RGB value is (173,223,233). Sum of RGB (Red+Green+Blue) = 173+223+233=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADDFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFE9 is #522016. Grayscale: #D1D1D1. Windows color (decimal): -5382167 or 15327149. OLE color: 15327149.
HSL color Cylindrical-coordinate representation of color #ADDFE9: hue angle of 190º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDFE9 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 223 | 233 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.09 |
| HSL | 190º | 0.58% | 0.8% | - |
| HSV(B) | 190º | 0.26% | 0.91% | - |
| XYZ | 58.33 | 67.54 | 87.05 | - |
| YUV | 209.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 233 | 0.26 | 0.04 | 0 | 0.09 | 190 | 0.58 | 0.8 |
| Hex | AD | DF | E9 | 1A | 4 | 0 | 9 | BE | 3A | 50 |
| Octal | 255 | 337 | 351 | 32 | 4 | 0 | 11 | 276 | 72 | 120 |
| Binary | 10101101 | 11011111 | 11101001 | 11010 | 100 | 0 | 1001 | 10111110 | 111010 | 1010000 |
Color Harmonies of #ADDFE9
Complementary color
Monochromatic Colors of #ADDFE9
Black with #ADDFE9
Text Example
Text Example
White with #ADDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFE9; }
p { color: rgb(173,223,233); }
H1.HeaderClassName
{
color: #ADDFE9;
}
.AnyTagClassName
{
color: #ADDFE9;
}
</style>
background-color css
<style>
a { background-color: #ADDFE9; }
a { background-color: rgb(173,223,233); }
div.DivClassName
{
background-color: #ADDFE9;
}
.BgClassName
{
background-color: #ADDFE9;
}
</style>
border-color css
<style>
span { border-color: #ADDFE9; }
span { border-color: rgb(173,223,233); }
td.TdClassName
{
border-color: #ADDFE9;
}
.TagClassName
{
border-color: #ADDFE9;
}
</style>