Shades of Sail #A1C9EB
Tints of Sail #A1C9EB
RGB
CMYK
RGB Variations
Color information
#A1C9EB (or 0xA1C9EB) is known color: Sail. HEX triplet: A1, C9 and EB. RGB value is (161,201,235). Sum of RGB (Red+Green+Blue) = 161+201+235=597 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.97% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1C9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C9EB is #5E3614. Grayscale: #C0C0C0. Windows color (decimal): -6174229 or 15452577. OLE color: 15452577.
HSL color Cylindrical-coordinate representation of color #A1C9EB: hue angle of 207.57º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1C9EB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 201 | 235 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.08 |
| HSL | 207.57º | 0.65% | 0.78% | - |
| HSV(B) | 207.57º | 0.31% | 0.92% | - |
| XYZ | 50.58 | 55.35 | 86.61 | - |
| YUV | 192.92 | 151.75 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 201 | 235 | 0.31 | 0.14 | 0 | 0.08 | 207.57 | 0.65 | 0.78 |
| Hex | A1 | C9 | EB | 1F | E | 0 | 8 | D0 | 41 | 4E |
| Octal | 241 | 311 | 353 | 37 | 16 | 0 | 10 | 320 | 101 | 116 |
| Binary | 10100001 | 11001001 | 11101011 | 11111 | 1110 | 0 | 1000 | 11010000 | 1000001 | 1001110 |
Color Harmonies of #A1C9EB
Complementary color
Monochromatic Colors of #A1C9EB
Black with #A1C9EB
Text Example
Text Example
White with #A1C9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C9EB; }
p { color: rgb(161,201,235); }
H1.HeaderClassName
{
color: #A1C9EB;
}
.AnyTagClassName
{
color: #A1C9EB;
}
</style>
background-color css
<style>
a { background-color: #A1C9EB; }
a { background-color: rgb(161,201,235); }
div.DivClassName
{
background-color: #A1C9EB;
}
.BgClassName
{
background-color: #A1C9EB;
}
</style>
border-color css
<style>
span { border-color: #A1C9EB; }
span { border-color: rgb(161,201,235); }
td.TdClassName
{
border-color: #A1C9EB;
}
.TagClassName
{
border-color: #A1C9EB;
}
</style>