Shades of Sail #ACD4EF
Tints of Sail #ACD4EF
RGB
CMYK
RGB Variations
Color information
#ACD4EF (or 0xACD4EF) is known color: Sail. HEX triplet: AC, D4 and EF. RGB value is (172,212,239). Sum of RGB (Red+Green+Blue) = 172+212+239=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4EF is #532B10. Grayscale: #CACACA. Windows color (decimal): -5450513 or 15717548. OLE color: 15717548.
HSL color Cylindrical-coordinate representation of color #ACD4EF: hue angle of 204.18º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD4EF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 212 | 239 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.06 |
| HSL | 204.18º | 0.68% | 0.81% | - |
| HSV(B) | 204.18º | 0.28% | 0.94% | - |
| XYZ | 56.14 | 62.09 | 90.69 | - |
| YUV | 203.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 239 | 0.28 | 0.11 | 0 | 0.06 | 204.18 | 0.68 | 0.81 |
| Hex | AC | D4 | EF | 1C | B | 0 | 6 | CC | 44 | 51 |
| Octal | 254 | 324 | 357 | 34 | 13 | 0 | 6 | 314 | 104 | 121 |
| Binary | 10101100 | 11010100 | 11101111 | 11100 | 1011 | 0 | 110 | 11001100 | 1000100 | 1010001 |
Color Harmonies of #ACD4EF
Complementary color
Monochromatic Colors of #ACD4EF
Black with #ACD4EF
Text Example
Text Example
White with #ACD4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4EF; }
p { color: rgb(172,212,239); }
H1.HeaderClassName
{
color: #ACD4EF;
}
.AnyTagClassName
{
color: #ACD4EF;
}
</style>
background-color css
<style>
a { background-color: #ACD4EF; }
a { background-color: rgb(172,212,239); }
div.DivClassName
{
background-color: #ACD4EF;
}
.BgClassName
{
background-color: #ACD4EF;
}
</style>
border-color css
<style>
span { border-color: #ACD4EF; }
span { border-color: rgb(172,212,239); }
td.TdClassName
{
border-color: #ACD4EF;
}
.TagClassName
{
border-color: #ACD4EF;
}
</style>