Shades of Sail #A0CBEF
Tints of Sail #A0CBEF
RGB
CMYK
RGB Variations
Color information
#A0CBEF (or 0xA0CBEF) is known color: Sail. HEX triplet: A0, CB and EF. RGB value is (160,203,239). Sum of RGB (Red+Green+Blue) = 160+203+239=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBEF is #5F3410. Grayscale: #C2C2C2. Windows color (decimal): -6239249 or 15715232. OLE color: 15715232.
HSL color Cylindrical-coordinate representation of color #A0CBEF: hue angle of 207.34º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0CBEF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 203 | 239 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.06 |
| HSL | 207.34º | 0.71% | 0.78% | - |
| HSV(B) | 207.34º | 0.33% | 0.94% | - |
| XYZ | 51.43 | 56.42 | 89.84 | - |
| YUV | 194.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 239 | 0.33 | 0.15 | 0 | 0.06 | 207.34 | 0.71 | 0.78 |
| Hex | A0 | CB | EF | 21 | F | 0 | 6 | CF | 47 | 4E |
| Octal | 240 | 313 | 357 | 41 | 17 | 0 | 6 | 317 | 107 | 116 |
| Binary | 10100000 | 11001011 | 11101111 | 100001 | 1111 | 0 | 110 | 11001111 | 1000111 | 1001110 |
Color Harmonies of #A0CBEF
Complementary color
Monochromatic Colors of #A0CBEF
Black with #A0CBEF
Text Example
Text Example
White with #A0CBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CBEF; }
p { color: rgb(160,203,239); }
H1.HeaderClassName
{
color: #A0CBEF;
}
.AnyTagClassName
{
color: #A0CBEF;
}
</style>
background-color css
<style>
a { background-color: #A0CBEF; }
a { background-color: rgb(160,203,239); }
div.DivClassName
{
background-color: #A0CBEF;
}
.BgClassName
{
background-color: #A0CBEF;
}
</style>
border-color css
<style>
span { border-color: #A0CBEF; }
span { border-color: rgb(160,203,239); }
td.TdClassName
{
border-color: #A0CBEF;
}
.TagClassName
{
border-color: #A0CBEF;
}
</style>