Shades of Sail #ABCBE4
Tints of Sail #ABCBE4
RGB
CMYK
RGB Variations
Color information
#ABCBE4 (or 0xABCBE4) is known color: Sail. HEX triplet: AB, CB and E4. RGB value is (171,203,228). Sum of RGB (Red+Green+Blue) = 171+203+228=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABCBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBE4 is #54341B. Grayscale: #C4C4C4. Windows color (decimal): -5518364 or 14994347. OLE color: 14994347.
HSL color Cylindrical-coordinate representation of color #ABCBE4: hue angle of 206.32º degrees, saturation: 0.51, 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 #ABCBE4 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 203 | 228 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.11 |
| HSL | 206.32º | 0.51% | 0.78% | - |
| HSV(B) | 206.32º | 0.25% | 0.89% | - |
| XYZ | 52.15 | 56.97 | 81.65 | - |
| YUV | 196.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 228 | 0.25 | 0.11 | 0 | 0.11 | 206.32 | 0.51 | 0.78 |
| Hex | AB | CB | E4 | 19 | B | 0 | B | CE | 33 | 4E |
| Octal | 253 | 313 | 344 | 31 | 13 | 0 | 13 | 316 | 63 | 116 |
| Binary | 10101011 | 11001011 | 11100100 | 11001 | 1011 | 0 | 1011 | 11001110 | 110011 | 1001110 |
Color Harmonies of #ABCBE4
Complementary color
Monochromatic Colors of #ABCBE4
Black with #ABCBE4
Text Example
Text Example
White with #ABCBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBE4; }
p { color: rgb(171,203,228); }
H1.HeaderClassName
{
color: #ABCBE4;
}
.AnyTagClassName
{
color: #ABCBE4;
}
</style>
background-color css
<style>
a { background-color: #ABCBE4; }
a { background-color: rgb(171,203,228); }
div.DivClassName
{
background-color: #ABCBE4;
}
.BgClassName
{
background-color: #ABCBE4;
}
</style>
border-color css
<style>
span { border-color: #ABCBE4; }
span { border-color: rgb(171,203,228); }
td.TdClassName
{
border-color: #ABCBE4;
}
.TagClassName
{
border-color: #ABCBE4;
}
</style>