Shades of Sail #ABCAE0
Tints of Sail #ABCAE0
RGB
CMYK
RGB Variations
Color information
#ABCAE0 (or 0xABCAE0) is known color: Sail. HEX triplet: AB, CA and E0. RGB value is (171,202,224). Sum of RGB (Red+Green+Blue) = 171+202+224=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABCAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAE0 is #54351F. Grayscale: #C3C3C3. Windows color (decimal): -5518624 or 14731947. OLE color: 14731947.
HSL color Cylindrical-coordinate representation of color #ABCAE0: hue angle of 204.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCAE0 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 202 | 224 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.12 |
| HSL | 204.91º | 0.46% | 0.77% | - |
| HSV(B) | 204.91º | 0.24% | 0.88% | - |
| XYZ | 51.37 | 56.28 | 78.68 | - |
| YUV | 195.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 224 | 0.24 | 0.10 | 0 | 0.12 | 204.91 | 0.46 | 0.77 |
| Hex | AB | CA | E0 | 18 | A | 0 | C | CD | 2E | 4D |
| Octal | 253 | 312 | 340 | 30 | 12 | 0 | 14 | 315 | 56 | 115 |
| Binary | 10101011 | 11001010 | 11100000 | 11000 | 1010 | 0 | 1100 | 11001101 | 101110 | 1001101 |
Color Harmonies of #ABCAE0
Complementary color
Monochromatic Colors of #ABCAE0
Black with #ABCAE0
Text Example
Text Example
White with #ABCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAE0; }
p { color: rgb(171,202,224); }
H1.HeaderClassName
{
color: #ABCAE0;
}
.AnyTagClassName
{
color: #ABCAE0;
}
</style>
background-color css
<style>
a { background-color: #ABCAE0; }
a { background-color: rgb(171,202,224); }
div.DivClassName
{
background-color: #ABCAE0;
}
.BgClassName
{
background-color: #ABCAE0;
}
</style>
border-color css
<style>
span { border-color: #ABCAE0; }
span { border-color: rgb(171,202,224); }
td.TdClassName
{
border-color: #ABCAE0;
}
.TagClassName
{
border-color: #ABCAE0;
}
</style>