Shades of Sail #ACCFEA
Tints of Sail #ACCFEA
RGB
CMYK
RGB Variations
Color information
#ACCFEA (or 0xACCFEA) is known color: Sail. HEX triplet: AC, CF and EA. RGB value is (172,207,234). Sum of RGB (Red+Green+Blue) = 172+207+234=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACCFEA is #533015. Grayscale: #C7C7C7. Windows color (decimal): -5451798 or 15388588. OLE color: 15388588.
HSL color Cylindrical-coordinate representation of color #ACCFEA: hue angle of 206.13º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACCFEA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 207 | 234 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.08 |
| HSL | 206.13º | 0.6% | 0.8% | - |
| HSV(B) | 206.13º | 0.26% | 0.92% | - |
| XYZ | 54.18 | 59.34 | 86.44 | - |
| YUV | 199.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 234 | 0.26 | 0.12 | 0 | 0.08 | 206.13 | 0.6 | 0.8 |
| Hex | AC | CF | EA | 1A | C | 0 | 8 | CE | 3C | 50 |
| Octal | 254 | 317 | 352 | 32 | 14 | 0 | 10 | 316 | 74 | 120 |
| Binary | 10101100 | 11001111 | 11101010 | 11010 | 1100 | 0 | 1000 | 11001110 | 111100 | 1010000 |
Color Harmonies of #ACCFEA
Complementary color
Monochromatic Colors of #ACCFEA
Black with #ACCFEA
Text Example
Text Example
White with #ACCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFEA; }
p { color: rgb(172,207,234); }
H1.HeaderClassName
{
color: #ACCFEA;
}
.AnyTagClassName
{
color: #ACCFEA;
}
</style>
background-color css
<style>
a { background-color: #ACCFEA; }
a { background-color: rgb(172,207,234); }
div.DivClassName
{
background-color: #ACCFEA;
}
.BgClassName
{
background-color: #ACCFEA;
}
</style>
border-color css
<style>
span { border-color: #ACCFEA; }
span { border-color: rgb(172,207,234); }
td.TdClassName
{
border-color: #ACCFEA;
}
.TagClassName
{
border-color: #ACCFEA;
}
</style>