Shades of Sail #A2C5DD
Tints of Sail #A2C5DD
RGB
CMYK
RGB Variations
Color information
#A2C5DD (or 0xA2C5DD) is known color: Sail. HEX triplet: A2, C5 and DD. RGB value is (162,197,221). Sum of RGB (Red+Green+Blue) = 162+197+221=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2C5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C5DD is #5D3A22. Grayscale: #BDBDBD. Windows color (decimal): -6109731 or 14534050. OLE color: 14534050.
HSL color Cylindrical-coordinate representation of color #A2C5DD: hue angle of 204.41º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C5DD is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 197 | 221 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.13 |
| HSL | 204.41º | 0.46% | 0.75% | - |
| HSV(B) | 204.41º | 0.27% | 0.87% | - |
| XYZ | 47.92 | 52.83 | 76.08 | - |
| YUV | 189.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 221 | 0.27 | 0.11 | 0 | 0.13 | 204.41 | 0.46 | 0.75 |
| Hex | A2 | C5 | DD | 1B | B | 0 | D | CC | 2E | 4B |
| Octal | 242 | 305 | 335 | 33 | 13 | 0 | 15 | 314 | 56 | 113 |
| Binary | 10100010 | 11000101 | 11011101 | 11011 | 1011 | 0 | 1101 | 11001100 | 101110 | 1001011 |
Color Harmonies of #A2C5DD
Complementary color
Monochromatic Colors of #A2C5DD
Black with #A2C5DD
Text Example
Text Example
White with #A2C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C5DD; }
p { color: rgb(162,197,221); }
H1.HeaderClassName
{
color: #A2C5DD;
}
.AnyTagClassName
{
color: #A2C5DD;
}
</style>
background-color css
<style>
a { background-color: #A2C5DD; }
a { background-color: rgb(162,197,221); }
div.DivClassName
{
background-color: #A2C5DD;
}
.BgClassName
{
background-color: #A2C5DD;
}
</style>
border-color css
<style>
span { border-color: #A2C5DD; }
span { border-color: rgb(162,197,221); }
td.TdClassName
{
border-color: #A2C5DD;
}
.TagClassName
{
border-color: #A2C5DD;
}
</style>