Shades of Sail #ACCBE4
Tints of Sail #ACCBE4
RGB
CMYK
RGB Variations
Color information
#ACCBE4 (or 0xACCBE4) is known color: Sail. HEX triplet: AC, CB and E4. RGB value is (172,203,228). Sum of RGB (Red+Green+Blue) = 172+203+228=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACCBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBE4 is #53341B. Grayscale: #C4C4C4. Windows color (decimal): -5452828 or 14994348. OLE color: 14994348.
HSL color Cylindrical-coordinate representation of color #ACCBE4: hue angle of 206.79º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACCBE4 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 203 | 228 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.11 |
| HSL | 206.79º | 0.51% | 0.78% | - |
| HSV(B) | 206.79º | 0.25% | 0.89% | - |
| XYZ | 52.37 | 57.08 | 81.66 | - |
| YUV | 196.58 | 145.73 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 228 | 0.25 | 0.11 | 0 | 0.11 | 206.79 | 0.51 | 0.78 |
| Hex | AC | CB | E4 | 19 | B | 0 | B | CF | 33 | 4E |
| Octal | 254 | 313 | 344 | 31 | 13 | 0 | 13 | 317 | 63 | 116 |
| Binary | 10101100 | 11001011 | 11100100 | 11001 | 1011 | 0 | 1011 | 11001111 | 110011 | 1001110 |
Color Harmonies of #ACCBE4
Complementary color
Monochromatic Colors of #ACCBE4
Black with #ACCBE4
Text Example
Text Example
White with #ACCBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBE4; }
p { color: rgb(172,203,228); }
H1.HeaderClassName
{
color: #ACCBE4;
}
.AnyTagClassName
{
color: #ACCBE4;
}
</style>
background-color css
<style>
a { background-color: #ACCBE4; }
a { background-color: rgb(172,203,228); }
div.DivClassName
{
background-color: #ACCBE4;
}
.BgClassName
{
background-color: #ACCBE4;
}
</style>
border-color css
<style>
span { border-color: #ACCBE4; }
span { border-color: rgb(172,203,228); }
td.TdClassName
{
border-color: #ACCBE4;
}
.TagClassName
{
border-color: #ACCBE4;
}
</style>