Shades of Sail #ABD1E6
Tints of Sail #ABD1E6
RGB
CMYK
RGB Variations
Color information
#ABD1E6 (or 0xABD1E6) is known color: Sail. HEX triplet: AB, D1 and E6. RGB value is (171,209,230). Sum of RGB (Red+Green+Blue) = 171+209+230=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABD1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD1E6 is #542E19. Grayscale: #C7C7C7. Windows color (decimal): -5516826 or 15126955. OLE color: 15126955.
HSL color Cylindrical-coordinate representation of color #ABD1E6: hue angle of 201.36º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABD1E6 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 209 | 230 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.10 |
| HSL | 201.36º | 0.54% | 0.79% | - |
| HSV(B) | 201.36º | 0.26% | 0.9% | - |
| XYZ | 53.88 | 59.97 | 83.6 | - |
| YUV | 200.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 209 | 230 | 0.26 | 0.09 | 0 | 0.10 | 201.36 | 0.54 | 0.79 |
| Hex | AB | D1 | E6 | 1A | 9 | 0 | A | C9 | 36 | 4F |
| Octal | 253 | 321 | 346 | 32 | 11 | 0 | 12 | 311 | 66 | 117 |
| Binary | 10101011 | 11010001 | 11100110 | 11010 | 1001 | 0 | 1010 | 11001001 | 110110 | 1001111 |
Color Harmonies of #ABD1E6
Complementary color
Monochromatic Colors of #ABD1E6
Black with #ABD1E6
Text Example
Text Example
White with #ABD1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD1E6; }
p { color: rgb(171,209,230); }
H1.HeaderClassName
{
color: #ABD1E6;
}
.AnyTagClassName
{
color: #ABD1E6;
}
</style>
background-color css
<style>
a { background-color: #ABD1E6; }
a { background-color: rgb(171,209,230); }
div.DivClassName
{
background-color: #ABD1E6;
}
.BgClassName
{
background-color: #ABD1E6;
}
</style>
border-color css
<style>
span { border-color: #ABD1E6; }
span { border-color: rgb(171,209,230); }
td.TdClassName
{
border-color: #ABD1E6;
}
.TagClassName
{
border-color: #ABD1E6;
}
</style>