Shades of Sail #ACCBE5
Tints of Sail #ACCBE5
RGB
CMYK
RGB Variations
Color information
#ACCBE5 (or 0xACCBE5) is known color: Sail. HEX triplet: AC, CB and E5. RGB value is (172,203,229). Sum of RGB (Red+Green+Blue) = 172+203+229=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACCBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBE5 is #53341A. Grayscale: #C4C4C4. Windows color (decimal): -5452827 or 15059884. OLE color: 15059884.
HSL color Cylindrical-coordinate representation of color #ACCBE5: hue angle of 207.37º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCBE5 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 203 | 229 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.10 |
| HSL | 207.37º | 0.52% | 0.79% | - |
| HSV(B) | 207.37º | 0.25% | 0.9% | - |
| XYZ | 52.51 | 57.14 | 82.39 | - |
| YUV | 196.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 229 | 0.25 | 0.11 | 0 | 0.10 | 207.37 | 0.52 | 0.79 |
| Hex | AC | CB | E5 | 19 | B | 0 | A | CF | 34 | 4F |
| Octal | 254 | 313 | 345 | 31 | 13 | 0 | 12 | 317 | 64 | 117 |
| Binary | 10101100 | 11001011 | 11100101 | 11001 | 1011 | 0 | 1010 | 11001111 | 110100 | 1001111 |
Color Harmonies of #ACCBE5
Complementary color
Monochromatic Colors of #ACCBE5
Black with #ACCBE5
Text Example
Text Example
White with #ACCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBE5; }
p { color: rgb(172,203,229); }
H1.HeaderClassName
{
color: #ACCBE5;
}
.AnyTagClassName
{
color: #ACCBE5;
}
</style>
background-color css
<style>
a { background-color: #ACCBE5; }
a { background-color: rgb(172,203,229); }
div.DivClassName
{
background-color: #ACCBE5;
}
.BgClassName
{
background-color: #ACCBE5;
}
</style>
border-color css
<style>
span { border-color: #ACCBE5; }
span { border-color: rgb(172,203,229); }
td.TdClassName
{
border-color: #ACCBE5;
}
.TagClassName
{
border-color: #ACCBE5;
}
</style>