Shades of Powder Blue #ADD6DA
Tints of Powder Blue #ADD6DA
RGB
CMYK
RGB Variations
Color information
#ADD6DA (or 0xADD6DA) is known color: Powder Blue. HEX triplet: AD, D6 and DA. RGB value is (173,214,218). Sum of RGB (Red+Green+Blue) = 173+214+218=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6DA is #522925. Grayscale: #CACACA. Windows color (decimal): -5384486 or 14341805. OLE color: 14341805.
HSL color Cylindrical-coordinate representation of color #ADD6DA: hue angle of 185.33º 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 #ADD6DA is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 214 | 218 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.15 |
| HSL | 185.33º | 0.38% | 0.77% | - |
| HSV(B) | 185.33º | 0.21% | 0.85% | - |
| XYZ | 53.94 | 62.04 | 75.46 | - |
| YUV | 202.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 218 | 0.21 | 0.02 | 0 | 0.15 | 185.33 | 0.38 | 0.77 |
| Hex | AD | D6 | DA | 15 | 2 | 0 | F | B9 | 26 | 4D |
| Octal | 255 | 326 | 332 | 25 | 2 | 0 | 17 | 271 | 46 | 115 |
| Binary | 10101101 | 11010110 | 11011010 | 10101 | 10 | 0 | 1111 | 10111001 | 100110 | 1001101 |
Color Harmonies of #ADD6DA
Complementary color
Monochromatic Colors of #ADD6DA
Black with #ADD6DA
Text Example
Text Example
White with #ADD6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6DA; }
p { color: rgb(173,214,218); }
H1.HeaderClassName
{
color: #ADD6DA;
}
.AnyTagClassName
{
color: #ADD6DA;
}
</style>
background-color css
<style>
a { background-color: #ADD6DA; }
a { background-color: rgb(173,214,218); }
div.DivClassName
{
background-color: #ADD6DA;
}
.BgClassName
{
background-color: #ADD6DA;
}
</style>
border-color css
<style>
span { border-color: #ADD6DA; }
span { border-color: rgb(173,214,218); }
td.TdClassName
{
border-color: #ADD6DA;
}
.TagClassName
{
border-color: #ADD6DA;
}
</style>