Shades of French Pass #A9D0DB
Tints of French Pass #A9D0DB
RGB
CMYK
RGB Variations
Color information
#A9D0DB (or 0xA9D0DB) is known color: French Pass. HEX triplet: A9, D0 and DB. RGB value is (169,208,219). Sum of RGB (Red+Green+Blue) = 169+208+219=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9D0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D0DB is #562F24. Grayscale: #C5C5C5. Windows color (decimal): -5648165 or 14405801. OLE color: 14405801.
HSL color Cylindrical-coordinate representation of color #A9D0DB: hue angle of 193.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9D0DB is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 208 | 219 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.14 |
| HSL | 193.2º | 0.41% | 0.76% | - |
| HSV(B) | 193.2º | 0.23% | 0.86% | - |
| XYZ | 51.7 | 58.66 | 75.62 | - |
| YUV | 197.59 | 140.08 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 219 | 0.23 | 0.05 | 0 | 0.14 | 193.2 | 0.41 | 0.76 |
| Hex | A9 | D0 | DB | 17 | 5 | 0 | E | C1 | 29 | 4C |
| Octal | 251 | 320 | 333 | 27 | 5 | 0 | 16 | 301 | 51 | 114 |
| Binary | 10101001 | 11010000 | 11011011 | 10111 | 101 | 0 | 1110 | 11000001 | 101001 | 1001100 |
Color Harmonies of #A9D0DB
Complementary color
Monochromatic Colors of #A9D0DB
Black with #A9D0DB
Text Example
Text Example
White with #A9D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D0DB; }
p { color: rgb(169,208,219); }
H1.HeaderClassName
{
color: #A9D0DB;
}
.AnyTagClassName
{
color: #A9D0DB;
}
</style>
background-color css
<style>
a { background-color: #A9D0DB; }
a { background-color: rgb(169,208,219); }
div.DivClassName
{
background-color: #A9D0DB;
}
.BgClassName
{
background-color: #A9D0DB;
}
</style>
border-color css
<style>
span { border-color: #A9D0DB; }
span { border-color: rgb(169,208,219); }
td.TdClassName
{
border-color: #A9D0DB;
}
.TagClassName
{
border-color: #A9D0DB;
}
</style>