Shades of Sail #ACCDE5
Tints of Sail #ACCDE5
RGB
CMYK
RGB Variations
Color information
#ACCDE5 (or 0xACCDE5) is known color: Sail. HEX triplet: AC, CD and E5. RGB value is (172,205,229). Sum of RGB (Red+Green+Blue) = 172+205+229=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 205 (80.47% from 255 or 33.83% 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 #ACCDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDE5 is #53321A. Grayscale: #C5C5C5. Windows color (decimal): -5452315 or 15060396. OLE color: 15060396.
HSL color Cylindrical-coordinate representation of color #ACCDE5: hue angle of 205.26º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCDE5 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 205 | 229 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.10 |
| HSL | 205.26º | 0.52% | 0.79% | - |
| HSV(B) | 205.26º | 0.25% | 0.9% | - |
| XYZ | 52.99 | 58.09 | 82.55 | - |
| YUV | 197.87 | 145.57 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 229 | 0.25 | 0.10 | 0 | 0.10 | 205.26 | 0.52 | 0.79 |
| Hex | AC | CD | E5 | 19 | A | 0 | A | CD | 34 | 4F |
| Octal | 254 | 315 | 345 | 31 | 12 | 0 | 12 | 315 | 64 | 117 |
| Binary | 10101100 | 11001101 | 11100101 | 11001 | 1010 | 0 | 1010 | 11001101 | 110100 | 1001111 |
Color Harmonies of #ACCDE5
Complementary color
Monochromatic Colors of #ACCDE5
Black with #ACCDE5
Text Example
Text Example
White with #ACCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDE5; }
p { color: rgb(172,205,229); }
H1.HeaderClassName
{
color: #ACCDE5;
}
.AnyTagClassName
{
color: #ACCDE5;
}
</style>
background-color css
<style>
a { background-color: #ACCDE5; }
a { background-color: rgb(172,205,229); }
div.DivClassName
{
background-color: #ACCDE5;
}
.BgClassName
{
background-color: #ACCDE5;
}
</style>
border-color css
<style>
span { border-color: #ACCDE5; }
span { border-color: rgb(172,205,229); }
td.TdClassName
{
border-color: #ACCDE5;
}
.TagClassName
{
border-color: #ACCDE5;
}
</style>