Shades of Powder Blue #ADDFDD
Tints of Powder Blue #ADDFDD
RGB
CMYK
RGB Variations
Color information
#ADDFDD (or 0xADDFDD) is known color: Powder Blue. HEX triplet: AD, DF and DD. RGB value is (173,223,221). Sum of RGB (Red+Green+Blue) = 173+223+221=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFDD is #522022. Grayscale: #CFCFCF. Windows color (decimal): -5382179 or 14540717. OLE color: 14540717.
HSL color Cylindrical-coordinate representation of color #ADDFDD: hue angle of 177.6º 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 #ADDFDD is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 221 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.13 |
| HSL | 177.6º | 0.44% | 0.78% | - |
| HSV(B) | 177.6º | 0.22% | 0.87% | - |
| XYZ | 56.67 | 66.88 | 78.33 | - |
| YUV | 207.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 221 | 0.22 | 0 | 0.01 | 0.13 | 177.6 | 0.44 | 0.78 |
| Hex | AD | DF | DD | 16 | 0 | 1 | D | B2 | 2C | 4E |
| Octal | 255 | 337 | 335 | 26 | 0 | 1 | 15 | 262 | 54 | 116 |
| Binary | 10101101 | 11011111 | 11011101 | 10110 | 0 | 1 | 1101 | 10110010 | 101100 | 1001110 |
Color Harmonies of #ADDFDD
Complementary color
Monochromatic Colors of #ADDFDD
Black with #ADDFDD
Text Example
Text Example
White with #ADDFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFDD; }
p { color: rgb(173,223,221); }
H1.HeaderClassName
{
color: #ADDFDD;
}
.AnyTagClassName
{
color: #ADDFDD;
}
</style>
background-color css
<style>
a { background-color: #ADDFDD; }
a { background-color: rgb(173,223,221); }
div.DivClassName
{
background-color: #ADDFDD;
}
.BgClassName
{
background-color: #ADDFDD;
}
</style>
border-color css
<style>
span { border-color: #ADDFDD; }
span { border-color: rgb(173,223,221); }
td.TdClassName
{
border-color: #ADDFDD;
}
.TagClassName
{
border-color: #ADDFDD;
}
</style>