Shades of Sail #ACDAF4
Tints of Sail #ACDAF4
RGB
CMYK
RGB Variations
Color information
#ACDAF4 (or 0xACDAF4) is known color: Sail. HEX triplet: AC, DA and F4. RGB value is (172,218,244). Sum of RGB (Red+Green+Blue) = 172+218+244=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 244 (95.70% from 255 or 38.49% from 634); Max value from RGB is 244 - color contains mainly: blue. Hex color #ACDAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAF4 is #53250B. Grayscale: #CFCFCF. Windows color (decimal): -5448972 or 16046764. OLE color: 16046764.
HSL color Cylindrical-coordinate representation of color #ACDAF4: hue angle of 201.67º degrees, saturation: 0.77, 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 #ACDAF4 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 218 | 244 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.04 |
| HSL | 201.67º | 0.77% | 0.82% | - |
| HSV(B) | 201.67º | 0.3% | 0.96% | - |
| XYZ | 58.41 | 65.45 | 95.14 | - |
| YUV | 207.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 244 | 0.30 | 0.11 | 0 | 0.04 | 201.67 | 0.77 | 0.82 |
| Hex | AC | DA | F4 | 1E | B | 0 | 4 | CA | 4D | 52 |
| Octal | 254 | 332 | 364 | 36 | 13 | 0 | 4 | 312 | 115 | 122 |
| Binary | 10101100 | 11011010 | 11110100 | 11110 | 1011 | 0 | 100 | 11001010 | 1001101 | 1010010 |
Color Harmonies of #ACDAF4
Complementary color
Monochromatic Colors of #ACDAF4
Black with #ACDAF4
Text Example
Text Example
White with #ACDAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDAF4; }
p { color: rgb(172,218,244); }
H1.HeaderClassName
{
color: #ACDAF4;
}
.AnyTagClassName
{
color: #ACDAF4;
}
</style>
background-color css
<style>
a { background-color: #ACDAF4; }
a { background-color: rgb(172,218,244); }
div.DivClassName
{
background-color: #ACDAF4;
}
.BgClassName
{
background-color: #ACDAF4;
}
</style>
border-color css
<style>
span { border-color: #ACDAF4; }
span { border-color: rgb(172,218,244); }
td.TdClassName
{
border-color: #ACDAF4;
}
.TagClassName
{
border-color: #ACDAF4;
}
</style>