Shades of Sail #ACD2EB
Tints of Sail #ACD2EB
RGB
CMYK
RGB Variations
Color information
#ACD2EB (or 0xACD2EB) is known color: Sail. HEX triplet: AC, D2 and EB. RGB value is (172,210,235). Sum of RGB (Red+Green+Blue) = 172+210+235=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2EB is #532D14. Grayscale: #C9C9C9. Windows color (decimal): -5451029 or 15454892. OLE color: 15454892.
HSL color Cylindrical-coordinate representation of color #ACD2EB: hue angle of 203.81º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD2EB is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 210 | 235 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.08 |
| HSL | 203.81º | 0.61% | 0.8% | - |
| HSV(B) | 203.81º | 0.27% | 0.92% | - |
| XYZ | 55.06 | 60.86 | 87.44 | - |
| YUV | 201.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 235 | 0.27 | 0.11 | 0 | 0.08 | 203.81 | 0.61 | 0.8 |
| Hex | AC | D2 | EB | 1B | B | 0 | 8 | CC | 3D | 50 |
| Octal | 254 | 322 | 353 | 33 | 13 | 0 | 10 | 314 | 75 | 120 |
| Binary | 10101100 | 11010010 | 11101011 | 11011 | 1011 | 0 | 1000 | 11001100 | 111101 | 1010000 |
Color Harmonies of #ACD2EB
Complementary color
Monochromatic Colors of #ACD2EB
Black with #ACD2EB
Text Example
Text Example
White with #ACD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2EB; }
p { color: rgb(172,210,235); }
H1.HeaderClassName
{
color: #ACD2EB;
}
.AnyTagClassName
{
color: #ACD2EB;
}
</style>
background-color css
<style>
a { background-color: #ACD2EB; }
a { background-color: rgb(172,210,235); }
div.DivClassName
{
background-color: #ACD2EB;
}
.BgClassName
{
background-color: #ACD2EB;
}
</style>
border-color css
<style>
span { border-color: #ACD2EB; }
span { border-color: rgb(172,210,235); }
td.TdClassName
{
border-color: #ACD2EB;
}
.TagClassName
{
border-color: #ACD2EB;
}
</style>