Shades of French Pass #A1CDE0
Tints of French Pass #A1CDE0
RGB
CMYK
RGB Variations
Color information
#A1CDE0 (or 0xA1CDE0) is known color: French Pass. HEX triplet: A1, CD and E0. RGB value is (161,205,224). Sum of RGB (Red+Green+Blue) = 161+205+224=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #A1CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDE0 is #5E321F. Grayscale: #C1C1C1. Windows color (decimal): -6173216 or 14732705. OLE color: 14732705.
HSL color Cylindrical-coordinate representation of color #A1CDE0: hue angle of 198.1º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1CDE0 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 205 | 224 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.12 |
| HSL | 198.1º | 0.5% | 0.75% | - |
| HSV(B) | 198.1º | 0.28% | 0.88% | - |
| XYZ | 49.98 | 56.62 | 78.82 | - |
| YUV | 194.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 224 | 0.28 | 0.08 | 0 | 0.12 | 198.1 | 0.5 | 0.75 |
| Hex | A1 | CD | E0 | 1C | 8 | 0 | C | C6 | 32 | 4B |
| Octal | 241 | 315 | 340 | 34 | 10 | 0 | 14 | 306 | 62 | 113 |
| Binary | 10100001 | 11001101 | 11100000 | 11100 | 1000 | 0 | 1100 | 11000110 | 110010 | 1001011 |
Color Harmonies of #A1CDE0
Complementary color
Monochromatic Colors of #A1CDE0
Black with #A1CDE0
Text Example
Text Example
White with #A1CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDE0; }
p { color: rgb(161,205,224); }
H1.HeaderClassName
{
color: #A1CDE0;
}
.AnyTagClassName
{
color: #A1CDE0;
}
</style>
background-color css
<style>
a { background-color: #A1CDE0; }
a { background-color: rgb(161,205,224); }
div.DivClassName
{
background-color: #A1CDE0;
}
.BgClassName
{
background-color: #A1CDE0;
}
</style>
border-color css
<style>
span { border-color: #A1CDE0; }
span { border-color: rgb(161,205,224); }
td.TdClassName
{
border-color: #A1CDE0;
}
.TagClassName
{
border-color: #A1CDE0;
}
</style>