Shades of Sail #AACBE6
Tints of Sail #AACBE6
RGB
CMYK
RGB Variations
Color information
#AACBE6 (or 0xAACBE6) is known color: Sail. HEX triplet: AA, CB and E6. RGB value is (170,203,230). Sum of RGB (Red+Green+Blue) = 170+203+230=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #AACBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBE6 is #553419. Grayscale: #C4C4C4. Windows color (decimal): -5583898 or 15125418. OLE color: 15125418.
HSL color Cylindrical-coordinate representation of color #AACBE6: hue angle of 207º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACBE6 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 203 | 230 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.10 |
| HSL | 207º | 0.55% | 0.78% | - |
| HSV(B) | 207º | 0.26% | 0.9% | - |
| XYZ | 52.22 | 56.97 | 83.11 | - |
| YUV | 196.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 230 | 0.26 | 0.12 | 0 | 0.10 | 207 | 0.55 | 0.78 |
| Hex | AA | CB | E6 | 1A | C | 0 | A | CF | 37 | 4E |
| Octal | 252 | 313 | 346 | 32 | 14 | 0 | 12 | 317 | 67 | 116 |
| Binary | 10101010 | 11001011 | 11100110 | 11010 | 1100 | 0 | 1010 | 11001111 | 110111 | 1001110 |
Color Harmonies of #AACBE6
Complementary color
Monochromatic Colors of #AACBE6
Black with #AACBE6
Text Example
Text Example
White with #AACBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBE6; }
p { color: rgb(170,203,230); }
H1.HeaderClassName
{
color: #AACBE6;
}
.AnyTagClassName
{
color: #AACBE6;
}
</style>
background-color css
<style>
a { background-color: #AACBE6; }
a { background-color: rgb(170,203,230); }
div.DivClassName
{
background-color: #AACBE6;
}
.BgClassName
{
background-color: #AACBE6;
}
</style>
border-color css
<style>
span { border-color: #AACBE6; }
span { border-color: rgb(170,203,230); }
td.TdClassName
{
border-color: #AACBE6;
}
.TagClassName
{
border-color: #AACBE6;
}
</style>