Shades of Sail #AACBE2
Tints of Sail #AACBE2
RGB
CMYK
RGB Variations
Color information
#AACBE2 (or 0xAACBE2) is known color: Sail. HEX triplet: AA, CB and E2. RGB value is (170,203,226). Sum of RGB (Red+Green+Blue) = 170+203+226=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #AACBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBE2 is #55341D. Grayscale: #C3C3C3. Windows color (decimal): -5583902 or 14863274. OLE color: 14863274.
HSL color Cylindrical-coordinate representation of color #AACBE2: hue angle of 204.64º degrees, saturation: 0.49, 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 #AACBE2 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 203 | 226 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.11 |
| HSL | 204.64º | 0.49% | 0.78% | - |
| HSV(B) | 204.64º | 0.25% | 0.89% | - |
| XYZ | 51.66 | 56.75 | 80.18 | - |
| YUV | 195.76 | 145.07 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 226 | 0.25 | 0.10 | 0 | 0.11 | 204.64 | 0.49 | 0.78 |
| Hex | AA | CB | E2 | 19 | A | 0 | B | CD | 31 | 4E |
| Octal | 252 | 313 | 342 | 31 | 12 | 0 | 13 | 315 | 61 | 116 |
| Binary | 10101010 | 11001011 | 11100010 | 11001 | 1010 | 0 | 1011 | 11001101 | 110001 | 1001110 |
Color Harmonies of #AACBE2
Complementary color
Monochromatic Colors of #AACBE2
Black with #AACBE2
Text Example
Text Example
White with #AACBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBE2; }
p { color: rgb(170,203,226); }
H1.HeaderClassName
{
color: #AACBE2;
}
.AnyTagClassName
{
color: #AACBE2;
}
</style>
background-color css
<style>
a { background-color: #AACBE2; }
a { background-color: rgb(170,203,226); }
div.DivClassName
{
background-color: #AACBE2;
}
.BgClassName
{
background-color: #AACBE2;
}
</style>
border-color css
<style>
span { border-color: #AACBE2; }
span { border-color: rgb(170,203,226); }
td.TdClassName
{
border-color: #AACBE2;
}
.TagClassName
{
border-color: #AACBE2;
}
</style>