Shades of Sail #A0CBEE
Tints of Sail #A0CBEE
RGB
CMYK
RGB Variations
Color information
#A0CBEE (or 0xA0CBEE) is known color: Sail. HEX triplet: A0, CB and EE. RGB value is (160,203,238). Sum of RGB (Red+Green+Blue) = 160+203+238=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0CBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBEE is #5F3411. Grayscale: #C1C1C1. Windows color (decimal): -6239250 or 15649696. OLE color: 15649696.
HSL color Cylindrical-coordinate representation of color #A0CBEE: hue angle of 206.92º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0CBEE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 203 | 238 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.07 |
| HSL | 206.92º | 0.7% | 0.78% | - |
| HSV(B) | 206.92º | 0.33% | 0.93% | - |
| XYZ | 51.29 | 56.36 | 89.06 | - |
| YUV | 194.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 238 | 0.33 | 0.15 | 0 | 0.07 | 206.92 | 0.7 | 0.78 |
| Hex | A0 | CB | EE | 21 | F | 0 | 7 | CF | 46 | 4E |
| Octal | 240 | 313 | 356 | 41 | 17 | 0 | 7 | 317 | 106 | 116 |
| Binary | 10100000 | 11001011 | 11101110 | 100001 | 1111 | 0 | 111 | 11001111 | 1000110 | 1001110 |
Color Harmonies of #A0CBEE
Complementary color
Monochromatic Colors of #A0CBEE
Black with #A0CBEE
Text Example
Text Example
White with #A0CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBEE; }
p { color: rgb(160,203,238); }
H1.HeaderClassName
{
color: #A0CBEE;
}
.AnyTagClassName
{
color: #A0CBEE;
}
</style>
background-color css
<style>
a { background-color: #A0CBEE; }
a { background-color: rgb(160,203,238); }
div.DivClassName
{
background-color: #A0CBEE;
}
.BgClassName
{
background-color: #A0CBEE;
}
</style>
border-color css
<style>
span { border-color: #A0CBEE; }
span { border-color: rgb(160,203,238); }
td.TdClassName
{
border-color: #A0CBEE;
}
.TagClassName
{
border-color: #A0CBEE;
}
</style>