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