Shades of Sail #AACBE7
Tints of Sail #AACBE7
RGB
CMYK
RGB Variations
Color information
#AACBE7 (or 0xAACBE7) is known color: Sail. HEX triplet: AA, CB and E7. RGB value is (170,203,231). Sum of RGB (Red+Green+Blue) = 170+203+231=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #AACBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBE7 is #553418. Grayscale: #C4C4C4. Windows color (decimal): -5583897 or 15190954. OLE color: 15190954.
HSL color Cylindrical-coordinate representation of color #AACBE7: hue angle of 207.54º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACBE7 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 203 | 231 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.09 |
| HSL | 207.54º | 0.56% | 0.79% | - |
| HSV(B) | 207.54º | 0.26% | 0.91% | - |
| XYZ | 52.36 | 57.03 | 83.85 | - |
| YUV | 196.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 231 | 0.26 | 0.12 | 0 | 0.09 | 207.54 | 0.56 | 0.79 |
| Hex | AA | CB | E7 | 1A | C | 0 | 9 | D0 | 38 | 4F |
| Octal | 252 | 313 | 347 | 32 | 14 | 0 | 11 | 320 | 70 | 117 |
| Binary | 10101010 | 11001011 | 11100111 | 11010 | 1100 | 0 | 1001 | 11010000 | 111000 | 1001111 |
Color Harmonies of #AACBE7
Complementary color
Monochromatic Colors of #AACBE7
Black with #AACBE7
Text Example
Text Example
White with #AACBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBE7; }
p { color: rgb(170,203,231); }
H1.HeaderClassName
{
color: #AACBE7;
}
.AnyTagClassName
{
color: #AACBE7;
}
</style>
background-color css
<style>
a { background-color: #AACBE7; }
a { background-color: rgb(170,203,231); }
div.DivClassName
{
background-color: #AACBE7;
}
.BgClassName
{
background-color: #AACBE7;
}
</style>
border-color css
<style>
span { border-color: #AACBE7; }
span { border-color: rgb(170,203,231); }
td.TdClassName
{
border-color: #AACBE7;
}
.TagClassName
{
border-color: #AACBE7;
}
</style>