Shades of Sail #ABCADE
Tints of Sail #ABCADE
RGB
CMYK
RGB Variations
Color information
#ABCADE (or 0xABCADE) is known color: Sail. HEX triplet: AB, CA and DE. RGB value is (171,202,222). Sum of RGB (Red+Green+Blue) = 171+202+222=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABCADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCADE is #543521. Grayscale: #C2C2C2. Windows color (decimal): -5518626 or 14600875. OLE color: 14600875.
HSL color Cylindrical-coordinate representation of color #ABCADE: hue angle of 203.53º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABCADE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 202 | 222 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.13 |
| HSL | 203.53º | 0.44% | 0.77% | - |
| HSV(B) | 203.53º | 0.23% | 0.87% | - |
| XYZ | 51.1 | 56.17 | 77.26 | - |
| YUV | 195.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 222 | 0.23 | 0.09 | 0 | 0.13 | 203.53 | 0.44 | 0.77 |
| Hex | AB | CA | DE | 17 | 9 | 0 | D | CC | 2C | 4D |
| Octal | 253 | 312 | 336 | 27 | 11 | 0 | 15 | 314 | 54 | 115 |
| Binary | 10101011 | 11001010 | 11011110 | 10111 | 1001 | 0 | 1101 | 11001100 | 101100 | 1001101 |
Color Harmonies of #ABCADE
Complementary color
Monochromatic Colors of #ABCADE
Black with #ABCADE
Text Example
Text Example
White with #ABCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCADE; }
p { color: rgb(171,202,222); }
H1.HeaderClassName
{
color: #ABCADE;
}
.AnyTagClassName
{
color: #ABCADE;
}
</style>
background-color css
<style>
a { background-color: #ABCADE; }
a { background-color: rgb(171,202,222); }
div.DivClassName
{
background-color: #ABCADE;
}
.BgClassName
{
background-color: #ABCADE;
}
</style>
border-color css
<style>
span { border-color: #ABCADE; }
span { border-color: rgb(171,202,222); }
td.TdClassName
{
border-color: #ABCADE;
}
.TagClassName
{
border-color: #ABCADE;
}
</style>