Shades of Sail #AACFEA
Tints of Sail #AACFEA
RGB
CMYK
RGB Variations
Color information
#AACFEA (or 0xAACFEA) is known color: Sail. HEX triplet: AA, CF and EA. RGB value is (170,207,234). Sum of RGB (Red+Green+Blue) = 170+207+234=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #AACFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFEA is #553015. Grayscale: #C6C6C6. Windows color (decimal): -5582870 or 15388586. OLE color: 15388586.
HSL color Cylindrical-coordinate representation of color #AACFEA: hue angle of 205.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACFEA is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 207 | 234 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.08 |
| HSL | 205.31º | 0.6% | 0.79% | - |
| HSV(B) | 205.31º | 0.27% | 0.92% | - |
| XYZ | 53.74 | 59.11 | 86.42 | - |
| YUV | 199.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 234 | 0.27 | 0.12 | 0 | 0.08 | 205.31 | 0.6 | 0.79 |
| Hex | AA | CF | EA | 1B | C | 0 | 8 | CD | 3C | 4F |
| Octal | 252 | 317 | 352 | 33 | 14 | 0 | 10 | 315 | 74 | 117 |
| Binary | 10101010 | 11001111 | 11101010 | 11011 | 1100 | 0 | 1000 | 11001101 | 111100 | 1001111 |
Color Harmonies of #AACFEA
Complementary color
Monochromatic Colors of #AACFEA
Black with #AACFEA
Text Example
Text Example
White with #AACFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFEA; }
p { color: rgb(170,207,234); }
H1.HeaderClassName
{
color: #AACFEA;
}
.AnyTagClassName
{
color: #AACFEA;
}
</style>
background-color css
<style>
a { background-color: #AACFEA; }
a { background-color: rgb(170,207,234); }
div.DivClassName
{
background-color: #AACFEA;
}
.BgClassName
{
background-color: #AACFEA;
}
</style>
border-color css
<style>
span { border-color: #AACFEA; }
span { border-color: rgb(170,207,234); }
td.TdClassName
{
border-color: #AACFEA;
}
.TagClassName
{
border-color: #AACFEA;
}
</style>