Shades of French Pass #A1C9DF
Tints of French Pass #A1C9DF
RGB
CMYK
RGB Variations
Color information
#A1C9DF (or 0xA1C9DF) is known color: French Pass. HEX triplet: A1, C9 and DF. RGB value is (161,201,223). Sum of RGB (Red+Green+Blue) = 161+201+223=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1C9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C9DF is #5E3620. Grayscale: #BFBFBF. Windows color (decimal): -6174241 or 14666145. OLE color: 14666145.
HSL color Cylindrical-coordinate representation of color #A1C9DF: hue angle of 201.29º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1C9DF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 201 | 223 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.13 |
| HSL | 201.29º | 0.49% | 0.75% | - |
| HSV(B) | 201.29º | 0.28% | 0.87% | - |
| XYZ | 48.9 | 54.68 | 77.79 | - |
| YUV | 191.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 223 | 0.28 | 0.10 | 0 | 0.13 | 201.29 | 0.49 | 0.75 |
| Hex | A1 | C9 | DF | 1C | A | 0 | D | C9 | 31 | 4B |
| Octal | 241 | 311 | 337 | 34 | 12 | 0 | 15 | 311 | 61 | 113 |
| Binary | 10100001 | 11001001 | 11011111 | 11100 | 1010 | 0 | 1101 | 11001001 | 110001 | 1001011 |
Color Harmonies of #A1C9DF
Complementary color
Monochromatic Colors of #A1C9DF
Black with #A1C9DF
Text Example
Text Example
White with #A1C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C9DF; }
p { color: rgb(161,201,223); }
H1.HeaderClassName
{
color: #A1C9DF;
}
.AnyTagClassName
{
color: #A1C9DF;
}
</style>
background-color css
<style>
a { background-color: #A1C9DF; }
a { background-color: rgb(161,201,223); }
div.DivClassName
{
background-color: #A1C9DF;
}
.BgClassName
{
background-color: #A1C9DF;
}
</style>
border-color css
<style>
span { border-color: #A1C9DF; }
span { border-color: rgb(161,201,223); }
td.TdClassName
{
border-color: #A1C9DF;
}
.TagClassName
{
border-color: #A1C9DF;
}
</style>