Shades of Sail #AACDE7
Tints of Sail #AACDE7
RGB
CMYK
RGB Variations
Color information
#AACDE7 (or 0xAACDE7) is known color: Sail. HEX triplet: AA, CD and E7. RGB value is (170,205,231). Sum of RGB (Red+Green+Blue) = 170+205+231=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 231 (90.62% from 255 or 38.12% from 606); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDE7 is #553218. Grayscale: #C5C5C5. Windows color (decimal): -5583385 or 15191466. OLE color: 15191466.
HSL color Cylindrical-coordinate representation of color #AACDE7: hue angle of 205.57º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACDE7 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 205 | 231 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.09 |
| HSL | 205.57º | 0.56% | 0.79% | - |
| HSV(B) | 205.57º | 0.26% | 0.91% | - |
| XYZ | 52.83 | 57.98 | 84.01 | - |
| YUV | 197.5 | 146.9 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 231 | 0.26 | 0.11 | 0 | 0.09 | 205.57 | 0.56 | 0.79 |
| Hex | AA | CD | E7 | 1A | B | 0 | 9 | CE | 38 | 4F |
| Octal | 252 | 315 | 347 | 32 | 13 | 0 | 11 | 316 | 70 | 117 |
| Binary | 10101010 | 11001101 | 11100111 | 11010 | 1011 | 0 | 1001 | 11001110 | 111000 | 1001111 |
Color Harmonies of #AACDE7
Complementary color
Monochromatic Colors of #AACDE7
Black with #AACDE7
Text Example
Text Example
White with #AACDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDE7; }
p { color: rgb(170,205,231); }
H1.HeaderClassName
{
color: #AACDE7;
}
.AnyTagClassName
{
color: #AACDE7;
}
</style>
background-color css
<style>
a { background-color: #AACDE7; }
a { background-color: rgb(170,205,231); }
div.DivClassName
{
background-color: #AACDE7;
}
.BgClassName
{
background-color: #AACDE7;
}
</style>
border-color css
<style>
span { border-color: #AACDE7; }
span { border-color: rgb(170,205,231); }
td.TdClassName
{
border-color: #AACDE7;
}
.TagClassName
{
border-color: #AACDE7;
}
</style>