Shades of Sail #ACD2ED
Tints of Sail #ACD2ED
RGB
CMYK
RGB Variations
Color information
#ACD2ED (or 0xACD2ED) is known color: Sail. HEX triplet: AC, D2 and ED. RGB value is (172,210,237). Sum of RGB (Red+Green+Blue) = 172+210+237=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2ED is #532D12. Grayscale: #C9C9C9. Windows color (decimal): -5451027 or 15585964. OLE color: 15585964.
HSL color Cylindrical-coordinate representation of color #ACD2ED: hue angle of 204.92º degrees, saturation: 0.64, 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 #ACD2ED is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 210 | 237 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.07 |
| HSL | 204.92º | 0.64% | 0.8% | - |
| HSV(B) | 204.92º | 0.27% | 0.93% | - |
| XYZ | 55.35 | 60.98 | 88.97 | - |
| YUV | 201.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 237 | 0.27 | 0.11 | 0 | 0.07 | 204.92 | 0.64 | 0.8 |
| Hex | AC | D2 | ED | 1B | B | 0 | 7 | CD | 40 | 50 |
| Octal | 254 | 322 | 355 | 33 | 13 | 0 | 7 | 315 | 100 | 120 |
| Binary | 10101100 | 11010010 | 11101101 | 11011 | 1011 | 0 | 111 | 11001101 | 1000000 | 1010000 |
Color Harmonies of #ACD2ED
Complementary color
Monochromatic Colors of #ACD2ED
Black with #ACD2ED
Text Example
Text Example
White with #ACD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2ED; }
p { color: rgb(172,210,237); }
H1.HeaderClassName
{
color: #ACD2ED;
}
.AnyTagClassName
{
color: #ACD2ED;
}
</style>
background-color css
<style>
a { background-color: #ACD2ED; }
a { background-color: rgb(172,210,237); }
div.DivClassName
{
background-color: #ACD2ED;
}
.BgClassName
{
background-color: #ACD2ED;
}
</style>
border-color css
<style>
span { border-color: #ACD2ED; }
span { border-color: rgb(172,210,237); }
td.TdClassName
{
border-color: #ACD2ED;
}
.TagClassName
{
border-color: #ACD2ED;
}
</style>