Shades of Sail #A6D0EF
Tints of Sail #A6D0EF
RGB
CMYK
RGB Variations
Color information
#A6D0EF (or 0xA6D0EF) is known color: Sail. HEX triplet: A6, D0 and EF. RGB value is (166,208,239). Sum of RGB (Red+Green+Blue) = 166+208+239=613 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.08% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D0EF is #592F10. Grayscale: #C6C6C6. Windows color (decimal): -5844753 or 15716518. OLE color: 15716518.
HSL color Cylindrical-coordinate representation of color #A6D0EF: hue angle of 205.48º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6D0EF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 208 | 239 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.06 |
| HSL | 205.48º | 0.7% | 0.79% | - |
| HSV(B) | 205.48º | 0.31% | 0.94% | - |
| XYZ | 53.86 | 59.45 | 90.3 | - |
| YUV | 198.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 239 | 0.31 | 0.13 | 0 | 0.06 | 205.48 | 0.7 | 0.79 |
| Hex | A6 | D0 | EF | 1F | D | 0 | 6 | CD | 46 | 4F |
| Octal | 246 | 320 | 357 | 37 | 15 | 0 | 6 | 315 | 106 | 117 |
| Binary | 10100110 | 11010000 | 11101111 | 11111 | 1101 | 0 | 110 | 11001101 | 1000110 | 1001111 |
Color Harmonies of #A6D0EF
Complementary color
Monochromatic Colors of #A6D0EF
Black with #A6D0EF
Text Example
Text Example
White with #A6D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D0EF; }
p { color: rgb(166,208,239); }
H1.HeaderClassName
{
color: #A6D0EF;
}
.AnyTagClassName
{
color: #A6D0EF;
}
</style>
background-color css
<style>
a { background-color: #A6D0EF; }
a { background-color: rgb(166,208,239); }
div.DivClassName
{
background-color: #A6D0EF;
}
.BgClassName
{
background-color: #A6D0EF;
}
</style>
border-color css
<style>
span { border-color: #A6D0EF; }
span { border-color: rgb(166,208,239); }
td.TdClassName
{
border-color: #A6D0EF;
}
.TagClassName
{
border-color: #A6D0EF;
}
</style>