Shades of Sail #A0CFE6
Tints of Sail #A0CFE6
RGB
CMYK
RGB Variations
Color information
#A0CFE6 (or 0xA0CFE6) is known color: Sail. HEX triplet: A0, CF and E6. RGB value is (160,207,230). Sum of RGB (Red+Green+Blue) = 160+207+230=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #A0CFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFE6 is #5F3019. Grayscale: #C3C3C3. Windows color (decimal): -6238234 or 15126432. OLE color: 15126432.
HSL color Cylindrical-coordinate representation of color #A0CFE6: hue angle of 199.71º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0CFE6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 207 | 230 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.10 |
| HSL | 199.71º | 0.58% | 0.76% | - |
| HSV(B) | 199.71º | 0.3% | 0.9% | - |
| XYZ | 51.09 | 57.81 | 83.33 | - |
| YUV | 195.57 | 147.43 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 230 | 0.30 | 0.10 | 0 | 0.10 | 199.71 | 0.58 | 0.76 |
| Hex | A0 | CF | E6 | 1E | A | 0 | A | C8 | 3A | 4C |
| Octal | 240 | 317 | 346 | 36 | 12 | 0 | 12 | 310 | 72 | 114 |
| Binary | 10100000 | 11001111 | 11100110 | 11110 | 1010 | 0 | 1010 | 11001000 | 111010 | 1001100 |
Color Harmonies of #A0CFE6
Complementary color
Monochromatic Colors of #A0CFE6
Black with #A0CFE6
Text Example
Text Example
White with #A0CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFE6; }
p { color: rgb(160,207,230); }
H1.HeaderClassName
{
color: #A0CFE6;
}
.AnyTagClassName
{
color: #A0CFE6;
}
</style>
background-color css
<style>
a { background-color: #A0CFE6; }
a { background-color: rgb(160,207,230); }
div.DivClassName
{
background-color: #A0CFE6;
}
.BgClassName
{
background-color: #A0CFE6;
}
</style>
border-color css
<style>
span { border-color: #A0CFE6; }
span { border-color: rgb(160,207,230); }
td.TdClassName
{
border-color: #A0CFE6;
}
.TagClassName
{
border-color: #A0CFE6;
}
</style>