Shades of Sail #ACD2EA
Tints of Sail #ACD2EA
RGB
CMYK
RGB Variations
Color information
#ACD2EA (or 0xACD2EA) is known color: Sail. HEX triplet: AC, D2 and EA. RGB value is (172,210,234). Sum of RGB (Red+Green+Blue) = 172+210+234=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACD2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2EA is #532D15. Grayscale: #C9C9C9. Windows color (decimal): -5451030 or 15389356. OLE color: 15389356.
HSL color Cylindrical-coordinate representation of color #ACD2EA: hue angle of 203.23º 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 #ACD2EA is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 210 | 234 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.08 |
| HSL | 203.23º | 0.6% | 0.8% | - |
| HSV(B) | 203.23º | 0.26% | 0.92% | - |
| XYZ | 54.91 | 60.8 | 86.68 | - |
| YUV | 201.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 234 | 0.26 | 0.10 | 0 | 0.08 | 203.23 | 0.6 | 0.8 |
| Hex | AC | D2 | EA | 1A | A | 0 | 8 | CB | 3C | 50 |
| Octal | 254 | 322 | 352 | 32 | 12 | 0 | 10 | 313 | 74 | 120 |
| Binary | 10101100 | 11010010 | 11101010 | 11010 | 1010 | 0 | 1000 | 11001011 | 111100 | 1010000 |
Color Harmonies of #ACD2EA
Complementary color
Monochromatic Colors of #ACD2EA
Black with #ACD2EA
Text Example
Text Example
White with #ACD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2EA; }
p { color: rgb(172,210,234); }
H1.HeaderClassName
{
color: #ACD2EA;
}
.AnyTagClassName
{
color: #ACD2EA;
}
</style>
background-color css
<style>
a { background-color: #ACD2EA; }
a { background-color: rgb(172,210,234); }
div.DivClassName
{
background-color: #ACD2EA;
}
.BgClassName
{
background-color: #ACD2EA;
}
</style>
border-color css
<style>
span { border-color: #ACD2EA; }
span { border-color: rgb(172,210,234); }
td.TdClassName
{
border-color: #ACD2EA;
}
.TagClassName
{
border-color: #ACD2EA;
}
</style>