Shades of Sail #ABCDE6
Tints of Sail #ABCDE6
RGB
CMYK
RGB Variations
Color information
#ABCDE6 (or 0xABCDE6) is known color: Sail. HEX triplet: AB, CD and E6. RGB value is (171,205,230). Sum of RGB (Red+Green+Blue) = 171+205+230=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABCDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDE6 is #543219. Grayscale: #C5C5C5. Windows color (decimal): -5517850 or 15125931. OLE color: 15125931.
HSL color Cylindrical-coordinate representation of color #ABCDE6: hue angle of 205.42º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCDE6 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 205 | 230 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.10 |
| HSL | 205.42º | 0.54% | 0.79% | - |
| HSV(B) | 205.42º | 0.26% | 0.9% | - |
| XYZ | 52.91 | 58.03 | 83.28 | - |
| YUV | 197.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 230 | 0.26 | 0.11 | 0 | 0.10 | 205.42 | 0.54 | 0.79 |
| Hex | AB | CD | E6 | 1A | B | 0 | A | CD | 36 | 4F |
| Octal | 253 | 315 | 346 | 32 | 13 | 0 | 12 | 315 | 66 | 117 |
| Binary | 10101011 | 11001101 | 11100110 | 11010 | 1011 | 0 | 1010 | 11001101 | 110110 | 1001111 |
Color Harmonies of #ABCDE6
Complementary color
Monochromatic Colors of #ABCDE6
Black with #ABCDE6
Text Example
Text Example
White with #ABCDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDE6; }
p { color: rgb(171,205,230); }
H1.HeaderClassName
{
color: #ABCDE6;
}
.AnyTagClassName
{
color: #ABCDE6;
}
</style>
background-color css
<style>
a { background-color: #ABCDE6; }
a { background-color: rgb(171,205,230); }
div.DivClassName
{
background-color: #ABCDE6;
}
.BgClassName
{
background-color: #ABCDE6;
}
</style>
border-color css
<style>
span { border-color: #ABCDE6; }
span { border-color: rgb(171,205,230); }
td.TdClassName
{
border-color: #ABCDE6;
}
.TagClassName
{
border-color: #ABCDE6;
}
</style>