Shades of Sail #AACFE5
Tints of Sail #AACFE5
RGB
CMYK
RGB Variations
Color information
#AACFE5 (or 0xAACFE5) is known color: Sail. HEX triplet: AA, CF and E5. RGB value is (170,207,229). Sum of RGB (Red+Green+Blue) = 170+207+229=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #AACFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFE5 is #55301A. Grayscale: #C6C6C6. Windows color (decimal): -5582875 or 15060906. OLE color: 15060906.
HSL color Cylindrical-coordinate representation of color #AACFE5: hue angle of 202.37º degrees, saturation: 0.53, 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 #AACFE5 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 207 | 229 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.10 |
| HSL | 202.37º | 0.53% | 0.78% | - |
| HSV(B) | 202.37º | 0.26% | 0.9% | - |
| XYZ | 53.03 | 58.83 | 82.69 | - |
| YUV | 198.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 229 | 0.26 | 0.10 | 0 | 0.10 | 202.37 | 0.53 | 0.78 |
| Hex | AA | CF | E5 | 1A | A | 0 | A | CA | 35 | 4E |
| Octal | 252 | 317 | 345 | 32 | 12 | 0 | 12 | 312 | 65 | 116 |
| Binary | 10101010 | 11001111 | 11100101 | 11010 | 1010 | 0 | 1010 | 11001010 | 110101 | 1001110 |
Color Harmonies of #AACFE5
Complementary color
Monochromatic Colors of #AACFE5
Black with #AACFE5
Text Example
Text Example
White with #AACFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFE5; }
p { color: rgb(170,207,229); }
H1.HeaderClassName
{
color: #AACFE5;
}
.AnyTagClassName
{
color: #AACFE5;
}
</style>
background-color css
<style>
a { background-color: #AACFE5; }
a { background-color: rgb(170,207,229); }
div.DivClassName
{
background-color: #AACFE5;
}
.BgClassName
{
background-color: #AACFE5;
}
</style>
border-color css
<style>
span { border-color: #AACFE5; }
span { border-color: rgb(170,207,229); }
td.TdClassName
{
border-color: #AACFE5;
}
.TagClassName
{
border-color: #AACFE5;
}
</style>