Shades of Sail #ABD0E5
Tints of Sail #ABD0E5
RGB
CMYK
RGB Variations
Color information
#ABD0E5 (or 0xABD0E5) is known color: Sail. HEX triplet: AB, D0 and E5. RGB value is (171,208,229). Sum of RGB (Red+Green+Blue) = 171+208+229=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABD0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0E5 is #542F1A. Grayscale: #C7C7C7. Windows color (decimal): -5517083 or 15061163. OLE color: 15061163.
HSL color Cylindrical-coordinate representation of color #ABD0E5: hue angle of 201.72º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABD0E5 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 208 | 229 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.10 |
| HSL | 201.72º | 0.53% | 0.78% | - |
| HSV(B) | 201.72º | 0.25% | 0.9% | - |
| XYZ | 53.49 | 59.43 | 82.78 | - |
| YUV | 199.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 208 | 229 | 0.25 | 0.09 | 0 | 0.10 | 201.72 | 0.53 | 0.78 |
| Hex | AB | D0 | E5 | 19 | 9 | 0 | A | CA | 35 | 4E |
| Octal | 253 | 320 | 345 | 31 | 11 | 0 | 12 | 312 | 65 | 116 |
| Binary | 10101011 | 11010000 | 11100101 | 11001 | 1001 | 0 | 1010 | 11001010 | 110101 | 1001110 |
Color Harmonies of #ABD0E5
Complementary color
Monochromatic Colors of #ABD0E5
Black with #ABD0E5
Text Example
Text Example
White with #ABD0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD0E5; }
p { color: rgb(171,208,229); }
H1.HeaderClassName
{
color: #ABD0E5;
}
.AnyTagClassName
{
color: #ABD0E5;
}
</style>
background-color css
<style>
a { background-color: #ABD0E5; }
a { background-color: rgb(171,208,229); }
div.DivClassName
{
background-color: #ABD0E5;
}
.BgClassName
{
background-color: #ABD0E5;
}
</style>
border-color css
<style>
span { border-color: #ABD0E5; }
span { border-color: rgb(171,208,229); }
td.TdClassName
{
border-color: #ABD0E5;
}
.TagClassName
{
border-color: #ABD0E5;
}
</style>