Shades of Sail #ACCCE2
Tints of Sail #ACCCE2
RGB
CMYK
RGB Variations
Color information
#ACCCE2 (or 0xACCCE2) is known color: Sail. HEX triplet: AC, CC and E2. RGB value is (172,204,226). Sum of RGB (Red+Green+Blue) = 172+204+226=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACCCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCE2 is #53331D. Grayscale: #C4C4C4. Windows color (decimal): -5452574 or 14863532. OLE color: 14863532.
HSL color Cylindrical-coordinate representation of color #ACCCE2: hue angle of 204.44º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCCE2 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 204 | 226 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.11 |
| HSL | 204.44º | 0.48% | 0.78% | - |
| HSV(B) | 204.44º | 0.24% | 0.89% | - |
| XYZ | 52.33 | 57.45 | 80.28 | - |
| YUV | 196.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 226 | 0.24 | 0.10 | 0 | 0.11 | 204.44 | 0.48 | 0.78 |
| Hex | AC | CC | E2 | 18 | A | 0 | B | CC | 30 | 4E |
| Octal | 254 | 314 | 342 | 30 | 12 | 0 | 13 | 314 | 60 | 116 |
| Binary | 10101100 | 11001100 | 11100010 | 11000 | 1010 | 0 | 1011 | 11001100 | 110000 | 1001110 |
Color Harmonies of #ACCCE2
Complementary color
Monochromatic Colors of #ACCCE2
Black with #ACCCE2
Text Example
Text Example
White with #ACCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCE2; }
p { color: rgb(172,204,226); }
H1.HeaderClassName
{
color: #ACCCE2;
}
.AnyTagClassName
{
color: #ACCCE2;
}
</style>
background-color css
<style>
a { background-color: #ACCCE2; }
a { background-color: rgb(172,204,226); }
div.DivClassName
{
background-color: #ACCCE2;
}
.BgClassName
{
background-color: #ACCCE2;
}
</style>
border-color css
<style>
span { border-color: #ACCCE2; }
span { border-color: rgb(172,204,226); }
td.TdClassName
{
border-color: #ACCCE2;
}
.TagClassName
{
border-color: #ACCCE2;
}
</style>