Shades of Sail #ACD4EC
Tints of Sail #ACD4EC
RGB
CMYK
RGB Variations
Color information
#ACD4EC (or 0xACD4EC) is known color: Sail. HEX triplet: AC, D4 and EC. RGB value is (172,212,236). Sum of RGB (Red+Green+Blue) = 172+212+236=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4EC is #532B13. Grayscale: #CACACA. Windows color (decimal): -5450516 or 15520940. OLE color: 15520940.
HSL color Cylindrical-coordinate representation of color #ACD4EC: hue angle of 202.5º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD4EC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 212 | 236 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.07 |
| HSL | 202.5º | 0.63% | 0.8% | - |
| HSV(B) | 202.5º | 0.27% | 0.93% | - |
| XYZ | 55.7 | 61.91 | 88.37 | - |
| YUV | 202.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 236 | 0.27 | 0.10 | 0 | 0.07 | 202.5 | 0.63 | 0.8 |
| Hex | AC | D4 | EC | 1B | A | 0 | 7 | CA | 3F | 50 |
| Octal | 254 | 324 | 354 | 33 | 12 | 0 | 7 | 312 | 77 | 120 |
| Binary | 10101100 | 11010100 | 11101100 | 11011 | 1010 | 0 | 111 | 11001010 | 111111 | 1010000 |
Color Harmonies of #ACD4EC
Complementary color
Monochromatic Colors of #ACD4EC
Black with #ACD4EC
Text Example
Text Example
White with #ACD4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4EC; }
p { color: rgb(172,212,236); }
H1.HeaderClassName
{
color: #ACD4EC;
}
.AnyTagClassName
{
color: #ACD4EC;
}
</style>
background-color css
<style>
a { background-color: #ACD4EC; }
a { background-color: rgb(172,212,236); }
div.DivClassName
{
background-color: #ACD4EC;
}
.BgClassName
{
background-color: #ACD4EC;
}
</style>
border-color css
<style>
span { border-color: #ACD4EC; }
span { border-color: rgb(172,212,236); }
td.TdClassName
{
border-color: #ACD4EC;
}
.TagClassName
{
border-color: #ACD4EC;
}
</style>