Shades of French Pass #A9D6DC
Tints of French Pass #A9D6DC
RGB
CMYK
RGB Variations
Color information
#A9D6DC (or 0xA9D6DC) is known color: French Pass. HEX triplet: A9, D6 and DC. RGB value is (169,214,220). Sum of RGB (Red+Green+Blue) = 169+214+220=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D6DC is #562923. Grayscale: #C9C9C9. Windows color (decimal): -5646628 or 14472873. OLE color: 14472873.
HSL color Cylindrical-coordinate representation of color #A9D6DC: hue angle of 187.06º degrees, saturation: 0.42, 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 #A9D6DC is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 214 | 220 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.14 |
| HSL | 187.06º | 0.42% | 0.76% | - |
| HSV(B) | 187.06º | 0.23% | 0.86% | - |
| XYZ | 53.33 | 61.7 | 76.81 | - |
| YUV | 201.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 214 | 220 | 0.23 | 0.03 | 0 | 0.14 | 187.06 | 0.42 | 0.76 |
| Hex | A9 | D6 | DC | 17 | 3 | 0 | E | BB | 2A | 4C |
| Octal | 251 | 326 | 334 | 27 | 3 | 0 | 16 | 273 | 52 | 114 |
| Binary | 10101001 | 11010110 | 11011100 | 10111 | 11 | 0 | 1110 | 10111011 | 101010 | 1001100 |
Color Harmonies of #A9D6DC
Complementary color
Monochromatic Colors of #A9D6DC
Black with #A9D6DC
Text Example
Text Example
White with #A9D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D6DC; }
p { color: rgb(169,214,220); }
H1.HeaderClassName
{
color: #A9D6DC;
}
.AnyTagClassName
{
color: #A9D6DC;
}
</style>
background-color css
<style>
a { background-color: #A9D6DC; }
a { background-color: rgb(169,214,220); }
div.DivClassName
{
background-color: #A9D6DC;
}
.BgClassName
{
background-color: #A9D6DC;
}
</style>
border-color css
<style>
span { border-color: #A9D6DC; }
span { border-color: rgb(169,214,220); }
td.TdClassName
{
border-color: #A9D6DC;
}
.TagClassName
{
border-color: #A9D6DC;
}
</style>