Shades of Sail #A6CFED
Tints of Sail #A6CFED
RGB
CMYK
RGB Variations
Color information
#A6CFED (or 0xA6CFED) is known color: Sail. HEX triplet: A6, CF and ED. RGB value is (166,207,237). Sum of RGB (Red+Green+Blue) = 166+207+237=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CFED is #593012. Grayscale: #C6C6C6. Windows color (decimal): -5845011 or 15585190. OLE color: 15585190.
HSL color Cylindrical-coordinate representation of color #A6CFED: hue angle of 205.35º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6CFED is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 207 | 237 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.07 |
| HSL | 205.35º | 0.66% | 0.79% | - |
| HSV(B) | 205.35º | 0.3% | 0.93% | - |
| XYZ | 53.32 | 58.85 | 88.67 | - |
| YUV | 198.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 237 | 0.30 | 0.13 | 0 | 0.07 | 205.35 | 0.66 | 0.79 |
| Hex | A6 | CF | ED | 1E | D | 0 | 7 | CD | 42 | 4F |
| Octal | 246 | 317 | 355 | 36 | 15 | 0 | 7 | 315 | 102 | 117 |
| Binary | 10100110 | 11001111 | 11101101 | 11110 | 1101 | 0 | 111 | 11001101 | 1000010 | 1001111 |
Color Harmonies of #A6CFED
Complementary color
Monochromatic Colors of #A6CFED
Black with #A6CFED
Text Example
Text Example
White with #A6CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFED; }
p { color: rgb(166,207,237); }
H1.HeaderClassName
{
color: #A6CFED;
}
.AnyTagClassName
{
color: #A6CFED;
}
</style>
background-color css
<style>
a { background-color: #A6CFED; }
a { background-color: rgb(166,207,237); }
div.DivClassName
{
background-color: #A6CFED;
}
.BgClassName
{
background-color: #A6CFED;
}
</style>
border-color css
<style>
span { border-color: #A6CFED; }
span { border-color: rgb(166,207,237); }
td.TdClassName
{
border-color: #A6CFED;
}
.TagClassName
{
border-color: #A6CFED;
}
</style>