Shades of Powder Blue #ADDBDF
Tints of Powder Blue #ADDBDF
RGB
CMYK
RGB Variations
Color information
#ADDBDF (or 0xADDBDF) is known color: Powder Blue. HEX triplet: AD, DB and DF. RGB value is (173,219,223). Sum of RGB (Red+Green+Blue) = 173+219+223=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADDBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBDF is #522420. Grayscale: #CDCDCD. Windows color (decimal): -5383201 or 14670765. OLE color: 14670765.
HSL color Cylindrical-coordinate representation of color #ADDBDF: hue angle of 184.8º 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 #ADDBDF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 219 | 223 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.13 |
| HSL | 184.8º | 0.44% | 0.78% | - |
| HSV(B) | 184.8º | 0.22% | 0.87% | - |
| XYZ | 55.88 | 64.87 | 79.39 | - |
| YUV | 205.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 223 | 0.22 | 0.02 | 0 | 0.13 | 184.8 | 0.44 | 0.78 |
| Hex | AD | DB | DF | 16 | 2 | 0 | D | B9 | 2C | 4E |
| Octal | 255 | 333 | 337 | 26 | 2 | 0 | 15 | 271 | 54 | 116 |
| Binary | 10101101 | 11011011 | 11011111 | 10110 | 10 | 0 | 1101 | 10111001 | 101100 | 1001110 |
Color Harmonies of #ADDBDF
Complementary color
Monochromatic Colors of #ADDBDF
Black with #ADDBDF
Text Example
Text Example
White with #ADDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBDF; }
p { color: rgb(173,219,223); }
H1.HeaderClassName
{
color: #ADDBDF;
}
.AnyTagClassName
{
color: #ADDBDF;
}
</style>
background-color css
<style>
a { background-color: #ADDBDF; }
a { background-color: rgb(173,219,223); }
div.DivClassName
{
background-color: #ADDBDF;
}
.BgClassName
{
background-color: #ADDBDF;
}
</style>
border-color css
<style>
span { border-color: #ADDBDF; }
span { border-color: rgb(173,219,223); }
td.TdClassName
{
border-color: #ADDBDF;
}
.TagClassName
{
border-color: #ADDBDF;
}
</style>