Shades of Sail #A2CEEA
Tints of Sail #A2CEEA
RGB
CMYK
RGB Variations
Color information
#A2CEEA (or 0xA2CEEA) is known color: Sail. HEX triplet: A2, CE and EA. RGB value is (162,206,234). Sum of RGB (Red+Green+Blue) = 162+206+234=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEEA is #5D3115. Grayscale: #C3C3C3. Windows color (decimal): -6107414 or 15388322. OLE color: 15388322.
HSL color Cylindrical-coordinate representation of color #A2CEEA: hue angle of 203.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2CEEA is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 206 | 234 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.08 |
| HSL | 203.33º | 0.63% | 0.78% | - |
| HSV(B) | 203.33º | 0.31% | 0.92% | - |
| XYZ | 51.82 | 57.76 | 86.26 | - |
| YUV | 196.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 234 | 0.31 | 0.12 | 0 | 0.08 | 203.33 | 0.63 | 0.78 |
| Hex | A2 | CE | EA | 1F | C | 0 | 8 | CB | 3F | 4E |
| Octal | 242 | 316 | 352 | 37 | 14 | 0 | 10 | 313 | 77 | 116 |
| Binary | 10100010 | 11001110 | 11101010 | 11111 | 1100 | 0 | 1000 | 11001011 | 111111 | 1001110 |
Color Harmonies of #A2CEEA
Complementary color
Monochromatic Colors of #A2CEEA
Black with #A2CEEA
Text Example
Text Example
White with #A2CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEEA; }
p { color: rgb(162,206,234); }
H1.HeaderClassName
{
color: #A2CEEA;
}
.AnyTagClassName
{
color: #A2CEEA;
}
</style>
background-color css
<style>
a { background-color: #A2CEEA; }
a { background-color: rgb(162,206,234); }
div.DivClassName
{
background-color: #A2CEEA;
}
.BgClassName
{
background-color: #A2CEEA;
}
</style>
border-color css
<style>
span { border-color: #A2CEEA; }
span { border-color: rgb(162,206,234); }
td.TdClassName
{
border-color: #A2CEEA;
}
.TagClassName
{
border-color: #A2CEEA;
}
</style>