Shades of Sail #AACBE4
Tints of Sail #AACBE4
RGB
CMYK
RGB Variations
Color information
#AACBE4 (or 0xAACBE4) is known color: Sail. HEX triplet: AA, CB and E4. RGB value is (170,203,228). Sum of RGB (Red+Green+Blue) = 170+203+228=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #AACBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBE4 is #55341B. Grayscale: #C3C3C3. Windows color (decimal): -5583900 or 14994346. OLE color: 14994346.
HSL color Cylindrical-coordinate representation of color #AACBE4: hue angle of 205.86º degrees, saturation: 0.52, 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 #AACBE4 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 203 | 228 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.11 |
| HSL | 205.86º | 0.52% | 0.78% | - |
| HSV(B) | 205.86º | 0.25% | 0.89% | - |
| XYZ | 51.94 | 56.86 | 81.64 | - |
| YUV | 195.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 228 | 0.25 | 0.11 | 0 | 0.11 | 205.86 | 0.52 | 0.78 |
| Hex | AA | CB | E4 | 19 | B | 0 | B | CE | 34 | 4E |
| Octal | 252 | 313 | 344 | 31 | 13 | 0 | 13 | 316 | 64 | 116 |
| Binary | 10101010 | 11001011 | 11100100 | 11001 | 1011 | 0 | 1011 | 11001110 | 110100 | 1001110 |
Color Harmonies of #AACBE4
Complementary color
Monochromatic Colors of #AACBE4
Black with #AACBE4
Text Example
Text Example
White with #AACBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBE4; }
p { color: rgb(170,203,228); }
H1.HeaderClassName
{
color: #AACBE4;
}
.AnyTagClassName
{
color: #AACBE4;
}
</style>
background-color css
<style>
a { background-color: #AACBE4; }
a { background-color: rgb(170,203,228); }
div.DivClassName
{
background-color: #AACBE4;
}
.BgClassName
{
background-color: #AACBE4;
}
</style>
border-color css
<style>
span { border-color: #AACBE4; }
span { border-color: rgb(170,203,228); }
td.TdClassName
{
border-color: #AACBE4;
}
.TagClassName
{
border-color: #AACBE4;
}
</style>