Shades of French Pass #A9D3DA
Tints of French Pass #A9D3DA
RGB
CMYK
RGB Variations
Color information
#A9D3DA (or 0xA9D3DA) is known color: French Pass. HEX triplet: A9, D3 and DA. RGB value is (169,211,218). Sum of RGB (Red+Green+Blue) = 169+211+218=598 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.26% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9D3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D3DA is #562C25. Grayscale: #C7C7C7. Windows color (decimal): -5647398 or 14341033. OLE color: 14341033.
HSL color Cylindrical-coordinate representation of color #A9D3DA: hue angle of 188.57º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D3DA is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 211 | 218 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.15 |
| HSL | 188.57º | 0.4% | 0.76% | - |
| HSV(B) | 188.57º | 0.22% | 0.85% | - |
| XYZ | 52.31 | 60.09 | 75.17 | - |
| YUV | 199.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 211 | 218 | 0.22 | 0.03 | 0 | 0.15 | 188.57 | 0.4 | 0.76 |
| Hex | A9 | D3 | DA | 16 | 3 | 0 | F | BD | 28 | 4C |
| Octal | 251 | 323 | 332 | 26 | 3 | 0 | 17 | 275 | 50 | 114 |
| Binary | 10101001 | 11010011 | 11011010 | 10110 | 11 | 0 | 1111 | 10111101 | 101000 | 1001100 |
Color Harmonies of #A9D3DA
Complementary color
Monochromatic Colors of #A9D3DA
Black with #A9D3DA
Text Example
Text Example
White with #A9D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D3DA; }
p { color: rgb(169,211,218); }
H1.HeaderClassName
{
color: #A9D3DA;
}
.AnyTagClassName
{
color: #A9D3DA;
}
</style>
background-color css
<style>
a { background-color: #A9D3DA; }
a { background-color: rgb(169,211,218); }
div.DivClassName
{
background-color: #A9D3DA;
}
.BgClassName
{
background-color: #A9D3DA;
}
</style>
border-color css
<style>
span { border-color: #A9D3DA; }
span { border-color: rgb(169,211,218); }
td.TdClassName
{
border-color: #A9D3DA;
}
.TagClassName
{
border-color: #A9D3DA;
}
</style>