Shades of Sail #A1C7EC
Tints of Sail #A1C7EC
RGB
CMYK
RGB Variations
Color information
#A1C7EC (or 0xA1C7EC) is known color: Sail. HEX triplet: A1, C7 and EC. RGB value is (161,199,236). Sum of RGB (Red+Green+Blue) = 161+199+236=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1C7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C7EC is #5E3813. Grayscale: #BFBFBF. Windows color (decimal): -6174740 or 15517601. OLE color: 15517601.
HSL color Cylindrical-coordinate representation of color #A1C7EC: hue angle of 209.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1C7EC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 199 | 236 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.07 |
| HSL | 209.6º | 0.66% | 0.78% | - |
| HSV(B) | 209.6º | 0.32% | 0.93% | - |
| XYZ | 50.26 | 54.48 | 87.22 | - |
| YUV | 191.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 236 | 0.32 | 0.16 | 0 | 0.07 | 209.6 | 0.66 | 0.78 |
| Hex | A1 | C7 | EC | 20 | 10 | 0 | 7 | D2 | 42 | 4E |
| Octal | 241 | 307 | 354 | 40 | 20 | 0 | 7 | 322 | 102 | 116 |
| Binary | 10100001 | 11000111 | 11101100 | 100000 | 10000 | 0 | 111 | 11010010 | 1000010 | 1001110 |
Color Harmonies of #A1C7EC
Complementary color
Monochromatic Colors of #A1C7EC
Black with #A1C7EC
Text Example
Text Example
White with #A1C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C7EC; }
p { color: rgb(161,199,236); }
H1.HeaderClassName
{
color: #A1C7EC;
}
.AnyTagClassName
{
color: #A1C7EC;
}
</style>
background-color css
<style>
a { background-color: #A1C7EC; }
a { background-color: rgb(161,199,236); }
div.DivClassName
{
background-color: #A1C7EC;
}
.BgClassName
{
background-color: #A1C7EC;
}
</style>
border-color css
<style>
span { border-color: #A1C7EC; }
span { border-color: rgb(161,199,236); }
td.TdClassName
{
border-color: #A1C7EC;
}
.TagClassName
{
border-color: #A1C7EC;
}
</style>