Shades of Powder Blue #ADDDE0
Tints of Powder Blue #ADDDE0
RGB
CMYK
RGB Variations
Color information
#ADDDE0 (or 0xADDDE0) is known color: Powder Blue. HEX triplet: AD, DD and E0. RGB value is (173,221,224). Sum of RGB (Red+Green+Blue) = 173+221+224=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDE0 is #52221F. Grayscale: #CECECE. Windows color (decimal): -5382688 or 14736813. OLE color: 14736813.
HSL color Cylindrical-coordinate representation of color #ADDDE0: hue angle of 183.53º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDDE0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 221 | 224 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.12 |
| HSL | 183.53º | 0.45% | 0.78% | - |
| HSV(B) | 183.53º | 0.23% | 0.88% | - |
| XYZ | 56.54 | 65.98 | 80.28 | - |
| YUV | 206.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 224 | 0.23 | 0.01 | 0 | 0.12 | 183.53 | 0.45 | 0.78 |
| Hex | AD | DD | E0 | 17 | 1 | 0 | C | B8 | 2D | 4E |
| Octal | 255 | 335 | 340 | 27 | 1 | 0 | 14 | 270 | 55 | 116 |
| Binary | 10101101 | 11011101 | 11100000 | 10111 | 1 | 0 | 1100 | 10111000 | 101101 | 1001110 |
Color Harmonies of #ADDDE0
Complementary color
Monochromatic Colors of #ADDDE0
Black with #ADDDE0
Text Example
Text Example
White with #ADDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDE0; }
p { color: rgb(173,221,224); }
H1.HeaderClassName
{
color: #ADDDE0;
}
.AnyTagClassName
{
color: #ADDDE0;
}
</style>
background-color css
<style>
a { background-color: #ADDDE0; }
a { background-color: rgb(173,221,224); }
div.DivClassName
{
background-color: #ADDDE0;
}
.BgClassName
{
background-color: #ADDDE0;
}
</style>
border-color css
<style>
span { border-color: #ADDDE0; }
span { border-color: rgb(173,221,224); }
td.TdClassName
{
border-color: #ADDDE0;
}
.TagClassName
{
border-color: #ADDDE0;
}
</style>