Shades of Powder Blue #ADDFDE
Tints of Powder Blue #ADDFDE
RGB
CMYK
RGB Variations
Color information
#ADDFDE (or 0xADDFDE) is known color: Powder Blue. HEX triplet: AD, DF and DE. RGB value is (173,223,222). Sum of RGB (Red+Green+Blue) = 173+223+222=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFDE is #522021. Grayscale: #CFCFCF. Windows color (decimal): -5382178 or 14606253. OLE color: 14606253.
HSL color Cylindrical-coordinate representation of color #ADDFDE: hue angle of 178.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFDE is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 222 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.13 |
| HSL | 178.8º | 0.44% | 0.78% | - |
| HSV(B) | 178.8º | 0.22% | 0.87% | - |
| XYZ | 56.81 | 66.93 | 79.03 | - |
| YUV | 207.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 222 | 0.22 | 0 | 0.00 | 0.13 | 178.8 | 0.44 | 0.78 |
| Hex | AD | DF | DE | 16 | 0 | 0 | D | B3 | 2C | 4E |
| Octal | 255 | 337 | 336 | 26 | 0 | 0 | 15 | 263 | 54 | 116 |
| Binary | 10101101 | 11011111 | 11011110 | 10110 | 0 | 0 | 1101 | 10110011 | 101100 | 1001110 |
Color Harmonies of #ADDFDE
Complementary color
Monochromatic Colors of #ADDFDE
Black with #ADDFDE
Text Example
Text Example
White with #ADDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFDE; }
p { color: rgb(173,223,222); }
H1.HeaderClassName
{
color: #ADDFDE;
}
.AnyTagClassName
{
color: #ADDFDE;
}
</style>
background-color css
<style>
a { background-color: #ADDFDE; }
a { background-color: rgb(173,223,222); }
div.DivClassName
{
background-color: #ADDFDE;
}
.BgClassName
{
background-color: #ADDFDE;
}
</style>
border-color css
<style>
span { border-color: #ADDFDE; }
span { border-color: rgb(173,223,222); }
td.TdClassName
{
border-color: #ADDFDE;
}
.TagClassName
{
border-color: #ADDFDE;
}
</style>