Shades of Sail #A0C8F2
Tints of Sail #A0C8F2
RGB
CMYK
RGB Variations
Color information
#A0C8F2 (or 0xA0C8F2) is known color: Sail. HEX triplet: A0, C8 and F2. RGB value is (160,200,242). Sum of RGB (Red+Green+Blue) = 160+200+242=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0C8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C8F2 is #5F370D. Grayscale: #C0C0C0. Windows color (decimal): -6240014 or 15911072. OLE color: 15911072.
HSL color Cylindrical-coordinate representation of color #A0C8F2: hue angle of 210.73º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0C8F2 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 200 | 242 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.05 |
| HSL | 210.73º | 0.76% | 0.79% | - |
| HSV(B) | 210.73º | 0.34% | 0.95% | - |
| XYZ | 51.18 | 55.19 | 91.96 | - |
| YUV | 192.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 242 | 0.34 | 0.17 | 0 | 0.05 | 210.73 | 0.76 | 0.79 |
| Hex | A0 | C8 | F2 | 22 | 11 | 0 | 5 | D3 | 4C | 4F |
| Octal | 240 | 310 | 362 | 42 | 21 | 0 | 5 | 323 | 114 | 117 |
| Binary | 10100000 | 11001000 | 11110010 | 100010 | 10001 | 0 | 101 | 11010011 | 1001100 | 1001111 |
Color Harmonies of #A0C8F2
Complementary color
Monochromatic Colors of #A0C8F2
Black with #A0C8F2
Text Example
Text Example
White with #A0C8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C8F2; }
p { color: rgb(160,200,242); }
H1.HeaderClassName
{
color: #A0C8F2;
}
.AnyTagClassName
{
color: #A0C8F2;
}
</style>
background-color css
<style>
a { background-color: #A0C8F2; }
a { background-color: rgb(160,200,242); }
div.DivClassName
{
background-color: #A0C8F2;
}
.BgClassName
{
background-color: #A0C8F2;
}
</style>
border-color css
<style>
span { border-color: #A0C8F2; }
span { border-color: rgb(160,200,242); }
td.TdClassName
{
border-color: #A0C8F2;
}
.TagClassName
{
border-color: #A0C8F2;
}
</style>