Shades of Sail #A2CAE9
Tints of Sail #A2CAE9
RGB
CMYK
RGB Variations
Color information
#A2CAE9 (or 0xA2CAE9) is known color: Sail. HEX triplet: A2, CA and E9. RGB value is (162,202,233). Sum of RGB (Red+Green+Blue) = 162+202+233=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #A2CAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CAE9 is #5D3516. Grayscale: #C1C1C1. Windows color (decimal): -6108439 or 15321762. OLE color: 15321762.
HSL color Cylindrical-coordinate representation of color #A2CAE9: hue angle of 206.2º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2CAE9 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 202 | 233 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.09 |
| HSL | 206.2º | 0.62% | 0.77% | - |
| HSV(B) | 206.2º | 0.3% | 0.91% | - |
| XYZ | 50.73 | 55.81 | 85.19 | - |
| YUV | 193.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 233 | 0.30 | 0.13 | 0 | 0.09 | 206.2 | 0.62 | 0.77 |
| Hex | A2 | CA | E9 | 1E | D | 0 | 9 | CE | 3E | 4D |
| Octal | 242 | 312 | 351 | 36 | 15 | 0 | 11 | 316 | 76 | 115 |
| Binary | 10100010 | 11001010 | 11101001 | 11110 | 1101 | 0 | 1001 | 11001110 | 111110 | 1001101 |
Color Harmonies of #A2CAE9
Complementary color
Monochromatic Colors of #A2CAE9
Black with #A2CAE9
Text Example
Text Example
White with #A2CAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CAE9; }
p { color: rgb(162,202,233); }
H1.HeaderClassName
{
color: #A2CAE9;
}
.AnyTagClassName
{
color: #A2CAE9;
}
</style>
background-color css
<style>
a { background-color: #A2CAE9; }
a { background-color: rgb(162,202,233); }
div.DivClassName
{
background-color: #A2CAE9;
}
.BgClassName
{
background-color: #A2CAE9;
}
</style>
border-color css
<style>
span { border-color: #A2CAE9; }
span { border-color: rgb(162,202,233); }
td.TdClassName
{
border-color: #A2CAE9;
}
.TagClassName
{
border-color: #A2CAE9;
}
</style>