Shades of Sail #A6CDEF
Tints of Sail #A6CDEF
RGB
CMYK
RGB Variations
Color information
#A6CDEF (or 0xA6CDEF) is known color: Sail. HEX triplet: A6, CD and EF. RGB value is (166,205,239). Sum of RGB (Red+Green+Blue) = 166+205+239=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDEF is #593210. Grayscale: #C5C5C5. Windows color (decimal): -5845521 or 15715750. OLE color: 15715750.
HSL color Cylindrical-coordinate representation of color #A6CDEF: hue angle of 207.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CDEF is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 205 | 239 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.06 |
| HSL | 207.95º | 0.7% | 0.79% | - |
| HSV(B) | 207.95º | 0.31% | 0.94% | - |
| XYZ | 53.14 | 58 | 90.06 | - |
| YUV | 197.22 | 151.58 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 205 | 239 | 0.31 | 0.14 | 0 | 0.06 | 207.95 | 0.7 | 0.79 |
| Hex | A6 | CD | EF | 1F | E | 0 | 6 | D0 | 46 | 4F |
| Octal | 246 | 315 | 357 | 37 | 16 | 0 | 6 | 320 | 106 | 117 |
| Binary | 10100110 | 11001101 | 11101111 | 11111 | 1110 | 0 | 110 | 11010000 | 1000110 | 1001111 |
Color Harmonies of #A6CDEF
Complementary color
Monochromatic Colors of #A6CDEF
Black with #A6CDEF
Text Example
Text Example
White with #A6CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CDEF; }
p { color: rgb(166,205,239); }
H1.HeaderClassName
{
color: #A6CDEF;
}
.AnyTagClassName
{
color: #A6CDEF;
}
</style>
background-color css
<style>
a { background-color: #A6CDEF; }
a { background-color: rgb(166,205,239); }
div.DivClassName
{
background-color: #A6CDEF;
}
.BgClassName
{
background-color: #A6CDEF;
}
</style>
border-color css
<style>
span { border-color: #A6CDEF; }
span { border-color: rgb(166,205,239); }
td.TdClassName
{
border-color: #A6CDEF;
}
.TagClassName
{
border-color: #A6CDEF;
}
</style>