Shades of Sail #AACFEB
Tints of Sail #AACFEB
RGB
CMYK
RGB Variations
Color information
#AACFEB (or 0xAACFEB) is known color: Sail. HEX triplet: AA, CF and EB. RGB value is (170,207,235). Sum of RGB (Red+Green+Blue) = 170+207+235=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #AACFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFEB is #553014. Grayscale: #C6C6C6. Windows color (decimal): -5582869 or 15454122. OLE color: 15454122.
HSL color Cylindrical-coordinate representation of color #AACFEB: hue angle of 205.85º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACFEB is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 207 | 235 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.08 |
| HSL | 205.85º | 0.62% | 0.79% | - |
| HSV(B) | 205.85º | 0.28% | 0.92% | - |
| XYZ | 53.89 | 59.17 | 87.18 | - |
| YUV | 199.13 | 148.24 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 235 | 0.28 | 0.12 | 0 | 0.08 | 205.85 | 0.62 | 0.79 |
| Hex | AA | CF | EB | 1C | C | 0 | 8 | CE | 3E | 4F |
| Octal | 252 | 317 | 353 | 34 | 14 | 0 | 10 | 316 | 76 | 117 |
| Binary | 10101010 | 11001111 | 11101011 | 11100 | 1100 | 0 | 1000 | 11001110 | 111110 | 1001111 |
Color Harmonies of #AACFEB
Complementary color
Monochromatic Colors of #AACFEB
Black with #AACFEB
Text Example
Text Example
White with #AACFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFEB; }
p { color: rgb(170,207,235); }
H1.HeaderClassName
{
color: #AACFEB;
}
.AnyTagClassName
{
color: #AACFEB;
}
</style>
background-color css
<style>
a { background-color: #AACFEB; }
a { background-color: rgb(170,207,235); }
div.DivClassName
{
background-color: #AACFEB;
}
.BgClassName
{
background-color: #AACFEB;
}
</style>
border-color css
<style>
span { border-color: #AACFEB; }
span { border-color: rgb(170,207,235); }
td.TdClassName
{
border-color: #AACFEB;
}
.TagClassName
{
border-color: #AACFEB;
}
</style>