Shades of French Pass #A9CADB
Tints of French Pass #A9CADB
RGB
CMYK
RGB Variations
Color information
#A9CADB (or 0xA9CADB) is known color: French Pass. HEX triplet: A9, CA and DB. RGB value is (169,202,219). Sum of RGB (Red+Green+Blue) = 169+202+219=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CADB is #563524. Grayscale: #C1C1C1. Windows color (decimal): -5649701 or 14404265. OLE color: 14404265.
HSL color Cylindrical-coordinate representation of color #A9CADB: hue angle of 200.4º 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 #A9CADB is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 202 | 219 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.14 |
| HSL | 200.4º | 0.41% | 0.76% | - |
| HSV(B) | 200.4º | 0.23% | 0.86% | - |
| XYZ | 50.27 | 55.79 | 75.14 | - |
| YUV | 194.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 219 | 0.23 | 0.08 | 0 | 0.14 | 200.4 | 0.41 | 0.76 |
| Hex | A9 | CA | DB | 17 | 8 | 0 | E | C8 | 29 | 4C |
| Octal | 251 | 312 | 333 | 27 | 10 | 0 | 16 | 310 | 51 | 114 |
| Binary | 10101001 | 11001010 | 11011011 | 10111 | 1000 | 0 | 1110 | 11001000 | 101001 | 1001100 |
Color Harmonies of #A9CADB
Complementary color
Monochromatic Colors of #A9CADB
Black with #A9CADB
Text Example
Text Example
White with #A9CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CADB; }
p { color: rgb(169,202,219); }
H1.HeaderClassName
{
color: #A9CADB;
}
.AnyTagClassName
{
color: #A9CADB;
}
</style>
background-color css
<style>
a { background-color: #A9CADB; }
a { background-color: rgb(169,202,219); }
div.DivClassName
{
background-color: #A9CADB;
}
.BgClassName
{
background-color: #A9CADB;
}
</style>
border-color css
<style>
span { border-color: #A9CADB; }
span { border-color: rgb(169,202,219); }
td.TdClassName
{
border-color: #A9CADB;
}
.TagClassName
{
border-color: #A9CADB;
}
</style>