Shades of Sail #A6CDE8
Tints of Sail #A6CDE8
RGB
CMYK
RGB Variations
Color information
#A6CDE8 (or 0xA6CDE8) is known color: Sail. HEX triplet: A6, CD and E8. RGB value is (166,205,232). Sum of RGB (Red+Green+Blue) = 166+205+232=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 232 (91.02% from 255 or 38.47% from 603); Max value from RGB is 232 - color contains mainly: blue. Hex color #A6CDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDE8 is #593217. Grayscale: #C4C4C4. Windows color (decimal): -5845528 or 15256998. OLE color: 15256998.
HSL color Cylindrical-coordinate representation of color #A6CDE8: hue angle of 204.55º 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 #A6CDE8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 205 | 232 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.09 |
| HSL | 204.55º | 0.59% | 0.78% | - |
| HSV(B) | 204.55º | 0.28% | 0.91% | - |
| XYZ | 52.12 | 57.6 | 84.71 | - |
| YUV | 196.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 232 | 0.28 | 0.12 | 0 | 0.09 | 204.55 | 0.59 | 0.78 |
| Hex | A6 | CD | E8 | 1C | C | 0 | 9 | CD | 3B | 4E |
| Octal | 246 | 315 | 350 | 34 | 14 | 0 | 11 | 315 | 73 | 116 |
| Binary | 10100110 | 11001101 | 11101000 | 11100 | 1100 | 0 | 1001 | 11001101 | 111011 | 1001110 |
Color Harmonies of #A6CDE8
Complementary color
Monochromatic Colors of #A6CDE8
Black with #A6CDE8
Text Example
Text Example
White with #A6CDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDE8; }
p { color: rgb(166,205,232); }
H1.HeaderClassName
{
color: #A6CDE8;
}
.AnyTagClassName
{
color: #A6CDE8;
}
</style>
background-color css
<style>
a { background-color: #A6CDE8; }
a { background-color: rgb(166,205,232); }
div.DivClassName
{
background-color: #A6CDE8;
}
.BgClassName
{
background-color: #A6CDE8;
}
</style>
border-color css
<style>
span { border-color: #A6CDE8; }
span { border-color: rgb(166,205,232); }
td.TdClassName
{
border-color: #A6CDE8;
}
.TagClassName
{
border-color: #A6CDE8;
}
</style>