Shades of Sail #A0CCF0
Tints of Sail #A0CCF0
RGB
CMYK
RGB Variations
Color information
#A0CCF0 (or 0xA0CCF0) is known color: Sail. HEX triplet: A0, CC and F0. RGB value is (160,204,240). Sum of RGB (Red+Green+Blue) = 160+204+240=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCF0 is #5F330F. Grayscale: #C2C2C2. Windows color (decimal): -6238992 or 15781024. OLE color: 15781024.
HSL color Cylindrical-coordinate representation of color #A0CCF0: hue angle of 207º degrees, saturation: 0.73, 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 #A0CCF0 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 204 | 240 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.06 |
| HSL | 207º | 0.73% | 0.78% | - |
| HSV(B) | 207º | 0.33% | 0.94% | - |
| XYZ | 51.82 | 56.95 | 90.7 | - |
| YUV | 194.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 240 | 0.33 | 0.15 | 0 | 0.06 | 207 | 0.73 | 0.78 |
| Hex | A0 | CC | F0 | 21 | F | 0 | 6 | CF | 49 | 4E |
| Octal | 240 | 314 | 360 | 41 | 17 | 0 | 6 | 317 | 111 | 116 |
| Binary | 10100000 | 11001100 | 11110000 | 100001 | 1111 | 0 | 110 | 11001111 | 1001001 | 1001110 |
Color Harmonies of #A0CCF0
Complementary color
Monochromatic Colors of #A0CCF0
Black with #A0CCF0
Text Example
Text Example
White with #A0CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CCF0; }
p { color: rgb(160,204,240); }
H1.HeaderClassName
{
color: #A0CCF0;
}
.AnyTagClassName
{
color: #A0CCF0;
}
</style>
background-color css
<style>
a { background-color: #A0CCF0; }
a { background-color: rgb(160,204,240); }
div.DivClassName
{
background-color: #A0CCF0;
}
.BgClassName
{
background-color: #A0CCF0;
}
</style>
border-color css
<style>
span { border-color: #A0CCF0; }
span { border-color: rgb(160,204,240); }
td.TdClassName
{
border-color: #A0CCF0;
}
.TagClassName
{
border-color: #A0CCF0;
}
</style>