Shades of Sail #ACD6EE
Tints of Sail #ACD6EE
RGB
CMYK
RGB Variations
Color information
#ACD6EE (or 0xACD6EE) is known color: Sail. HEX triplet: AC, D6 and EE. RGB value is (172,214,238). Sum of RGB (Red+Green+Blue) = 172+214+238=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 214 (83.98% from 255 or 34.29% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACD6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6EE is #532911. Grayscale: #CCCCCC. Windows color (decimal): -5450002 or 15652524. OLE color: 15652524.
HSL color Cylindrical-coordinate representation of color #ACD6EE: hue angle of 201.82º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD6EE is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 214 | 238 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.07 |
| HSL | 201.82º | 0.66% | 0.8% | - |
| HSV(B) | 201.82º | 0.28% | 0.93% | - |
| XYZ | 56.49 | 63.04 | 90.08 | - |
| YUV | 204.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 238 | 0.28 | 0.10 | 0 | 0.07 | 201.82 | 0.66 | 0.8 |
| Hex | AC | D6 | EE | 1C | A | 0 | 7 | CA | 42 | 50 |
| Octal | 254 | 326 | 356 | 34 | 12 | 0 | 7 | 312 | 102 | 120 |
| Binary | 10101100 | 11010110 | 11101110 | 11100 | 1010 | 0 | 111 | 11001010 | 1000010 | 1010000 |
Color Harmonies of #ACD6EE
Complementary color
Monochromatic Colors of #ACD6EE
Black with #ACD6EE
Text Example
Text Example
White with #ACD6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6EE; }
p { color: rgb(172,214,238); }
H1.HeaderClassName
{
color: #ACD6EE;
}
.AnyTagClassName
{
color: #ACD6EE;
}
</style>
background-color css
<style>
a { background-color: #ACD6EE; }
a { background-color: rgb(172,214,238); }
div.DivClassName
{
background-color: #ACD6EE;
}
.BgClassName
{
background-color: #ACD6EE;
}
</style>
border-color css
<style>
span { border-color: #ACD6EE; }
span { border-color: rgb(172,214,238); }
td.TdClassName
{
border-color: #ACD6EE;
}
.TagClassName
{
border-color: #ACD6EE;
}
</style>