Shades of Sail #A0CEE8
Tints of Sail #A0CEE8
RGB
CMYK
RGB Variations
Color information
#A0CEE8 (or 0xA0CEE8) is known color: Sail. HEX triplet: A0, CE and E8. RGB value is (160,206,232). Sum of RGB (Red+Green+Blue) = 160+206+232=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #A0CEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEE8 is #5F3117. Grayscale: #C3C3C3. Windows color (decimal): -6238488 or 15257248. OLE color: 15257248.
HSL color Cylindrical-coordinate representation of color #A0CEE8: hue angle of 201.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0CEE8 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 206 | 232 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.09 |
| HSL | 201.67º | 0.61% | 0.77% | - |
| HSV(B) | 201.67º | 0.31% | 0.91% | - |
| XYZ | 51.13 | 57.44 | 84.74 | - |
| YUV | 195.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 232 | 0.31 | 0.11 | 0 | 0.09 | 201.67 | 0.61 | 0.77 |
| Hex | A0 | CE | E8 | 1F | B | 0 | 9 | CA | 3D | 4D |
| Octal | 240 | 316 | 350 | 37 | 13 | 0 | 11 | 312 | 75 | 115 |
| Binary | 10100000 | 11001110 | 11101000 | 11111 | 1011 | 0 | 1001 | 11001010 | 111101 | 1001101 |
Color Harmonies of #A0CEE8
Complementary color
Monochromatic Colors of #A0CEE8
Black with #A0CEE8
Text Example
Text Example
White with #A0CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEE8; }
p { color: rgb(160,206,232); }
H1.HeaderClassName
{
color: #A0CEE8;
}
.AnyTagClassName
{
color: #A0CEE8;
}
</style>
background-color css
<style>
a { background-color: #A0CEE8; }
a { background-color: rgb(160,206,232); }
div.DivClassName
{
background-color: #A0CEE8;
}
.BgClassName
{
background-color: #A0CEE8;
}
</style>
border-color css
<style>
span { border-color: #A0CEE8; }
span { border-color: rgb(160,206,232); }
td.TdClassName
{
border-color: #A0CEE8;
}
.TagClassName
{
border-color: #A0CEE8;
}
</style>