Shades of French Pass #ADD3D9
Tints of French Pass #ADD3D9
RGB
CMYK
RGB Variations
Color information
#ADD3D9 (or 0xADD3D9) is known color: French Pass. HEX triplet: AD, D3 and D9. RGB value is (173,211,217). Sum of RGB (Red+Green+Blue) = 173+211+217=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADD3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3D9 is #522C26. Grayscale: #C8C8C8. Windows color (decimal): -5385255 or 14275501. OLE color: 14275501.
HSL color Cylindrical-coordinate representation of color #ADD3D9: hue angle of 188.18º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD3D9 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 211 | 217 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.15 |
| HSL | 188.18º | 0.37% | 0.76% | - |
| HSV(B) | 188.18º | 0.2% | 0.85% | - |
| XYZ | 53.05 | 60.48 | 74.52 | - |
| YUV | 200.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 217 | 0.20 | 0.03 | 0 | 0.15 | 188.18 | 0.37 | 0.76 |
| Hex | AD | D3 | D9 | 14 | 3 | 0 | F | BC | 25 | 4C |
| Octal | 255 | 323 | 331 | 24 | 3 | 0 | 17 | 274 | 45 | 114 |
| Binary | 10101101 | 11010011 | 11011001 | 10100 | 11 | 0 | 1111 | 10111100 | 100101 | 1001100 |
Color Harmonies of #ADD3D9
Complementary color
Monochromatic Colors of #ADD3D9
Black with #ADD3D9
Text Example
Text Example
White with #ADD3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3D9; }
p { color: rgb(173,211,217); }
H1.HeaderClassName
{
color: #ADD3D9;
}
.AnyTagClassName
{
color: #ADD3D9;
}
</style>
background-color css
<style>
a { background-color: #ADD3D9; }
a { background-color: rgb(173,211,217); }
div.DivClassName
{
background-color: #ADD3D9;
}
.BgClassName
{
background-color: #ADD3D9;
}
</style>
border-color css
<style>
span { border-color: #ADD3D9; }
span { border-color: rgb(173,211,217); }
td.TdClassName
{
border-color: #ADD3D9;
}
.TagClassName
{
border-color: #ADD3D9;
}
</style>