Shades of Powder Blue #ADDBDC
Tints of Powder Blue #ADDBDC
RGB
CMYK
RGB Variations
Color information
#ADDBDC (or 0xADDBDC) is known color: Powder Blue. HEX triplet: AD, DB and DC. RGB value is (173,219,220). Sum of RGB (Red+Green+Blue) = 173+219+220=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBDC is #522423. Grayscale: #CDCDCD. Windows color (decimal): -5383204 or 14474157. OLE color: 14474157.
HSL color Cylindrical-coordinate representation of color #ADDBDC: hue angle of 181.28º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBDC is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 220 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.14 |
| HSL | 181.28º | 0.4% | 0.77% | - |
| HSV(B) | 181.28º | 0.21% | 0.86% | - |
| XYZ | 55.48 | 64.71 | 77.28 | - |
| YUV | 205.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 220 | 0.21 | 0.00 | 0 | 0.14 | 181.28 | 0.4 | 0.77 |
| Hex | AD | DB | DC | 15 | 0 | 0 | E | B5 | 28 | 4D |
| Octal | 255 | 333 | 334 | 25 | 0 | 0 | 16 | 265 | 50 | 115 |
| Binary | 10101101 | 11011011 | 11011100 | 10101 | 0 | 0 | 1110 | 10110101 | 101000 | 1001101 |
Color Harmonies of #ADDBDC
Complementary color
Monochromatic Colors of #ADDBDC
Black with #ADDBDC
Text Example
Text Example
White with #ADDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBDC; }
p { color: rgb(173,219,220); }
H1.HeaderClassName
{
color: #ADDBDC;
}
.AnyTagClassName
{
color: #ADDBDC;
}
</style>
background-color css
<style>
a { background-color: #ADDBDC; }
a { background-color: rgb(173,219,220); }
div.DivClassName
{
background-color: #ADDBDC;
}
.BgClassName
{
background-color: #ADDBDC;
}
</style>
border-color css
<style>
span { border-color: #ADDBDC; }
span { border-color: rgb(173,219,220); }
td.TdClassName
{
border-color: #ADDBDC;
}
.TagClassName
{
border-color: #ADDBDC;
}
</style>