Shades of Sail #ACD3E9
Tints of Sail #ACD3E9
RGB
CMYK
RGB Variations
Color information
#ACD3E9 (or 0xACD3E9) is known color: Sail. HEX triplet: AC, D3 and E9. RGB value is (172,211,233). Sum of RGB (Red+Green+Blue) = 172+211+233=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACD3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3E9 is #532C16. Grayscale: #C9C9C9. Windows color (decimal): -5450775 or 15324076. OLE color: 15324076.
HSL color Cylindrical-coordinate representation of color #ACD3E9: hue angle of 201.64º degrees, saturation: 0.58, 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 #ACD3E9 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 211 | 233 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.09 |
| HSL | 201.64º | 0.58% | 0.79% | - |
| HSV(B) | 201.64º | 0.26% | 0.91% | - |
| XYZ | 55.02 | 61.24 | 86.01 | - |
| YUV | 201.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 233 | 0.26 | 0.09 | 0 | 0.09 | 201.64 | 0.58 | 0.79 |
| Hex | AC | D3 | E9 | 1A | 9 | 0 | 9 | CA | 3A | 4F |
| Octal | 254 | 323 | 351 | 32 | 11 | 0 | 11 | 312 | 72 | 117 |
| Binary | 10101100 | 11010011 | 11101001 | 11010 | 1001 | 0 | 1001 | 11001010 | 111010 | 1001111 |
Color Harmonies of #ACD3E9
Complementary color
Monochromatic Colors of #ACD3E9
Black with #ACD3E9
Text Example
Text Example
White with #ACD3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3E9; }
p { color: rgb(172,211,233); }
H1.HeaderClassName
{
color: #ACD3E9;
}
.AnyTagClassName
{
color: #ACD3E9;
}
</style>
background-color css
<style>
a { background-color: #ACD3E9; }
a { background-color: rgb(172,211,233); }
div.DivClassName
{
background-color: #ACD3E9;
}
.BgClassName
{
background-color: #ACD3E9;
}
</style>
border-color css
<style>
span { border-color: #ACD3E9; }
span { border-color: rgb(172,211,233); }
td.TdClassName
{
border-color: #ACD3E9;
}
.TagClassName
{
border-color: #ACD3E9;
}
</style>