Shades of Sail #A6D3ED
Tints of Sail #A6D3ED
RGB
CMYK
RGB Variations
Color information
#A6D3ED (or 0xA6D3ED) is known color: Sail. HEX triplet: A6, D3 and ED. RGB value is (166,211,237). Sum of RGB (Red+Green+Blue) = 166+211+237=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6D3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D3ED is #592C12. Grayscale: #C8C8C8. Windows color (decimal): -5843987 or 15586214. OLE color: 15586214.
HSL color Cylindrical-coordinate representation of color #A6D3ED: hue angle of 201.97º 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 #A6D3ED is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 211 | 237 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.07 |
| HSL | 201.97º | 0.66% | 0.79% | - |
| HSV(B) | 201.97º | 0.3% | 0.93% | - |
| XYZ | 54.31 | 60.81 | 89 | - |
| YUV | 200.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 237 | 0.30 | 0.11 | 0 | 0.07 | 201.97 | 0.66 | 0.79 |
| Hex | A6 | D3 | ED | 1E | B | 0 | 7 | CA | 42 | 4F |
| Octal | 246 | 323 | 355 | 36 | 13 | 0 | 7 | 312 | 102 | 117 |
| Binary | 10100110 | 11010011 | 11101101 | 11110 | 1011 | 0 | 111 | 11001010 | 1000010 | 1001111 |
Color Harmonies of #A6D3ED
Complementary color
Monochromatic Colors of #A6D3ED
Black with #A6D3ED
Text Example
Text Example
White with #A6D3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D3ED; }
p { color: rgb(166,211,237); }
H1.HeaderClassName
{
color: #A6D3ED;
}
.AnyTagClassName
{
color: #A6D3ED;
}
</style>
background-color css
<style>
a { background-color: #A6D3ED; }
a { background-color: rgb(166,211,237); }
div.DivClassName
{
background-color: #A6D3ED;
}
.BgClassName
{
background-color: #A6D3ED;
}
</style>
border-color css
<style>
span { border-color: #A6D3ED; }
span { border-color: rgb(166,211,237); }
td.TdClassName
{
border-color: #A6D3ED;
}
.TagClassName
{
border-color: #A6D3ED;
}
</style>