Shades of Sail #A2D1EC
Tints of Sail #A2D1EC
RGB
CMYK
RGB Variations
Color information
#A2D1EC (or 0xA2D1EC) is known color: Sail. HEX triplet: A2, D1 and EC. RGB value is (162,209,236). Sum of RGB (Red+Green+Blue) = 162+209+236=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2D1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D1EC is #5D2E13. Grayscale: #C5C5C5. Windows color (decimal): -6106644 or 15520162. OLE color: 15520162.
HSL color Cylindrical-coordinate representation of color #A2D1EC: hue angle of 201.89º 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 #A2D1EC is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 209 | 236 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.07 |
| HSL | 201.89º | 0.66% | 0.78% | - |
| HSV(B) | 201.89º | 0.31% | 0.93% | - |
| XYZ | 52.84 | 59.34 | 88.03 | - |
| YUV | 198.03 | 149.43 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 236 | 0.31 | 0.11 | 0 | 0.07 | 201.89 | 0.66 | 0.78 |
| Hex | A2 | D1 | EC | 1F | B | 0 | 7 | CA | 42 | 4E |
| Octal | 242 | 321 | 354 | 37 | 13 | 0 | 7 | 312 | 102 | 116 |
| Binary | 10100010 | 11010001 | 11101100 | 11111 | 1011 | 0 | 111 | 11001010 | 1000010 | 1001110 |
Color Harmonies of #A2D1EC
Complementary color
Monochromatic Colors of #A2D1EC
Black with #A2D1EC
Text Example
Text Example
White with #A2D1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1EC; }
p { color: rgb(162,209,236); }
H1.HeaderClassName
{
color: #A2D1EC;
}
.AnyTagClassName
{
color: #A2D1EC;
}
</style>
background-color css
<style>
a { background-color: #A2D1EC; }
a { background-color: rgb(162,209,236); }
div.DivClassName
{
background-color: #A2D1EC;
}
.BgClassName
{
background-color: #A2D1EC;
}
</style>
border-color css
<style>
span { border-color: #A2D1EC; }
span { border-color: rgb(162,209,236); }
td.TdClassName
{
border-color: #A2D1EC;
}
.TagClassName
{
border-color: #A2D1EC;
}
</style>