Shades of Sail #A6CDEA
Tints of Sail #A6CDEA
RGB
CMYK
RGB Variations
Color information
#A6CDEA (or 0xA6CDEA) is known color: Sail. HEX triplet: A6, CD and EA. RGB value is (166,205,234). Sum of RGB (Red+Green+Blue) = 166+205+234=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDEA is #593215. Grayscale: #C4C4C4. Windows color (decimal): -5845526 or 15388070. OLE color: 15388070.
HSL color Cylindrical-coordinate representation of color #A6CDEA: hue angle of 205.59º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6CDEA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 205 | 234 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.08 |
| HSL | 205.59º | 0.62% | 0.78% | - |
| HSV(B) | 205.59º | 0.29% | 0.92% | - |
| XYZ | 52.41 | 57.71 | 86.22 | - |
| YUV | 196.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 234 | 0.29 | 0.12 | 0 | 0.08 | 205.59 | 0.62 | 0.78 |
| Hex | A6 | CD | EA | 1D | C | 0 | 8 | CE | 3E | 4E |
| Octal | 246 | 315 | 352 | 35 | 14 | 0 | 10 | 316 | 76 | 116 |
| Binary | 10100110 | 11001101 | 11101010 | 11101 | 1100 | 0 | 1000 | 11001110 | 111110 | 1001110 |
Color Harmonies of #A6CDEA
Complementary color
Monochromatic Colors of #A6CDEA
Black with #A6CDEA
Text Example
Text Example
White with #A6CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDEA; }
p { color: rgb(166,205,234); }
H1.HeaderClassName
{
color: #A6CDEA;
}
.AnyTagClassName
{
color: #A6CDEA;
}
</style>
background-color css
<style>
a { background-color: #A6CDEA; }
a { background-color: rgb(166,205,234); }
div.DivClassName
{
background-color: #A6CDEA;
}
.BgClassName
{
background-color: #A6CDEA;
}
</style>
border-color css
<style>
span { border-color: #A6CDEA; }
span { border-color: rgb(166,205,234); }
td.TdClassName
{
border-color: #A6CDEA;
}
.TagClassName
{
border-color: #A6CDEA;
}
</style>