Shades of Sail #A0CEF2
Tints of Sail #A0CEF2
RGB
CMYK
RGB Variations
Color information
#A0CEF2 (or 0xA0CEF2) is known color: Sail. HEX triplet: A0, CE and F2. RGB value is (160,206,242). Sum of RGB (Red+Green+Blue) = 160+206+242=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEF2 is #5F310D. Grayscale: #C4C4C4. Windows color (decimal): -6238478 or 15912608. OLE color: 15912608.
HSL color Cylindrical-coordinate representation of color #A0CEF2: hue angle of 206.34º 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 #A0CEF2 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 206 | 242 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.05 |
| HSL | 206.34º | 0.76% | 0.79% | - |
| HSV(B) | 206.34º | 0.34% | 0.95% | - |
| XYZ | 52.6 | 58.03 | 92.43 | - |
| YUV | 196.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 242 | 0.34 | 0.15 | 0 | 0.05 | 206.34 | 0.76 | 0.79 |
| Hex | A0 | CE | F2 | 22 | F | 0 | 5 | CE | 4C | 4F |
| Octal | 240 | 316 | 362 | 42 | 17 | 0 | 5 | 316 | 114 | 117 |
| Binary | 10100000 | 11001110 | 11110010 | 100010 | 1111 | 0 | 101 | 11001110 | 1001100 | 1001111 |
Color Harmonies of #A0CEF2
Complementary color
Monochromatic Colors of #A0CEF2
Black with #A0CEF2
Text Example
Text Example
White with #A0CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CEF2; }
p { color: rgb(160,206,242); }
H1.HeaderClassName
{
color: #A0CEF2;
}
.AnyTagClassName
{
color: #A0CEF2;
}
</style>
background-color css
<style>
a { background-color: #A0CEF2; }
a { background-color: rgb(160,206,242); }
div.DivClassName
{
background-color: #A0CEF2;
}
.BgClassName
{
background-color: #A0CEF2;
}
</style>
border-color css
<style>
span { border-color: #A0CEF2; }
span { border-color: rgb(160,206,242); }
td.TdClassName
{
border-color: #A0CEF2;
}
.TagClassName
{
border-color: #A0CEF2;
}
</style>