Shades of Sail #A6D1F1
Tints of Sail #A6D1F1
RGB
CMYK
RGB Variations
Color information
#A6D1F1 (or 0xA6D1F1) is known color: Sail. HEX triplet: A6, D1 and F1. RGB value is (166,209,241). Sum of RGB (Red+Green+Blue) = 166+209+241=616 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.95% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #A6D1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D1F1 is #592E0E. Grayscale: #C7C7C7. Windows color (decimal): -5844495 or 15847846. OLE color: 15847846.
HSL color Cylindrical-coordinate representation of color #A6D1F1: hue angle of 205.6º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6D1F1 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 209 | 241 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.05 |
| HSL | 205.6º | 0.73% | 0.8% | - |
| HSV(B) | 205.6º | 0.31% | 0.95% | - |
| XYZ | 54.4 | 60.06 | 91.94 | - |
| YUV | 199.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 209 | 241 | 0.31 | 0.13 | 0 | 0.05 | 205.6 | 0.73 | 0.8 |
| Hex | A6 | D1 | F1 | 1F | D | 0 | 5 | CE | 49 | 50 |
| Octal | 246 | 321 | 361 | 37 | 15 | 0 | 5 | 316 | 111 | 120 |
| Binary | 10100110 | 11010001 | 11110001 | 11111 | 1101 | 0 | 101 | 11001110 | 1001001 | 1010000 |
Color Harmonies of #A6D1F1
Complementary color
Monochromatic Colors of #A6D1F1
Black with #A6D1F1
Text Example
Text Example
White with #A6D1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D1F1; }
p { color: rgb(166,209,241); }
H1.HeaderClassName
{
color: #A6D1F1;
}
.AnyTagClassName
{
color: #A6D1F1;
}
</style>
background-color css
<style>
a { background-color: #A6D1F1; }
a { background-color: rgb(166,209,241); }
div.DivClassName
{
background-color: #A6D1F1;
}
.BgClassName
{
background-color: #A6D1F1;
}
</style>
border-color css
<style>
span { border-color: #A6D1F1; }
span { border-color: rgb(166,209,241); }
td.TdClassName
{
border-color: #A6D1F1;
}
.TagClassName
{
border-color: #A6D1F1;
}
</style>