Shades of Sail #ABD0EA
Tints of Sail #ABD0EA
RGB
CMYK
RGB Variations
Color information
#ABD0EA (or 0xABD0EA) is known color: Sail. HEX triplet: AB, D0 and EA. RGB value is (171,208,234). Sum of RGB (Red+Green+Blue) = 171+208+234=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABD0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD0EA is #542F15. Grayscale: #C7C7C7. Windows color (decimal): -5517078 or 15388843. OLE color: 15388843.
HSL color Cylindrical-coordinate representation of color #ABD0EA: hue angle of 204.76º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABD0EA is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 208 | 234 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.08 |
| HSL | 204.76º | 0.6% | 0.79% | - |
| HSV(B) | 204.76º | 0.27% | 0.92% | - |
| XYZ | 54.2 | 59.71 | 86.51 | - |
| YUV | 199.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 208 | 234 | 0.27 | 0.11 | 0 | 0.08 | 204.76 | 0.6 | 0.79 |
| Hex | AB | D0 | EA | 1B | B | 0 | 8 | CD | 3C | 4F |
| Octal | 253 | 320 | 352 | 33 | 13 | 0 | 10 | 315 | 74 | 117 |
| Binary | 10101011 | 11010000 | 11101010 | 11011 | 1011 | 0 | 1000 | 11001101 | 111100 | 1001111 |
Color Harmonies of #ABD0EA
Complementary color
Monochromatic Colors of #ABD0EA
Black with #ABD0EA
Text Example
Text Example
White with #ABD0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD0EA; }
p { color: rgb(171,208,234); }
H1.HeaderClassName
{
color: #ABD0EA;
}
.AnyTagClassName
{
color: #ABD0EA;
}
</style>
background-color css
<style>
a { background-color: #ABD0EA; }
a { background-color: rgb(171,208,234); }
div.DivClassName
{
background-color: #ABD0EA;
}
.BgClassName
{
background-color: #ABD0EA;
}
</style>
border-color css
<style>
span { border-color: #ABD0EA; }
span { border-color: rgb(171,208,234); }
td.TdClassName
{
border-color: #ABD0EA;
}
.TagClassName
{
border-color: #ABD0EA;
}
</style>