Shades of French Pass #ADD4DB
Tints of French Pass #ADD4DB
RGB
CMYK
RGB Variations
Color information
#ADD4DB (or 0xADD4DB) is known color: French Pass. HEX triplet: AD, D4 and DB. RGB value is (173,212,219). Sum of RGB (Red+Green+Blue) = 173+212+219=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4DB is #522B24. Grayscale: #C9C9C9. Windows color (decimal): -5384997 or 14406829. OLE color: 14406829.
HSL color Cylindrical-coordinate representation of color #ADD4DB: hue angle of 189.13º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD4DB is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 212 | 219 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.14 |
| HSL | 189.13º | 0.39% | 0.77% | - |
| HSV(B) | 189.13º | 0.21% | 0.86% | - |
| XYZ | 53.56 | 61.09 | 75.99 | - |
| YUV | 201.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 219 | 0.21 | 0.03 | 0 | 0.14 | 189.13 | 0.39 | 0.77 |
| Hex | AD | D4 | DB | 15 | 3 | 0 | E | BD | 27 | 4D |
| Octal | 255 | 324 | 333 | 25 | 3 | 0 | 16 | 275 | 47 | 115 |
| Binary | 10101101 | 11010100 | 11011011 | 10101 | 11 | 0 | 1110 | 10111101 | 100111 | 1001101 |
Color Harmonies of #ADD4DB
Complementary color
Monochromatic Colors of #ADD4DB
Black with #ADD4DB
Text Example
Text Example
White with #ADD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4DB; }
p { color: rgb(173,212,219); }
H1.HeaderClassName
{
color: #ADD4DB;
}
.AnyTagClassName
{
color: #ADD4DB;
}
</style>
background-color css
<style>
a { background-color: #ADD4DB; }
a { background-color: rgb(173,212,219); }
div.DivClassName
{
background-color: #ADD4DB;
}
.BgClassName
{
background-color: #ADD4DB;
}
</style>
border-color css
<style>
span { border-color: #ADD4DB; }
span { border-color: rgb(173,212,219); }
td.TdClassName
{
border-color: #ADD4DB;
}
.TagClassName
{
border-color: #ADD4DB;
}
</style>