Shades of Sail #ACCDE7
Tints of Sail #ACCDE7
RGB
CMYK
RGB Variations
Color information
#ACCDE7 (or 0xACCDE7) is known color: Sail. HEX triplet: AC, CD and E7. RGB value is (172,205,231). Sum of RGB (Red+Green+Blue) = 172+205+231=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 231 (90.62% from 255 or 37.99% from 608); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACCDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCDE7 is #533218. Grayscale: #C5C5C5. Windows color (decimal): -5452313 or 15191468. OLE color: 15191468.
HSL color Cylindrical-coordinate representation of color #ACCDE7: hue angle of 206.44º degrees, saturation: 0.55, 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 #ACCDE7 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 205 | 231 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.09 |
| HSL | 206.44º | 0.55% | 0.79% | - |
| HSV(B) | 206.44º | 0.26% | 0.91% | - |
| XYZ | 53.27 | 58.2 | 84.03 | - |
| YUV | 198.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 231 | 0.26 | 0.11 | 0 | 0.09 | 206.44 | 0.55 | 0.79 |
| Hex | AC | CD | E7 | 1A | B | 0 | 9 | CE | 37 | 4F |
| Octal | 254 | 315 | 347 | 32 | 13 | 0 | 11 | 316 | 67 | 117 |
| Binary | 10101100 | 11001101 | 11100111 | 11010 | 1011 | 0 | 1001 | 11001110 | 110111 | 1001111 |
Color Harmonies of #ACCDE7
Complementary color
Monochromatic Colors of #ACCDE7
Black with #ACCDE7
Text Example
Text Example
White with #ACCDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDE7; }
p { color: rgb(172,205,231); }
H1.HeaderClassName
{
color: #ACCDE7;
}
.AnyTagClassName
{
color: #ACCDE7;
}
</style>
background-color css
<style>
a { background-color: #ACCDE7; }
a { background-color: rgb(172,205,231); }
div.DivClassName
{
background-color: #ACCDE7;
}
.BgClassName
{
background-color: #ACCDE7;
}
</style>
border-color css
<style>
span { border-color: #ACCDE7; }
span { border-color: rgb(172,205,231); }
td.TdClassName
{
border-color: #ACCDE7;
}
.TagClassName
{
border-color: #ACCDE7;
}
</style>