Shades of Powder Blue #ADDCDE
Tints of Powder Blue #ADDCDE
RGB
CMYK
RGB Variations
Color information
#ADDCDE (or 0xADDCDE) is known color: Powder Blue. HEX triplet: AD, DC and DE. RGB value is (173,220,222). Sum of RGB (Red+Green+Blue) = 173+220+222=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADDCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCDE is #522321. Grayscale: #CECECE. Windows color (decimal): -5382946 or 14605485. OLE color: 14605485.
HSL color Cylindrical-coordinate representation of color #ADDCDE: hue angle of 182.45º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDCDE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 220 | 222 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.13 |
| HSL | 182.45º | 0.43% | 0.77% | - |
| HSV(B) | 182.45º | 0.22% | 0.87% | - |
| XYZ | 56.01 | 65.34 | 78.77 | - |
| YUV | 206.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 222 | 0.22 | 0.01 | 0 | 0.13 | 182.45 | 0.43 | 0.77 |
| Hex | AD | DC | DE | 16 | 1 | 0 | D | B6 | 2B | 4D |
| Octal | 255 | 334 | 336 | 26 | 1 | 0 | 15 | 266 | 53 | 115 |
| Binary | 10101101 | 11011100 | 11011110 | 10110 | 1 | 0 | 1101 | 10110110 | 101011 | 1001101 |
Color Harmonies of #ADDCDE
Complementary color
Monochromatic Colors of #ADDCDE
Black with #ADDCDE
Text Example
Text Example
White with #ADDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCDE; }
p { color: rgb(173,220,222); }
H1.HeaderClassName
{
color: #ADDCDE;
}
.AnyTagClassName
{
color: #ADDCDE;
}
</style>
background-color css
<style>
a { background-color: #ADDCDE; }
a { background-color: rgb(173,220,222); }
div.DivClassName
{
background-color: #ADDCDE;
}
.BgClassName
{
background-color: #ADDCDE;
}
</style>
border-color css
<style>
span { border-color: #ADDCDE; }
span { border-color: rgb(173,220,222); }
td.TdClassName
{
border-color: #ADDCDE;
}
.TagClassName
{
border-color: #ADDCDE;
}
</style>