Shades of Sail #A0CBED
Tints of Sail #A0CBED
RGB
CMYK
RGB Variations
Color information
#A0CBED (or 0xA0CBED) is known color: Sail. HEX triplet: A0, CB and ED. RGB value is (160,203,237). Sum of RGB (Red+Green+Blue) = 160+203+237=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBED is #5F3412. Grayscale: #C1C1C1. Windows color (decimal): -6239251 or 15584160. OLE color: 15584160.
HSL color Cylindrical-coordinate representation of color #A0CBED: hue angle of 206.49º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CBED is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 203 | 237 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.07 |
| HSL | 206.49º | 0.68% | 0.78% | - |
| HSV(B) | 206.49º | 0.32% | 0.93% | - |
| XYZ | 51.14 | 56.3 | 88.29 | - |
| YUV | 194.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 237 | 0.32 | 0.14 | 0 | 0.07 | 206.49 | 0.68 | 0.78 |
| Hex | A0 | CB | ED | 20 | E | 0 | 7 | CE | 44 | 4E |
| Octal | 240 | 313 | 355 | 40 | 16 | 0 | 7 | 316 | 104 | 116 |
| Binary | 10100000 | 11001011 | 11101101 | 100000 | 1110 | 0 | 111 | 11001110 | 1000100 | 1001110 |
Color Harmonies of #A0CBED
Complementary color
Monochromatic Colors of #A0CBED
Black with #A0CBED
Text Example
Text Example
White with #A0CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBED; }
p { color: rgb(160,203,237); }
H1.HeaderClassName
{
color: #A0CBED;
}
.AnyTagClassName
{
color: #A0CBED;
}
</style>
background-color css
<style>
a { background-color: #A0CBED; }
a { background-color: rgb(160,203,237); }
div.DivClassName
{
background-color: #A0CBED;
}
.BgClassName
{
background-color: #A0CBED;
}
</style>
border-color css
<style>
span { border-color: #A0CBED; }
span { border-color: rgb(160,203,237); }
td.TdClassName
{
border-color: #A0CBED;
}
.TagClassName
{
border-color: #A0CBED;
}
</style>