Shades of Sail #A2CEE6
Tints of Sail #A2CEE6
RGB
CMYK
RGB Variations
Color information
#A2CEE6 (or 0xA2CEE6) is known color: Sail. HEX triplet: A2, CE and E6. RGB value is (162,206,230). Sum of RGB (Red+Green+Blue) = 162+206+230=598 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.09% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #A2CEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEE6 is #5D3119. Grayscale: #C3C3C3. Windows color (decimal): -6107418 or 15126178. OLE color: 15126178.
HSL color Cylindrical-coordinate representation of color #A2CEE6: hue angle of 201.18º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2CEE6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 206 | 230 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.10 |
| HSL | 201.18º | 0.58% | 0.77% | - |
| HSV(B) | 201.18º | 0.3% | 0.9% | - |
| XYZ | 51.25 | 57.54 | 83.27 | - |
| YUV | 195.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 230 | 0.30 | 0.10 | 0 | 0.10 | 201.18 | 0.58 | 0.77 |
| Hex | A2 | CE | E6 | 1E | A | 0 | A | C9 | 3A | 4D |
| Octal | 242 | 316 | 346 | 36 | 12 | 0 | 12 | 311 | 72 | 115 |
| Binary | 10100010 | 11001110 | 11100110 | 11110 | 1010 | 0 | 1010 | 11001001 | 111010 | 1001101 |
Color Harmonies of #A2CEE6
Complementary color
Monochromatic Colors of #A2CEE6
Black with #A2CEE6
Text Example
Text Example
White with #A2CEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEE6; }
p { color: rgb(162,206,230); }
H1.HeaderClassName
{
color: #A2CEE6;
}
.AnyTagClassName
{
color: #A2CEE6;
}
</style>
background-color css
<style>
a { background-color: #A2CEE6; }
a { background-color: rgb(162,206,230); }
div.DivClassName
{
background-color: #A2CEE6;
}
.BgClassName
{
background-color: #A2CEE6;
}
</style>
border-color css
<style>
span { border-color: #A2CEE6; }
span { border-color: rgb(162,206,230); }
td.TdClassName
{
border-color: #A2CEE6;
}
.TagClassName
{
border-color: #A2CEE6;
}
</style>