Shades of French Pass #A1CEE1
Tints of French Pass #A1CEE1
RGB
CMYK
RGB Variations
Color information
#A1CEE1 (or 0xA1CEE1) is known color: French Pass. HEX triplet: A1, CE and E1. RGB value is (161,206,225). Sum of RGB (Red+Green+Blue) = 161+206+225=592 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.20% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #A1CEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEE1 is #5E311E. Grayscale: #C2C2C2. Windows color (decimal): -6172959 or 14798497. OLE color: 14798497.
HSL color Cylindrical-coordinate representation of color #A1CEE1: hue angle of 197.81º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1CEE1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 206 | 225 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.12 |
| HSL | 197.81º | 0.52% | 0.76% | - |
| HSV(B) | 197.81º | 0.28% | 0.88% | - |
| XYZ | 50.36 | 57.16 | 79.61 | - |
| YUV | 194.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 225 | 0.28 | 0.08 | 0 | 0.12 | 197.81 | 0.52 | 0.76 |
| Hex | A1 | CE | E1 | 1C | 8 | 0 | C | C6 | 34 | 4C |
| Octal | 241 | 316 | 341 | 34 | 10 | 0 | 14 | 306 | 64 | 114 |
| Binary | 10100001 | 11001110 | 11100001 | 11100 | 1000 | 0 | 1100 | 11000110 | 110100 | 1001100 |
Color Harmonies of #A1CEE1
Complementary color
Monochromatic Colors of #A1CEE1
Black with #A1CEE1
Text Example
Text Example
White with #A1CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEE1; }
p { color: rgb(161,206,225); }
H1.HeaderClassName
{
color: #A1CEE1;
}
.AnyTagClassName
{
color: #A1CEE1;
}
</style>
background-color css
<style>
a { background-color: #A1CEE1; }
a { background-color: rgb(161,206,225); }
div.DivClassName
{
background-color: #A1CEE1;
}
.BgClassName
{
background-color: #A1CEE1;
}
</style>
border-color css
<style>
span { border-color: #A1CEE1; }
span { border-color: rgb(161,206,225); }
td.TdClassName
{
border-color: #A1CEE1;
}
.TagClassName
{
border-color: #A1CEE1;
}
</style>