Shades of Sail #A6CEEA
Tints of Sail #A6CEEA
RGB
CMYK
RGB Variations
Color information
#A6CEEA (or 0xA6CEEA) is known color: Sail. HEX triplet: A6, CE and EA. RGB value is (166,206,234). Sum of RGB (Red+Green+Blue) = 166+206+234=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CEEA is #593115. Grayscale: #C5C5C5. Windows color (decimal): -5845270 or 15388326. OLE color: 15388326.
HSL color Cylindrical-coordinate representation of color #A6CEEA: hue angle of 204.71º 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 #A6CEEA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 206 | 234 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.08 |
| HSL | 204.71º | 0.62% | 0.78% | - |
| HSV(B) | 204.71º | 0.29% | 0.92% | - |
| XYZ | 52.65 | 58.19 | 86.3 | - |
| YUV | 197.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 234 | 0.29 | 0.12 | 0 | 0.08 | 204.71 | 0.62 | 0.78 |
| Hex | A6 | CE | EA | 1D | C | 0 | 8 | CD | 3E | 4E |
| Octal | 246 | 316 | 352 | 35 | 14 | 0 | 10 | 315 | 76 | 116 |
| Binary | 10100110 | 11001110 | 11101010 | 11101 | 1100 | 0 | 1000 | 11001101 | 111110 | 1001110 |
Color Harmonies of #A6CEEA
Complementary color
Monochromatic Colors of #A6CEEA
Black with #A6CEEA
Text Example
Text Example
White with #A6CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEEA; }
p { color: rgb(166,206,234); }
H1.HeaderClassName
{
color: #A6CEEA;
}
.AnyTagClassName
{
color: #A6CEEA;
}
</style>
background-color css
<style>
a { background-color: #A6CEEA; }
a { background-color: rgb(166,206,234); }
div.DivClassName
{
background-color: #A6CEEA;
}
.BgClassName
{
background-color: #A6CEEA;
}
</style>
border-color css
<style>
span { border-color: #A6CEEA; }
span { border-color: rgb(166,206,234); }
td.TdClassName
{
border-color: #A6CEEA;
}
.TagClassName
{
border-color: #A6CEEA;
}
</style>