Shades of Sail #A1CAE9
Tints of Sail #A1CAE9
RGB
CMYK
RGB Variations
Color information
#A1CAE9 (or 0xA1CAE9) is known color: Sail. HEX triplet: A1, CA and E9. RGB value is (161,202,233). Sum of RGB (Red+Green+Blue) = 161+202+233=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #A1CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAE9 is #5E3516. Grayscale: #C1C1C1. Windows color (decimal): -6173975 or 15321761. OLE color: 15321761.
HSL color Cylindrical-coordinate representation of color #A1CAE9: hue angle of 205.83º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CAE9 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 202 | 233 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.09 |
| HSL | 205.83º | 0.62% | 0.77% | - |
| HSV(B) | 205.83º | 0.31% | 0.91% | - |
| XYZ | 50.53 | 55.7 | 85.18 | - |
| YUV | 193.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 233 | 0.31 | 0.13 | 0 | 0.09 | 205.83 | 0.62 | 0.77 |
| Hex | A1 | CA | E9 | 1F | D | 0 | 9 | CE | 3E | 4D |
| Octal | 241 | 312 | 351 | 37 | 15 | 0 | 11 | 316 | 76 | 115 |
| Binary | 10100001 | 11001010 | 11101001 | 11111 | 1101 | 0 | 1001 | 11001110 | 111110 | 1001101 |
Color Harmonies of #A1CAE9
Complementary color
Monochromatic Colors of #A1CAE9
Black with #A1CAE9
Text Example
Text Example
White with #A1CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAE9; }
p { color: rgb(161,202,233); }
H1.HeaderClassName
{
color: #A1CAE9;
}
.AnyTagClassName
{
color: #A1CAE9;
}
</style>
background-color css
<style>
a { background-color: #A1CAE9; }
a { background-color: rgb(161,202,233); }
div.DivClassName
{
background-color: #A1CAE9;
}
.BgClassName
{
background-color: #A1CAE9;
}
</style>
border-color css
<style>
span { border-color: #A1CAE9; }
span { border-color: rgb(161,202,233); }
td.TdClassName
{
border-color: #A1CAE9;
}
.TagClassName
{
border-color: #A1CAE9;
}
</style>