Shades of Sail #ABCCE2
Tints of Sail #ABCCE2
RGB
CMYK
RGB Variations
Color information
#ABCCE2 (or 0xABCCE2) is known color: Sail. HEX triplet: AB, CC and E2. RGB value is (171,204,226). Sum of RGB (Red+Green+Blue) = 171+204+226=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABCCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCE2 is #54331D. Grayscale: #C4C4C4. Windows color (decimal): -5518110 or 14863531. OLE color: 14863531.
HSL color Cylindrical-coordinate representation of color #ABCCE2: hue angle of 204º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCCE2 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 204 | 226 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.11 |
| HSL | 204º | 0.49% | 0.78% | - |
| HSV(B) | 204º | 0.24% | 0.89% | - |
| XYZ | 52.11 | 57.33 | 80.27 | - |
| YUV | 196.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 226 | 0.24 | 0.10 | 0 | 0.11 | 204 | 0.49 | 0.78 |
| Hex | AB | CC | E2 | 18 | A | 0 | B | CC | 31 | 4E |
| Octal | 253 | 314 | 342 | 30 | 12 | 0 | 13 | 314 | 61 | 116 |
| Binary | 10101011 | 11001100 | 11100010 | 11000 | 1010 | 0 | 1011 | 11001100 | 110001 | 1001110 |
Color Harmonies of #ABCCE2
Complementary color
Monochromatic Colors of #ABCCE2
Black with #ABCCE2
Text Example
Text Example
White with #ABCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCE2; }
p { color: rgb(171,204,226); }
H1.HeaderClassName
{
color: #ABCCE2;
}
.AnyTagClassName
{
color: #ABCCE2;
}
</style>
background-color css
<style>
a { background-color: #ABCCE2; }
a { background-color: rgb(171,204,226); }
div.DivClassName
{
background-color: #ABCCE2;
}
.BgClassName
{
background-color: #ABCCE2;
}
</style>
border-color css
<style>
span { border-color: #ABCCE2; }
span { border-color: rgb(171,204,226); }
td.TdClassName
{
border-color: #ABCCE2;
}
.TagClassName
{
border-color: #ABCCE2;
}
</style>