Shades of Sail #ABCCE1
Tints of Sail #ABCCE1
RGB
CMYK
RGB Variations
Color information
#ABCCE1 (or 0xABCCE1) is known color: Sail. HEX triplet: AB, CC and E1. RGB value is (171,204,225). Sum of RGB (Red+Green+Blue) = 171+204+225=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABCCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCE1 is #54331E. Grayscale: #C4C4C4. Windows color (decimal): -5518111 or 14797995. OLE color: 14797995.
HSL color Cylindrical-coordinate representation of color #ABCCE1: hue angle of 203.33º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCCE1 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 204 | 225 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.12 |
| HSL | 203.33º | 0.47% | 0.78% | - |
| HSV(B) | 203.33º | 0.24% | 0.88% | - |
| XYZ | 51.98 | 57.28 | 79.55 | - |
| YUV | 196.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 225 | 0.24 | 0.09 | 0 | 0.12 | 203.33 | 0.47 | 0.78 |
| Hex | AB | CC | E1 | 18 | 9 | 0 | C | CB | 2F | 4E |
| Octal | 253 | 314 | 341 | 30 | 11 | 0 | 14 | 313 | 57 | 116 |
| Binary | 10101011 | 11001100 | 11100001 | 11000 | 1001 | 0 | 1100 | 11001011 | 101111 | 1001110 |
Color Harmonies of #ABCCE1
Complementary color
Monochromatic Colors of #ABCCE1
Black with #ABCCE1
Text Example
Text Example
White with #ABCCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCE1; }
p { color: rgb(171,204,225); }
H1.HeaderClassName
{
color: #ABCCE1;
}
.AnyTagClassName
{
color: #ABCCE1;
}
</style>
background-color css
<style>
a { background-color: #ABCCE1; }
a { background-color: rgb(171,204,225); }
div.DivClassName
{
background-color: #ABCCE1;
}
.BgClassName
{
background-color: #ABCCE1;
}
</style>
border-color css
<style>
span { border-color: #ABCCE1; }
span { border-color: rgb(171,204,225); }
td.TdClassName
{
border-color: #ABCCE1;
}
.TagClassName
{
border-color: #ABCCE1;
}
</style>