Shades of Powder Blue #ADD7DA
Tints of Powder Blue #ADD7DA
RGB
CMYK
RGB Variations
Color information
#ADD7DA (or 0xADD7DA) is known color: Powder Blue. HEX triplet: AD, D7 and DA. RGB value is (173,215,218). Sum of RGB (Red+Green+Blue) = 173+215+218=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7DA is #522825. Grayscale: #CACACA. Windows color (decimal): -5384230 or 14342061. OLE color: 14342061.
HSL color Cylindrical-coordinate representation of color #ADD7DA: hue angle of 184º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD7DA is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 215 | 218 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.15 |
| HSL | 184º | 0.38% | 0.77% | - |
| HSV(B) | 184º | 0.21% | 0.85% | - |
| XYZ | 54.19 | 62.55 | 75.55 | - |
| YUV | 202.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 218 | 0.21 | 0.01 | 0 | 0.15 | 184 | 0.38 | 0.77 |
| Hex | AD | D7 | DA | 15 | 1 | 0 | F | B8 | 26 | 4D |
| Octal | 255 | 327 | 332 | 25 | 1 | 0 | 17 | 270 | 46 | 115 |
| Binary | 10101101 | 11010111 | 11011010 | 10101 | 1 | 0 | 1111 | 10111000 | 100110 | 1001101 |
Color Harmonies of #ADD7DA
Complementary color
Monochromatic Colors of #ADD7DA
Black with #ADD7DA
Text Example
Text Example
White with #ADD7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7DA; }
p { color: rgb(173,215,218); }
H1.HeaderClassName
{
color: #ADD7DA;
}
.AnyTagClassName
{
color: #ADD7DA;
}
</style>
background-color css
<style>
a { background-color: #ADD7DA; }
a { background-color: rgb(173,215,218); }
div.DivClassName
{
background-color: #ADD7DA;
}
.BgClassName
{
background-color: #ADD7DA;
}
</style>
border-color css
<style>
span { border-color: #ADD7DA; }
span { border-color: rgb(173,215,218); }
td.TdClassName
{
border-color: #ADD7DA;
}
.TagClassName
{
border-color: #ADD7DA;
}
</style>