Shades of Sail #A1CBE5
Tints of Sail #A1CBE5
RGB
CMYK
RGB Variations
Color information
#A1CBE5 (or 0xA1CBE5) is known color: Sail. HEX triplet: A1, CB and E5. RGB value is (161,203,229). Sum of RGB (Red+Green+Blue) = 161+203+229=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #A1CBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBE5 is #5E341A. Grayscale: #C1C1C1. Windows color (decimal): -6173723 or 15059873. OLE color: 15059873.
HSL color Cylindrical-coordinate representation of color #A1CBE5: hue angle of 202.94º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1CBE5 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 203 | 229 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.10 |
| HSL | 202.94º | 0.57% | 0.76% | - |
| HSV(B) | 202.94º | 0.3% | 0.9% | - |
| XYZ | 50.2 | 55.95 | 82.28 | - |
| YUV | 193.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 229 | 0.30 | 0.11 | 0 | 0.10 | 202.94 | 0.57 | 0.76 |
| Hex | A1 | CB | E5 | 1E | B | 0 | A | CB | 39 | 4C |
| Octal | 241 | 313 | 345 | 36 | 13 | 0 | 12 | 313 | 71 | 114 |
| Binary | 10100001 | 11001011 | 11100101 | 11110 | 1011 | 0 | 1010 | 11001011 | 111001 | 1001100 |
Color Harmonies of #A1CBE5
Complementary color
Monochromatic Colors of #A1CBE5
Black with #A1CBE5
Text Example
Text Example
White with #A1CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBE5; }
p { color: rgb(161,203,229); }
H1.HeaderClassName
{
color: #A1CBE5;
}
.AnyTagClassName
{
color: #A1CBE5;
}
</style>
background-color css
<style>
a { background-color: #A1CBE5; }
a { background-color: rgb(161,203,229); }
div.DivClassName
{
background-color: #A1CBE5;
}
.BgClassName
{
background-color: #A1CBE5;
}
</style>
border-color css
<style>
span { border-color: #A1CBE5; }
span { border-color: rgb(161,203,229); }
td.TdClassName
{
border-color: #A1CBE5;
}
.TagClassName
{
border-color: #A1CBE5;
}
</style>