Shades of Powder Blue #ADDFDF
Tints of Powder Blue #ADDFDF
RGB
CMYK
RGB Variations
Color information
#ADDFDF (or 0xADDFDF) is known color: Powder Blue. HEX triplet: AD, DF and DF. RGB value is (173,223,223). Sum of RGB (Red+Green+Blue) = 173+223+223=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #ADDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFDF is #522020. Grayscale: #D0D0D0. Windows color (decimal): -5382177 or 14671789. OLE color: 14671789.
HSL color Cylindrical-coordinate representation of color #ADDFDF: hue angle of 180º 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 #ADDFDF is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 173 | 223 | 223 | - |
CMYK | 0.22 | 0 | 0 | 0.13 |
HSL | 180º | 0.44% | 0.78% | - |
HSV(B) | 180º | 0.22% | 0.87% | - |
XYZ | 56.94 | 66.99 | 79.74 | - |
YUV | 208.05 | 136.44 | 103 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 223 | 223 | 0.22 | 0 | 0 | 0.13 | 180 | 0.44 | 0.78 |
Hex | AD | DF | DF | 16 | 0 | 0 | D | B4 | 2C | 4E |
Octal | 255 | 337 | 337 | 26 | 0 | 0 | 15 | 264 | 54 | 116 |
Binary | 10101101 | 11011111 | 11011111 | 10110 | 0 | 0 | 1101 | 10110100 | 101100 | 1001110 |
Color Harmonies of #ADDFDF
Complementary color
Monochromatic Colors of #ADDFDF
Black with #ADDFDF
Text Example
Text Example
White with #ADDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFDF; }
p { color: rgb(173,223,223); }
H1.HeaderClassName
{
color: #ADDFDF;
}
.AnyTagClassName
{
color: #ADDFDF;
}
</style>
background-color css
<style>
a { background-color: #ADDFDF; }
a { background-color: rgb(173,223,223); }
div.DivClassName
{
background-color: #ADDFDF;
}
.BgClassName
{
background-color: #ADDFDF;
}
</style>
border-color css
<style>
span { border-color: #ADDFDF; }
span { border-color: rgb(173,223,223); }
td.TdClassName
{
border-color: #ADDFDF;
}
.TagClassName
{
border-color: #ADDFDF;
}
</style>