Shades of Sail #A0CDF0
Tints of Sail #A0CDF0
RGB
CMYK
RGB Variations
Color information
#A0CDF0 (or 0xA0CDF0) is known color: Sail. HEX triplet: A0, CD and F0. RGB value is (160,205,240). Sum of RGB (Red+Green+Blue) = 160+205+240=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0CDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CDF0 is #5F320F. Grayscale: #C3C3C3. Windows color (decimal): -6238736 or 15781280. OLE color: 15781280.
HSL color Cylindrical-coordinate representation of color #A0CDF0: hue angle of 206.25º 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 #A0CDF0 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 205 | 240 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.06 |
| HSL | 206.25º | 0.73% | 0.78% | - |
| HSV(B) | 206.25º | 0.33% | 0.94% | - |
| XYZ | 52.06 | 57.43 | 90.78 | - |
| YUV | 195.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 240 | 0.33 | 0.15 | 0 | 0.06 | 206.25 | 0.73 | 0.78 |
| Hex | A0 | CD | F0 | 21 | F | 0 | 6 | CE | 49 | 4E |
| Octal | 240 | 315 | 360 | 41 | 17 | 0 | 6 | 316 | 111 | 116 |
| Binary | 10100000 | 11001101 | 11110000 | 100001 | 1111 | 0 | 110 | 11001110 | 1001001 | 1001110 |
Color Harmonies of #A0CDF0
Complementary color
Monochromatic Colors of #A0CDF0
Black with #A0CDF0
Text Example
Text Example
White with #A0CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CDF0; }
p { color: rgb(160,205,240); }
H1.HeaderClassName
{
color: #A0CDF0;
}
.AnyTagClassName
{
color: #A0CDF0;
}
</style>
background-color css
<style>
a { background-color: #A0CDF0; }
a { background-color: rgb(160,205,240); }
div.DivClassName
{
background-color: #A0CDF0;
}
.BgClassName
{
background-color: #A0CDF0;
}
</style>
border-color css
<style>
span { border-color: #A0CDF0; }
span { border-color: rgb(160,205,240); }
td.TdClassName
{
border-color: #A0CDF0;
}
.TagClassName
{
border-color: #A0CDF0;
}
</style>