Shades of Sail #A2D0EC
Tints of Sail #A2D0EC
RGB
CMYK
RGB Variations
Color information
#A2D0EC (or 0xA2D0EC) is known color: Sail. HEX triplet: A2, D0 and EC. RGB value is (162,208,236). Sum of RGB (Red+Green+Blue) = 162+208+236=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2D0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D0EC is #5D2F13. Grayscale: #C5C5C5. Windows color (decimal): -6106900 or 15519906. OLE color: 15519906.
HSL color Cylindrical-coordinate representation of color #A2D0EC: hue angle of 202.7º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D0EC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 208 | 236 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.07 |
| HSL | 202.7º | 0.66% | 0.78% | - |
| HSV(B) | 202.7º | 0.31% | 0.93% | - |
| XYZ | 52.6 | 58.85 | 87.94 | - |
| YUV | 197.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 236 | 0.31 | 0.12 | 0 | 0.07 | 202.7 | 0.66 | 0.78 |
| Hex | A2 | D0 | EC | 1F | C | 0 | 7 | CB | 42 | 4E |
| Octal | 242 | 320 | 354 | 37 | 14 | 0 | 7 | 313 | 102 | 116 |
| Binary | 10100010 | 11010000 | 11101100 | 11111 | 1100 | 0 | 111 | 11001011 | 1000010 | 1001110 |
Color Harmonies of #A2D0EC
Complementary color
Monochromatic Colors of #A2D0EC
Black with #A2D0EC
Text Example
Text Example
White with #A2D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0EC; }
p { color: rgb(162,208,236); }
H1.HeaderClassName
{
color: #A2D0EC;
}
.AnyTagClassName
{
color: #A2D0EC;
}
</style>
background-color css
<style>
a { background-color: #A2D0EC; }
a { background-color: rgb(162,208,236); }
div.DivClassName
{
background-color: #A2D0EC;
}
.BgClassName
{
background-color: #A2D0EC;
}
</style>
border-color css
<style>
span { border-color: #A2D0EC; }
span { border-color: rgb(162,208,236); }
td.TdClassName
{
border-color: #A2D0EC;
}
.TagClassName
{
border-color: #A2D0EC;
}
</style>