Shades of Sail #ABCCE3
Tints of Sail #ABCCE3
RGB
CMYK
RGB Variations
Color information
#ABCCE3 (or 0xABCCE3) is known color: Sail. HEX triplet: AB, CC and E3. RGB value is (171,204,227). Sum of RGB (Red+Green+Blue) = 171+204+227=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABCCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCE3 is #54331C. Grayscale: #C4C4C4. Windows color (decimal): -5518109 or 14929067. OLE color: 14929067.
HSL color Cylindrical-coordinate representation of color #ABCCE3: hue angle of 204.64º degrees, saturation: 0.5, 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 #ABCCE3 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 204 | 227 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.11 |
| HSL | 204.64º | 0.5% | 0.78% | - |
| HSV(B) | 204.64º | 0.25% | 0.89% | - |
| XYZ | 52.25 | 57.39 | 81 | - |
| YUV | 196.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 227 | 0.25 | 0.10 | 0 | 0.11 | 204.64 | 0.5 | 0.78 |
| Hex | AB | CC | E3 | 19 | A | 0 | B | CD | 32 | 4E |
| Octal | 253 | 314 | 343 | 31 | 12 | 0 | 13 | 315 | 62 | 116 |
| Binary | 10101011 | 11001100 | 11100011 | 11001 | 1010 | 0 | 1011 | 11001101 | 110010 | 1001110 |
Color Harmonies of #ABCCE3
Complementary color
Monochromatic Colors of #ABCCE3
Black with #ABCCE3
Text Example
Text Example
White with #ABCCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCE3; }
p { color: rgb(171,204,227); }
H1.HeaderClassName
{
color: #ABCCE3;
}
.AnyTagClassName
{
color: #ABCCE3;
}
</style>
background-color css
<style>
a { background-color: #ABCCE3; }
a { background-color: rgb(171,204,227); }
div.DivClassName
{
background-color: #ABCCE3;
}
.BgClassName
{
background-color: #ABCCE3;
}
</style>
border-color css
<style>
span { border-color: #ABCCE3; }
span { border-color: rgb(171,204,227); }
td.TdClassName
{
border-color: #ABCCE3;
}
.TagClassName
{
border-color: #ABCCE3;
}
</style>