Shades of Sail #A0CFEE
Tints of Sail #A0CFEE
RGB
CMYK
RGB Variations
Color information
#A0CFEE (or 0xA0CFEE) is known color: Sail. HEX triplet: A0, CF and EE. RGB value is (160,207,238). Sum of RGB (Red+Green+Blue) = 160+207+238=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFEE is #5F3011. Grayscale: #C4C4C4. Windows color (decimal): -6238226 or 15650720. OLE color: 15650720.
HSL color Cylindrical-coordinate representation of color #A0CFEE: hue angle of 203.85º 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 #A0CFEE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 207 | 238 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.07 |
| HSL | 203.85º | 0.7% | 0.78% | - |
| HSV(B) | 203.85º | 0.33% | 0.93% | - |
| XYZ | 52.24 | 58.27 | 89.38 | - |
| YUV | 196.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 238 | 0.33 | 0.13 | 0 | 0.07 | 203.85 | 0.7 | 0.78 |
| Hex | A0 | CF | EE | 21 | D | 0 | 7 | CC | 46 | 4E |
| Octal | 240 | 317 | 356 | 41 | 15 | 0 | 7 | 314 | 106 | 116 |
| Binary | 10100000 | 11001111 | 11101110 | 100001 | 1101 | 0 | 111 | 11001100 | 1000110 | 1001110 |
Color Harmonies of #A0CFEE
Complementary color
Monochromatic Colors of #A0CFEE
Black with #A0CFEE
Text Example
Text Example
White with #A0CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFEE; }
p { color: rgb(160,207,238); }
H1.HeaderClassName
{
color: #A0CFEE;
}
.AnyTagClassName
{
color: #A0CFEE;
}
</style>
background-color css
<style>
a { background-color: #A0CFEE; }
a { background-color: rgb(160,207,238); }
div.DivClassName
{
background-color: #A0CFEE;
}
.BgClassName
{
background-color: #A0CFEE;
}
</style>
border-color css
<style>
span { border-color: #A0CFEE; }
span { border-color: rgb(160,207,238); }
td.TdClassName
{
border-color: #A0CFEE;
}
.TagClassName
{
border-color: #A0CFEE;
}
</style>