Shades of Sail #A6CEE8
Tints of Sail #A6CEE8
RGB
CMYK
RGB Variations
Color information
#A6CEE8 (or 0xA6CEE8) is known color: Sail. HEX triplet: A6, CE and E8. RGB value is (166,206,232). Sum of RGB (Red+Green+Blue) = 166+206+232=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #A6CEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CEE8 is #593117. Grayscale: #C4C4C4. Windows color (decimal): -5845272 or 15257254. OLE color: 15257254.
HSL color Cylindrical-coordinate representation of color #A6CEE8: hue angle of 203.64º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6CEE8 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 206 | 232 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.09 |
| HSL | 203.64º | 0.59% | 0.78% | - |
| HSV(B) | 203.64º | 0.28% | 0.91% | - |
| XYZ | 52.36 | 58.08 | 84.79 | - |
| YUV | 197 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 232 | 0.28 | 0.11 | 0 | 0.09 | 203.64 | 0.59 | 0.78 |
| Hex | A6 | CE | E8 | 1C | B | 0 | 9 | CC | 3B | 4E |
| Octal | 246 | 316 | 350 | 34 | 13 | 0 | 11 | 314 | 73 | 116 |
| Binary | 10100110 | 11001110 | 11101000 | 11100 | 1011 | 0 | 1001 | 11001100 | 111011 | 1001110 |
Color Harmonies of #A6CEE8
Complementary color
Monochromatic Colors of #A6CEE8
Black with #A6CEE8
Text Example
Text Example
White with #A6CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEE8; }
p { color: rgb(166,206,232); }
H1.HeaderClassName
{
color: #A6CEE8;
}
.AnyTagClassName
{
color: #A6CEE8;
}
</style>
background-color css
<style>
a { background-color: #A6CEE8; }
a { background-color: rgb(166,206,232); }
div.DivClassName
{
background-color: #A6CEE8;
}
.BgClassName
{
background-color: #A6CEE8;
}
</style>
border-color css
<style>
span { border-color: #A6CEE8; }
span { border-color: rgb(166,206,232); }
td.TdClassName
{
border-color: #A6CEE8;
}
.TagClassName
{
border-color: #A6CEE8;
}
</style>