Shades of Sail #A6C8DF
Tints of Sail #A6C8DF
RGB
CMYK
RGB Variations
Color information
#A6C8DF (or 0xA6C8DF) is known color: Sail. HEX triplet: A6, C8 and DF. RGB value is (166,200,223). Sum of RGB (Red+Green+Blue) = 166+200+223=589 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.18% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6C8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C8DF is #593720. Grayscale: #C0C0C0. Windows color (decimal): -5846817 or 14665894. OLE color: 14665894.
HSL color Cylindrical-coordinate representation of color #A6C8DF: hue angle of 204.21º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6C8DF is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 200 | 223 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.13 |
| HSL | 204.21º | 0.47% | 0.76% | - |
| HSV(B) | 204.21º | 0.26% | 0.87% | - |
| XYZ | 49.7 | 54.74 | 77.76 | - |
| YUV | 192.46 | 145.24 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 223 | 0.26 | 0.10 | 0 | 0.13 | 204.21 | 0.47 | 0.76 |
| Hex | A6 | C8 | DF | 1A | A | 0 | D | CC | 2F | 4C |
| Octal | 246 | 310 | 337 | 32 | 12 | 0 | 15 | 314 | 57 | 114 |
| Binary | 10100110 | 11001000 | 11011111 | 11010 | 1010 | 0 | 1101 | 11001100 | 101111 | 1001100 |
Color Harmonies of #A6C8DF
Complementary color
Monochromatic Colors of #A6C8DF
Black with #A6C8DF
Text Example
Text Example
White with #A6C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8DF; }
p { color: rgb(166,200,223); }
H1.HeaderClassName
{
color: #A6C8DF;
}
.AnyTagClassName
{
color: #A6C8DF;
}
</style>
background-color css
<style>
a { background-color: #A6C8DF; }
a { background-color: rgb(166,200,223); }
div.DivClassName
{
background-color: #A6C8DF;
}
.BgClassName
{
background-color: #A6C8DF;
}
</style>
border-color css
<style>
span { border-color: #A6C8DF; }
span { border-color: rgb(166,200,223); }
td.TdClassName
{
border-color: #A6C8DF;
}
.TagClassName
{
border-color: #A6C8DF;
}
</style>