Shades of Sail #ABCAE3
Tints of Sail #ABCAE3
RGB
CMYK
RGB Variations
Color information
#ABCAE3 (or 0xABCAE3) is known color: Sail. HEX triplet: AB, CA and E3. RGB value is (171,202,227). Sum of RGB (Red+Green+Blue) = 171+202+227=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABCAE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAE3 is #54351C. Grayscale: #C3C3C3. Windows color (decimal): -5518621 or 14928555. OLE color: 14928555.
HSL color Cylindrical-coordinate representation of color #ABCAE3: hue angle of 206.79º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCAE3 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 202 | 227 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.11 |
| HSL | 206.79º | 0.5% | 0.78% | - |
| HSV(B) | 206.79º | 0.25% | 0.89% | - |
| XYZ | 51.78 | 56.45 | 80.84 | - |
| YUV | 195.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 227 | 0.25 | 0.11 | 0 | 0.11 | 206.79 | 0.5 | 0.78 |
| Hex | AB | CA | E3 | 19 | B | 0 | B | CF | 32 | 4E |
| Octal | 253 | 312 | 343 | 31 | 13 | 0 | 13 | 317 | 62 | 116 |
| Binary | 10101011 | 11001010 | 11100011 | 11001 | 1011 | 0 | 1011 | 11001111 | 110010 | 1001110 |
Color Harmonies of #ABCAE3
Complementary color
Monochromatic Colors of #ABCAE3
Black with #ABCAE3
Text Example
Text Example
White with #ABCAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAE3; }
p { color: rgb(171,202,227); }
H1.HeaderClassName
{
color: #ABCAE3;
}
.AnyTagClassName
{
color: #ABCAE3;
}
</style>
background-color css
<style>
a { background-color: #ABCAE3; }
a { background-color: rgb(171,202,227); }
div.DivClassName
{
background-color: #ABCAE3;
}
.BgClassName
{
background-color: #ABCAE3;
}
</style>
border-color css
<style>
span { border-color: #ABCAE3; }
span { border-color: rgb(171,202,227); }
td.TdClassName
{
border-color: #ABCAE3;
}
.TagClassName
{
border-color: #ABCAE3;
}
</style>