Shades of French Pass #ADD4D9
Tints of French Pass #ADD4D9
RGB
CMYK
RGB Variations
Color information
#ADD4D9 (or 0xADD4D9) is known color: French Pass. HEX triplet: AD, D4 and D9. RGB value is (173,212,217). Sum of RGB (Red+Green+Blue) = 173+212+217=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADD4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4D9 is #522B26. Grayscale: #C8C8C8. Windows color (decimal): -5384999 or 14275757. OLE color: 14275757.
HSL color Cylindrical-coordinate representation of color #ADD4D9: hue angle of 186.82º 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 #ADD4D9 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 212 | 217 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.15 |
| HSL | 186.82º | 0.37% | 0.76% | - |
| HSV(B) | 186.82º | 0.2% | 0.85% | - |
| XYZ | 53.3 | 60.98 | 74.61 | - |
| YUV | 200.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 217 | 0.20 | 0.02 | 0 | 0.15 | 186.82 | 0.37 | 0.76 |
| Hex | AD | D4 | D9 | 14 | 2 | 0 | F | BB | 25 | 4C |
| Octal | 255 | 324 | 331 | 24 | 2 | 0 | 17 | 273 | 45 | 114 |
| Binary | 10101101 | 11010100 | 11011001 | 10100 | 10 | 0 | 1111 | 10111011 | 100101 | 1001100 |
Color Harmonies of #ADD4D9
Complementary color
Monochromatic Colors of #ADD4D9
Black with #ADD4D9
Text Example
Text Example
White with #ADD4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4D9; }
p { color: rgb(173,212,217); }
H1.HeaderClassName
{
color: #ADD4D9;
}
.AnyTagClassName
{
color: #ADD4D9;
}
</style>
background-color css
<style>
a { background-color: #ADD4D9; }
a { background-color: rgb(173,212,217); }
div.DivClassName
{
background-color: #ADD4D9;
}
.BgClassName
{
background-color: #ADD4D9;
}
</style>
border-color css
<style>
span { border-color: #ADD4D9; }
span { border-color: rgb(173,212,217); }
td.TdClassName
{
border-color: #ADD4D9;
}
.TagClassName
{
border-color: #ADD4D9;
}
</style>