Shades of Sail #A1CAEA
Tints of Sail #A1CAEA
RGB
CMYK
RGB Variations
Color information
#A1CAEA (or 0xA1CAEA) is known color: Sail. HEX triplet: A1, CA and EA. RGB value is (161,202,234). Sum of RGB (Red+Green+Blue) = 161+202+234=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CAEA is #5E3515. Grayscale: #C1C1C1. Windows color (decimal): -6173974 or 15387297. OLE color: 15387297.
HSL color Cylindrical-coordinate representation of color #A1CAEA: hue angle of 206.3º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1CAEA is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 202 | 234 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.08 |
| HSL | 206.3º | 0.63% | 0.77% | - |
| HSV(B) | 206.3º | 0.31% | 0.92% | - |
| XYZ | 50.67 | 55.76 | 85.93 | - |
| YUV | 193.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 234 | 0.31 | 0.14 | 0 | 0.08 | 206.3 | 0.63 | 0.77 |
| Hex | A1 | CA | EA | 1F | E | 0 | 8 | CE | 3F | 4D |
| Octal | 241 | 312 | 352 | 37 | 16 | 0 | 10 | 316 | 77 | 115 |
| Binary | 10100001 | 11001010 | 11101010 | 11111 | 1110 | 0 | 1000 | 11001110 | 111111 | 1001101 |
Color Harmonies of #A1CAEA
Complementary color
Monochromatic Colors of #A1CAEA
Black with #A1CAEA
Text Example
Text Example
White with #A1CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CAEA; }
p { color: rgb(161,202,234); }
H1.HeaderClassName
{
color: #A1CAEA;
}
.AnyTagClassName
{
color: #A1CAEA;
}
</style>
background-color css
<style>
a { background-color: #A1CAEA; }
a { background-color: rgb(161,202,234); }
div.DivClassName
{
background-color: #A1CAEA;
}
.BgClassName
{
background-color: #A1CAEA;
}
</style>
border-color css
<style>
span { border-color: #A1CAEA; }
span { border-color: rgb(161,202,234); }
td.TdClassName
{
border-color: #A1CAEA;
}
.TagClassName
{
border-color: #A1CAEA;
}
</style>