Shades of Sail #ACDAF5
Tints of Sail #ACDAF5
RGB
CMYK
RGB Variations
Color information
#ACDAF5 (or 0xACDAF5) is known color: Sail. HEX triplet: AC, DA and F5. RGB value is (172,218,245). Sum of RGB (Red+Green+Blue) = 172+218+245=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACDAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF5 is #53250A. Grayscale: #CFCFCF. Windows color (decimal): -5448971 or 16112300. OLE color: 16112300.
HSL color Cylindrical-coordinate representation of color #ACDAF5: hue angle of 202.19º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDAF5 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 218 | 245 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.04 |
| HSL | 202.19º | 0.78% | 0.82% | - |
| HSV(B) | 202.19º | 0.3% | 0.96% | - |
| XYZ | 58.57 | 65.51 | 95.94 | - |
| YUV | 207.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 245 | 0.30 | 0.11 | 0 | 0.04 | 202.19 | 0.78 | 0.82 |
| Hex | AC | DA | F5 | 1E | B | 0 | 4 | CA | 4E | 52 |
| Octal | 254 | 332 | 365 | 36 | 13 | 0 | 4 | 312 | 116 | 122 |
| Binary | 10101100 | 11011010 | 11110101 | 11110 | 1011 | 0 | 100 | 11001010 | 1001110 | 1010010 |
Color Harmonies of #ACDAF5
Complementary color
Monochromatic Colors of #ACDAF5
Black with #ACDAF5
Text Example
Text Example
White with #ACDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAF5; }
p { color: rgb(172,218,245); }
H1.HeaderClassName
{
color: #ACDAF5;
}
.AnyTagClassName
{
color: #ACDAF5;
}
</style>
background-color css
<style>
a { background-color: #ACDAF5; }
a { background-color: rgb(172,218,245); }
div.DivClassName
{
background-color: #ACDAF5;
}
.BgClassName
{
background-color: #ACDAF5;
}
</style>
border-color css
<style>
span { border-color: #ACDAF5; }
span { border-color: rgb(172,218,245); }
td.TdClassName
{
border-color: #ACDAF5;
}
.TagClassName
{
border-color: #ACDAF5;
}
</style>