Shades of Powder Blue #ADDCDF
Tints of Powder Blue #ADDCDF
RGB
CMYK
RGB Variations
Color information
#ADDCDF (or 0xADDCDF) is known color: Powder Blue. HEX triplet: AD, DC and DF. RGB value is (173,220,223). Sum of RGB (Red+Green+Blue) = 173+220+223=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCDF is #522320. Grayscale: #CECECE. Windows color (decimal): -5382945 or 14671021. OLE color: 14671021.
HSL color Cylindrical-coordinate representation of color #ADDCDF: hue angle of 183.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 #ADDCDF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 220 | 223 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.13 |
| HSL | 183.6º | 0.44% | 0.78% | - |
| HSV(B) | 183.6º | 0.22% | 0.87% | - |
| XYZ | 56.15 | 65.4 | 79.48 | - |
| YUV | 206.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 223 | 0.22 | 0.01 | 0 | 0.13 | 183.6 | 0.44 | 0.78 |
| Hex | AD | DC | DF | 16 | 1 | 0 | D | B8 | 2C | 4E |
| Octal | 255 | 334 | 337 | 26 | 1 | 0 | 15 | 270 | 54 | 116 |
| Binary | 10101101 | 11011100 | 11011111 | 10110 | 1 | 0 | 1101 | 10111000 | 101100 | 1001110 |
Color Harmonies of #ADDCDF
Complementary color
Monochromatic Colors of #ADDCDF
Black with #ADDCDF
Text Example
Text Example
White with #ADDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCDF; }
p { color: rgb(173,220,223); }
H1.HeaderClassName
{
color: #ADDCDF;
}
.AnyTagClassName
{
color: #ADDCDF;
}
</style>
background-color css
<style>
a { background-color: #ADDCDF; }
a { background-color: rgb(173,220,223); }
div.DivClassName
{
background-color: #ADDCDF;
}
.BgClassName
{
background-color: #ADDCDF;
}
</style>
border-color css
<style>
span { border-color: #ADDCDF; }
span { border-color: rgb(173,220,223); }
td.TdClassName
{
border-color: #ADDCDF;
}
.TagClassName
{
border-color: #ADDCDF;
}
</style>