Shades of French Pass #A9CEDF
Tints of French Pass #A9CEDF
RGB
CMYK
RGB Variations
Color information
#A9CEDF (or 0xA9CEDF) is known color: French Pass. HEX triplet: A9, CE and DF. RGB value is (169,206,223). Sum of RGB (Red+Green+Blue) = 169+206+223=598 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.26% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEDF is #563120. Grayscale: #C4C4C4. Windows color (decimal): -5648673 or 14667433. OLE color: 14667433.
HSL color Cylindrical-coordinate representation of color #A9CEDF: hue angle of 198.89º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9CEDF is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 206 | 223 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.13 |
| HSL | 198.89º | 0.46% | 0.77% | - |
| HSV(B) | 198.89º | 0.24% | 0.87% | - |
| XYZ | 51.75 | 57.91 | 78.26 | - |
| YUV | 196.88 | 142.74 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 223 | 0.24 | 0.08 | 0 | 0.13 | 198.89 | 0.46 | 0.77 |
| Hex | A9 | CE | DF | 18 | 8 | 0 | D | C7 | 2E | 4D |
| Octal | 251 | 316 | 337 | 30 | 10 | 0 | 15 | 307 | 56 | 115 |
| Binary | 10101001 | 11001110 | 11011111 | 11000 | 1000 | 0 | 1101 | 11000111 | 101110 | 1001101 |
Color Harmonies of #A9CEDF
Complementary color
Monochromatic Colors of #A9CEDF
Black with #A9CEDF
Text Example
Text Example
White with #A9CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CEDF; }
p { color: rgb(169,206,223); }
H1.HeaderClassName
{
color: #A9CEDF;
}
.AnyTagClassName
{
color: #A9CEDF;
}
</style>
background-color css
<style>
a { background-color: #A9CEDF; }
a { background-color: rgb(169,206,223); }
div.DivClassName
{
background-color: #A9CEDF;
}
.BgClassName
{
background-color: #A9CEDF;
}
</style>
border-color css
<style>
span { border-color: #A9CEDF; }
span { border-color: rgb(169,206,223); }
td.TdClassName
{
border-color: #A9CEDF;
}
.TagClassName
{
border-color: #A9CEDF;
}
</style>