Shades of Sail #A1C7EB
Tints of Sail #A1C7EB
RGB
CMYK
RGB Variations
Color information
#A1C7EB (or 0xA1C7EB) is known color: Sail. HEX triplet: A1, C7 and EB. RGB value is (161,199,235). Sum of RGB (Red+Green+Blue) = 161+199+235=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1C7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C7EB is #5E3814. Grayscale: #BFBFBF. Windows color (decimal): -6174741 or 15452065. OLE color: 15452065.
HSL color Cylindrical-coordinate representation of color #A1C7EB: hue angle of 209.19º 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 #A1C7EB is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 199 | 235 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.08 |
| HSL | 209.19º | 0.65% | 0.78% | - |
| HSV(B) | 209.19º | 0.31% | 0.92% | - |
| XYZ | 50.12 | 54.42 | 86.46 | - |
| YUV | 191.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 235 | 0.31 | 0.15 | 0 | 0.08 | 209.19 | 0.65 | 0.78 |
| Hex | A1 | C7 | EB | 1F | F | 0 | 8 | D1 | 41 | 4E |
| Octal | 241 | 307 | 353 | 37 | 17 | 0 | 10 | 321 | 101 | 116 |
| Binary | 10100001 | 11000111 | 11101011 | 11111 | 1111 | 0 | 1000 | 11010001 | 1000001 | 1001110 |
Color Harmonies of #A1C7EB
Complementary color
Monochromatic Colors of #A1C7EB
Black with #A1C7EB
Text Example
Text Example
White with #A1C7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C7EB; }
p { color: rgb(161,199,235); }
H1.HeaderClassName
{
color: #A1C7EB;
}
.AnyTagClassName
{
color: #A1C7EB;
}
</style>
background-color css
<style>
a { background-color: #A1C7EB; }
a { background-color: rgb(161,199,235); }
div.DivClassName
{
background-color: #A1C7EB;
}
.BgClassName
{
background-color: #A1C7EB;
}
</style>
border-color css
<style>
span { border-color: #A1C7EB; }
span { border-color: rgb(161,199,235); }
td.TdClassName
{
border-color: #A1C7EB;
}
.TagClassName
{
border-color: #A1C7EB;
}
</style>