Shades of French Pass #A9D4DC
Tints of French Pass #A9D4DC
RGB
CMYK
RGB Variations
Color information
#A9D4DC (or 0xA9D4DC) is known color: French Pass. HEX triplet: A9, D4 and DC. RGB value is (169,212,220). Sum of RGB (Red+Green+Blue) = 169+212+220=601 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.12% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9D4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D4DC is #562B23. Grayscale: #C7C7C7. Windows color (decimal): -5647140 or 14472361. OLE color: 14472361.
HSL color Cylindrical-coordinate representation of color #A9D4DC: hue angle of 189.41º 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 #A9D4DC is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 212 | 220 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.14 |
| HSL | 189.41º | 0.42% | 0.76% | - |
| HSV(B) | 189.41º | 0.23% | 0.86% | - |
| XYZ | 52.82 | 60.69 | 76.64 | - |
| YUV | 200.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 212 | 220 | 0.23 | 0.04 | 0 | 0.14 | 189.41 | 0.42 | 0.76 |
| Hex | A9 | D4 | DC | 17 | 4 | 0 | E | BD | 2A | 4C |
| Octal | 251 | 324 | 334 | 27 | 4 | 0 | 16 | 275 | 52 | 114 |
| Binary | 10101001 | 11010100 | 11011100 | 10111 | 100 | 0 | 1110 | 10111101 | 101010 | 1001100 |
Color Harmonies of #A9D4DC
Complementary color
Monochromatic Colors of #A9D4DC
Black with #A9D4DC
Text Example
Text Example
White with #A9D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D4DC; }
p { color: rgb(169,212,220); }
H1.HeaderClassName
{
color: #A9D4DC;
}
.AnyTagClassName
{
color: #A9D4DC;
}
</style>
background-color css
<style>
a { background-color: #A9D4DC; }
a { background-color: rgb(169,212,220); }
div.DivClassName
{
background-color: #A9D4DC;
}
.BgClassName
{
background-color: #A9D4DC;
}
</style>
border-color css
<style>
span { border-color: #A9D4DC; }
span { border-color: rgb(169,212,220); }
td.TdClassName
{
border-color: #A9D4DC;
}
.TagClassName
{
border-color: #A9D4DC;
}
</style>