Shades of Sail #ACD5EF
Tints of Sail #ACD5EF
RGB
CMYK
RGB Variations
Color information
#ACD5EF (or 0xACD5EF) is known color: Sail. HEX triplet: AC, D5 and EF. RGB value is (172,213,239). Sum of RGB (Red+Green+Blue) = 172+213+239=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5EF is #532A10. Grayscale: #CBCBCB. Windows color (decimal): -5450257 or 15717804. OLE color: 15717804.
HSL color Cylindrical-coordinate representation of color #ACD5EF: hue angle of 203.28º 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 #ACD5EF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 213 | 239 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.06 |
| HSL | 203.28º | 0.68% | 0.81% | - |
| HSV(B) | 203.28º | 0.28% | 0.94% | - |
| XYZ | 56.39 | 62.59 | 90.77 | - |
| YUV | 203.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 239 | 0.28 | 0.11 | 0 | 0.06 | 203.28 | 0.68 | 0.81 |
| Hex | AC | D5 | EF | 1C | B | 0 | 6 | CB | 44 | 51 |
| Octal | 254 | 325 | 357 | 34 | 13 | 0 | 6 | 313 | 104 | 121 |
| Binary | 10101100 | 11010101 | 11101111 | 11100 | 1011 | 0 | 110 | 11001011 | 1000100 | 1010001 |
Color Harmonies of #ACD5EF
Complementary color
Monochromatic Colors of #ACD5EF
Black with #ACD5EF
Text Example
Text Example
White with #ACD5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5EF; }
p { color: rgb(172,213,239); }
H1.HeaderClassName
{
color: #ACD5EF;
}
.AnyTagClassName
{
color: #ACD5EF;
}
</style>
background-color css
<style>
a { background-color: #ACD5EF; }
a { background-color: rgb(172,213,239); }
div.DivClassName
{
background-color: #ACD5EF;
}
.BgClassName
{
background-color: #ACD5EF;
}
</style>
border-color css
<style>
span { border-color: #ACD5EF; }
span { border-color: rgb(172,213,239); }
td.TdClassName
{
border-color: #ACD5EF;
}
.TagClassName
{
border-color: #ACD5EF;
}
</style>