Shades of Powder Blue #ADDADF
Tints of Powder Blue #ADDADF
RGB
CMYK
RGB Variations
Color information
#ADDADF (or 0xADDADF) is known color: Powder Blue. HEX triplet: AD, DA and DF. RGB value is (173,218,223). Sum of RGB (Red+Green+Blue) = 173+218+223=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADDADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDADF is #522520. Grayscale: #CDCDCD. Windows color (decimal): -5383457 or 14670509. OLE color: 14670509.
HSL color Cylindrical-coordinate representation of color #ADDADF: hue angle of 186º 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 #ADDADF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 218 | 223 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.13 |
| HSL | 186º | 0.44% | 0.78% | - |
| HSV(B) | 186º | 0.22% | 0.87% | - |
| XYZ | 55.62 | 64.35 | 79.3 | - |
| YUV | 205.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 223 | 0.22 | 0.02 | 0 | 0.13 | 186 | 0.44 | 0.78 |
| Hex | AD | DA | DF | 16 | 2 | 0 | D | BA | 2C | 4E |
| Octal | 255 | 332 | 337 | 26 | 2 | 0 | 15 | 272 | 54 | 116 |
| Binary | 10101101 | 11011010 | 11011111 | 10110 | 10 | 0 | 1101 | 10111010 | 101100 | 1001110 |
Color Harmonies of #ADDADF
Complementary color
Monochromatic Colors of #ADDADF
Black with #ADDADF
Text Example
Text Example
White with #ADDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDADF; }
p { color: rgb(173,218,223); }
H1.HeaderClassName
{
color: #ADDADF;
}
.AnyTagClassName
{
color: #ADDADF;
}
</style>
background-color css
<style>
a { background-color: #ADDADF; }
a { background-color: rgb(173,218,223); }
div.DivClassName
{
background-color: #ADDADF;
}
.BgClassName
{
background-color: #ADDADF;
}
</style>
border-color css
<style>
span { border-color: #ADDADF; }
span { border-color: rgb(173,218,223); }
td.TdClassName
{
border-color: #ADDADF;
}
.TagClassName
{
border-color: #ADDADF;
}
</style>