Shades of Sail #A1C6E8
Tints of Sail #A1C6E8
RGB
CMYK
RGB Variations
Color information
#A1C6E8 (or 0xA1C6E8) is known color: Sail. HEX triplet: A1, C6 and E8. RGB value is (161,198,232). Sum of RGB (Red+Green+Blue) = 161+198+232=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1C6E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C6E8 is #5E3917. Grayscale: #BEBEBE. Windows color (decimal): -6175000 or 15255201. OLE color: 15255201.
HSL color Cylindrical-coordinate representation of color #A1C6E8: hue angle of 208.73º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1C6E8 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 198 | 232 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.09 |
| HSL | 208.73º | 0.61% | 0.77% | - |
| HSV(B) | 208.73º | 0.31% | 0.91% | - |
| XYZ | 49.46 | 53.79 | 84.12 | - |
| YUV | 190.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 232 | 0.31 | 0.15 | 0 | 0.09 | 208.73 | 0.61 | 0.77 |
| Hex | A1 | C6 | E8 | 1F | F | 0 | 9 | D1 | 3D | 4D |
| Octal | 241 | 306 | 350 | 37 | 17 | 0 | 11 | 321 | 75 | 115 |
| Binary | 10100001 | 11000110 | 11101000 | 11111 | 1111 | 0 | 1001 | 11010001 | 111101 | 1001101 |
Color Harmonies of #A1C6E8
Complementary color
Monochromatic Colors of #A1C6E8
Black with #A1C6E8
Text Example
Text Example
White with #A1C6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C6E8; }
p { color: rgb(161,198,232); }
H1.HeaderClassName
{
color: #A1C6E8;
}
.AnyTagClassName
{
color: #A1C6E8;
}
</style>
background-color css
<style>
a { background-color: #A1C6E8; }
a { background-color: rgb(161,198,232); }
div.DivClassName
{
background-color: #A1C6E8;
}
.BgClassName
{
background-color: #A1C6E8;
}
</style>
border-color css
<style>
span { border-color: #A1C6E8; }
span { border-color: rgb(161,198,232); }
td.TdClassName
{
border-color: #A1C6E8;
}
.TagClassName
{
border-color: #A1C6E8;
}
</style>