Shades of Sail #ACD4ED
Tints of Sail #ACD4ED
RGB
CMYK
RGB Variations
Color information
#ACD4ED (or 0xACD4ED) is known color: Sail. HEX triplet: AC, D4 and ED. RGB value is (172,212,237). Sum of RGB (Red+Green+Blue) = 172+212+237=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4ED is #532B12. Grayscale: #CACACA. Windows color (decimal): -5450515 or 15586476. OLE color: 15586476.
HSL color Cylindrical-coordinate representation of color #ACD4ED: hue angle of 203.08º 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 #ACD4ED is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 212 | 237 | - |
CMYK | 0.27 | 0.11 | 0 | 0.07 |
HSL | 203.08º | 0.64% | 0.8% | - |
HSV(B) | 203.08º | 0.27% | 0.93% | - |
XYZ | 55.84 | 61.97 | 89.14 | - |
YUV | 202.89 | 147.25 | 105.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 212 | 237 | 0.27 | 0.11 | 0 | 0.07 | 203.08 | 0.64 | 0.8 |
Hex | AC | D4 | ED | 1B | B | 0 | 7 | CB | 40 | 50 |
Octal | 254 | 324 | 355 | 33 | 13 | 0 | 7 | 313 | 100 | 120 |
Binary | 10101100 | 11010100 | 11101101 | 11011 | 1011 | 0 | 111 | 11001011 | 1000000 | 1010000 |
Color Harmonies of #ACD4ED
Complementary color
Monochromatic Colors of #ACD4ED
Black with #ACD4ED
Text Example
Text Example
White with #ACD4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4ED; }
p { color: rgb(172,212,237); }
H1.HeaderClassName
{
color: #ACD4ED;
}
.AnyTagClassName
{
color: #ACD4ED;
}
</style>
background-color css
<style>
a { background-color: #ACD4ED; }
a { background-color: rgb(172,212,237); }
div.DivClassName
{
background-color: #ACD4ED;
}
.BgClassName
{
background-color: #ACD4ED;
}
</style>
border-color css
<style>
span { border-color: #ACD4ED; }
span { border-color: rgb(172,212,237); }
td.TdClassName
{
border-color: #ACD4ED;
}
.TagClassName
{
border-color: #ACD4ED;
}
</style>