Shades of French Pass #ADD0D8
Tints of French Pass #ADD0D8
RGB
CMYK
RGB Variations
Color information
#ADD0D8 (or 0xADD0D8) is known color: French Pass. HEX triplet: AD, D0 and D8. RGB value is (173,208,216). Sum of RGB (Red+Green+Blue) = 173+208+216=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADD0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0D8 is #522F27. Grayscale: #C6C6C6. Windows color (decimal): -5386024 or 14209197. OLE color: 14209197.
HSL color Cylindrical-coordinate representation of color #ADD0D8: hue angle of 191.16º degrees, saturation: 0.36, 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 #ADD0D8 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 208 | 216 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.15 |
| HSL | 191.16º | 0.36% | 0.76% | - |
| HSV(B) | 191.16º | 0.2% | 0.85% | - |
| XYZ | 52.18 | 58.95 | 73.59 | - |
| YUV | 198.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 216 | 0.20 | 0.04 | 0 | 0.15 | 191.16 | 0.36 | 0.76 |
| Hex | AD | D0 | D8 | 14 | 4 | 0 | F | BF | 24 | 4C |
| Octal | 255 | 320 | 330 | 24 | 4 | 0 | 17 | 277 | 44 | 114 |
| Binary | 10101101 | 11010000 | 11011000 | 10100 | 100 | 0 | 1111 | 10111111 | 100100 | 1001100 |
Color Harmonies of #ADD0D8
Complementary color
Monochromatic Colors of #ADD0D8
Black with #ADD0D8
Text Example
Text Example
White with #ADD0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0D8; }
p { color: rgb(173,208,216); }
H1.HeaderClassName
{
color: #ADD0D8;
}
.AnyTagClassName
{
color: #ADD0D8;
}
</style>
background-color css
<style>
a { background-color: #ADD0D8; }
a { background-color: rgb(173,208,216); }
div.DivClassName
{
background-color: #ADD0D8;
}
.BgClassName
{
background-color: #ADD0D8;
}
</style>
border-color css
<style>
span { border-color: #ADD0D8; }
span { border-color: rgb(173,208,216); }
td.TdClassName
{
border-color: #ADD0D8;
}
.TagClassName
{
border-color: #ADD0D8;
}
</style>