Shades of Sail #AACDE8
Tints of Sail #AACDE8
RGB
CMYK
RGB Variations
Color information
#AACDE8 (or 0xAACDE8) is known color: Sail. HEX triplet: AA, CD and E8. RGB value is (170,205,232). Sum of RGB (Red+Green+Blue) = 170+205+232=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #AACDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDE8 is #553217. Grayscale: #C5C5C5. Windows color (decimal): -5583384 or 15257002. OLE color: 15257002.
HSL color Cylindrical-coordinate representation of color #AACDE8: hue angle of 206.13º 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 #AACDE8 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 205 | 232 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.09 |
| HSL | 206.13º | 0.57% | 0.79% | - |
| HSV(B) | 206.13º | 0.27% | 0.91% | - |
| XYZ | 52.97 | 58.03 | 84.75 | - |
| YUV | 197.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 232 | 0.27 | 0.12 | 0 | 0.09 | 206.13 | 0.57 | 0.79 |
| Hex | AA | CD | E8 | 1B | C | 0 | 9 | CE | 39 | 4F |
| Octal | 252 | 315 | 350 | 33 | 14 | 0 | 11 | 316 | 71 | 117 |
| Binary | 10101010 | 11001101 | 11101000 | 11011 | 1100 | 0 | 1001 | 11001110 | 111001 | 1001111 |
Color Harmonies of #AACDE8
Complementary color
Monochromatic Colors of #AACDE8
Black with #AACDE8
Text Example
Text Example
White with #AACDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDE8; }
p { color: rgb(170,205,232); }
H1.HeaderClassName
{
color: #AACDE8;
}
.AnyTagClassName
{
color: #AACDE8;
}
</style>
background-color css
<style>
a { background-color: #AACDE8; }
a { background-color: rgb(170,205,232); }
div.DivClassName
{
background-color: #AACDE8;
}
.BgClassName
{
background-color: #AACDE8;
}
</style>
border-color css
<style>
span { border-color: #AACDE8; }
span { border-color: rgb(170,205,232); }
td.TdClassName
{
border-color: #AACDE8;
}
.TagClassName
{
border-color: #AACDE8;
}
</style>