Shades of Sail #A1CBEA
Tints of Sail #A1CBEA
RGB
CMYK
RGB Variations
Color information
#A1CBEA (or 0xA1CBEA) is known color: Sail. HEX triplet: A1, CB and EA. RGB value is (161,203,234). Sum of RGB (Red+Green+Blue) = 161+203+234=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBEA is #5E3415. Grayscale: #C1C1C1. Windows color (decimal): -6173718 or 15387553. OLE color: 15387553.
HSL color Cylindrical-coordinate representation of color #A1CBEA: hue angle of 205.48º 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 #A1CBEA is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 203 | 234 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.08 |
| HSL | 205.48º | 0.63% | 0.77% | - |
| HSV(B) | 205.48º | 0.31% | 0.92% | - |
| XYZ | 50.91 | 56.23 | 86.01 | - |
| YUV | 193.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 234 | 0.31 | 0.13 | 0 | 0.08 | 205.48 | 0.63 | 0.77 |
| Hex | A1 | CB | EA | 1F | D | 0 | 8 | CD | 3F | 4D |
| Octal | 241 | 313 | 352 | 37 | 15 | 0 | 10 | 315 | 77 | 115 |
| Binary | 10100001 | 11001011 | 11101010 | 11111 | 1101 | 0 | 1000 | 11001101 | 111111 | 1001101 |
Color Harmonies of #A1CBEA
Complementary color
Monochromatic Colors of #A1CBEA
Black with #A1CBEA
Text Example
Text Example
White with #A1CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBEA; }
p { color: rgb(161,203,234); }
H1.HeaderClassName
{
color: #A1CBEA;
}
.AnyTagClassName
{
color: #A1CBEA;
}
</style>
background-color css
<style>
a { background-color: #A1CBEA; }
a { background-color: rgb(161,203,234); }
div.DivClassName
{
background-color: #A1CBEA;
}
.BgClassName
{
background-color: #A1CBEA;
}
</style>
border-color css
<style>
span { border-color: #A1CBEA; }
span { border-color: rgb(161,203,234); }
td.TdClassName
{
border-color: #A1CBEA;
}
.TagClassName
{
border-color: #A1CBEA;
}
</style>