Shades of Sail #AACFE8
Tints of Sail #AACFE8
RGB
CMYK
RGB Variations
Color information
#AACFE8 (or 0xAACFE8) is known color: Sail. HEX triplet: AA, CF and E8. RGB value is (170,207,232). Sum of RGB (Red+Green+Blue) = 170+207+232=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #AACFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFE8 is #553017. Grayscale: #C6C6C6. Windows color (decimal): -5582872 or 15257514. OLE color: 15257514.
HSL color Cylindrical-coordinate representation of color #AACFE8: hue angle of 204.19º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AACFE8 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 207 | 232 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.09 |
| HSL | 204.19º | 0.57% | 0.79% | - |
| HSV(B) | 204.19º | 0.27% | 0.91% | - |
| XYZ | 53.46 | 59 | 84.91 | - |
| YUV | 198.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 232 | 0.27 | 0.11 | 0 | 0.09 | 204.19 | 0.57 | 0.79 |
| Hex | AA | CF | E8 | 1B | B | 0 | 9 | CC | 39 | 4F |
| Octal | 252 | 317 | 350 | 33 | 13 | 0 | 11 | 314 | 71 | 117 |
| Binary | 10101010 | 11001111 | 11101000 | 11011 | 1011 | 0 | 1001 | 11001100 | 111001 | 1001111 |
Color Harmonies of #AACFE8
Complementary color
Monochromatic Colors of #AACFE8
Black with #AACFE8
Text Example
Text Example
White with #AACFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFE8; }
p { color: rgb(170,207,232); }
H1.HeaderClassName
{
color: #AACFE8;
}
.AnyTagClassName
{
color: #AACFE8;
}
</style>
background-color css
<style>
a { background-color: #AACFE8; }
a { background-color: rgb(170,207,232); }
div.DivClassName
{
background-color: #AACFE8;
}
.BgClassName
{
background-color: #AACFE8;
}
</style>
border-color css
<style>
span { border-color: #AACFE8; }
span { border-color: rgb(170,207,232); }
td.TdClassName
{
border-color: #AACFE8;
}
.TagClassName
{
border-color: #AACFE8;
}
</style>