Shades of Sail #ACD1EA
Tints of Sail #ACD1EA
RGB
CMYK
RGB Variations
Color information
#ACD1EA (or 0xACD1EA) is known color: Sail. HEX triplet: AC, D1 and EA. RGB value is (172,209,234). Sum of RGB (Red+Green+Blue) = 172+209+234=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1EA is #532E15. Grayscale: #C8C8C8. Windows color (decimal): -5451286 or 15389100. OLE color: 15389100.
HSL color Cylindrical-coordinate representation of color #ACD1EA: hue angle of 204.19º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACD1EA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 209 | 234 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.08 |
| HSL | 204.19º | 0.6% | 0.8% | - |
| HSV(B) | 204.19º | 0.26% | 0.92% | - |
| XYZ | 54.67 | 60.31 | 86.6 | - |
| YUV | 200.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 234 | 0.26 | 0.11 | 0 | 0.08 | 204.19 | 0.6 | 0.8 |
| Hex | AC | D1 | EA | 1A | B | 0 | 8 | CC | 3C | 50 |
| Octal | 254 | 321 | 352 | 32 | 13 | 0 | 10 | 314 | 74 | 120 |
| Binary | 10101100 | 11010001 | 11101010 | 11010 | 1011 | 0 | 1000 | 11001100 | 111100 | 1010000 |
Color Harmonies of #ACD1EA
Complementary color
Monochromatic Colors of #ACD1EA
Black with #ACD1EA
Text Example
Text Example
White with #ACD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1EA; }
p { color: rgb(172,209,234); }
H1.HeaderClassName
{
color: #ACD1EA;
}
.AnyTagClassName
{
color: #ACD1EA;
}
</style>
background-color css
<style>
a { background-color: #ACD1EA; }
a { background-color: rgb(172,209,234); }
div.DivClassName
{
background-color: #ACD1EA;
}
.BgClassName
{
background-color: #ACD1EA;
}
</style>
border-color css
<style>
span { border-color: #ACD1EA; }
span { border-color: rgb(172,209,234); }
td.TdClassName
{
border-color: #ACD1EA;
}
.TagClassName
{
border-color: #ACD1EA;
}
</style>