Shades of Sail #ACCEE2
Tints of Sail #ACCEE2
RGB
CMYK
RGB Variations
Color information
#ACCEE2 (or 0xACCEE2) is known color: Sail. HEX triplet: AC, CE and E2. RGB value is (172,206,226). Sum of RGB (Red+Green+Blue) = 172+206+226=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACCEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEE2 is #53311D. Grayscale: #C6C6C6. Windows color (decimal): -5452062 or 14864044. OLE color: 14864044.
HSL color Cylindrical-coordinate representation of color #ACCEE2: hue angle of 202.22º 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 #ACCEE2 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 206 | 226 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.11 |
| HSL | 202.22º | 0.48% | 0.78% | - |
| HSV(B) | 202.22º | 0.24% | 0.89% | - |
| XYZ | 52.81 | 58.4 | 80.44 | - |
| YUV | 198.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 226 | 0.24 | 0.09 | 0 | 0.11 | 202.22 | 0.48 | 0.78 |
| Hex | AC | CE | E2 | 18 | 9 | 0 | B | CA | 30 | 4E |
| Octal | 254 | 316 | 342 | 30 | 11 | 0 | 13 | 312 | 60 | 116 |
| Binary | 10101100 | 11001110 | 11100010 | 11000 | 1001 | 0 | 1011 | 11001010 | 110000 | 1001110 |
Color Harmonies of #ACCEE2
Complementary color
Monochromatic Colors of #ACCEE2
Black with #ACCEE2
Text Example
Text Example
White with #ACCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEE2; }
p { color: rgb(172,206,226); }
H1.HeaderClassName
{
color: #ACCEE2;
}
.AnyTagClassName
{
color: #ACCEE2;
}
</style>
background-color css
<style>
a { background-color: #ACCEE2; }
a { background-color: rgb(172,206,226); }
div.DivClassName
{
background-color: #ACCEE2;
}
.BgClassName
{
background-color: #ACCEE2;
}
</style>
border-color css
<style>
span { border-color: #ACCEE2; }
span { border-color: rgb(172,206,226); }
td.TdClassName
{
border-color: #ACCEE2;
}
.TagClassName
{
border-color: #ACCEE2;
}
</style>