Shades of Sail #AACDEA
Tints of Sail #AACDEA
RGB
CMYK
RGB Variations
Color information
#AACDEA (or 0xAACDEA) is known color: Sail. HEX triplet: AA, CD and EA. RGB value is (170,205,234). Sum of RGB (Red+Green+Blue) = 170+205+234=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #AACDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDEA is #553215. Grayscale: #C5C5C5. Windows color (decimal): -5583382 or 15388074. OLE color: 15388074.
HSL color Cylindrical-coordinate representation of color #AACDEA: hue angle of 207.19º 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 #AACDEA is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 205 | 234 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.08 |
| HSL | 207.19º | 0.6% | 0.79% | - |
| HSV(B) | 207.19º | 0.27% | 0.92% | - |
| XYZ | 53.26 | 58.15 | 86.26 | - |
| YUV | 197.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 234 | 0.27 | 0.12 | 0 | 0.08 | 207.19 | 0.6 | 0.79 |
| Hex | AA | CD | EA | 1B | C | 0 | 8 | CF | 3C | 4F |
| Octal | 252 | 315 | 352 | 33 | 14 | 0 | 10 | 317 | 74 | 117 |
| Binary | 10101010 | 11001101 | 11101010 | 11011 | 1100 | 0 | 1000 | 11001111 | 111100 | 1001111 |
Color Harmonies of #AACDEA
Complementary color
Monochromatic Colors of #AACDEA
Black with #AACDEA
Text Example
Text Example
White with #AACDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDEA; }
p { color: rgb(170,205,234); }
H1.HeaderClassName
{
color: #AACDEA;
}
.AnyTagClassName
{
color: #AACDEA;
}
</style>
background-color css
<style>
a { background-color: #AACDEA; }
a { background-color: rgb(170,205,234); }
div.DivClassName
{
background-color: #AACDEA;
}
.BgClassName
{
background-color: #AACDEA;
}
</style>
border-color css
<style>
span { border-color: #AACDEA; }
span { border-color: rgb(170,205,234); }
td.TdClassName
{
border-color: #AACDEA;
}
.TagClassName
{
border-color: #AACDEA;
}
</style>