Shades of Sail #A2D1EF
Tints of Sail #A2D1EF
RGB
CMYK
RGB Variations
Color information
#A2D1EF (or 0xA2D1EF) is known color: Sail. HEX triplet: A2, D1 and EF. RGB value is (162,209,239). Sum of RGB (Red+Green+Blue) = 162+209+239=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2D1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D1EF is #5D2E10. Grayscale: #C6C6C6. Windows color (decimal): -6106641 or 15716770. OLE color: 15716770.
HSL color Cylindrical-coordinate representation of color #A2D1EF: hue angle of 203.38º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2D1EF is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 209 | 239 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.06 |
| HSL | 203.38º | 0.71% | 0.79% | - |
| HSV(B) | 203.38º | 0.32% | 0.94% | - |
| XYZ | 53.28 | 59.51 | 90.34 | - |
| YUV | 198.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 239 | 0.32 | 0.13 | 0 | 0.06 | 203.38 | 0.71 | 0.79 |
| Hex | A2 | D1 | EF | 20 | D | 0 | 6 | CB | 47 | 4F |
| Octal | 242 | 321 | 357 | 40 | 15 | 0 | 6 | 313 | 107 | 117 |
| Binary | 10100010 | 11010001 | 11101111 | 100000 | 1101 | 0 | 110 | 11001011 | 1000111 | 1001111 |
Color Harmonies of #A2D1EF
Complementary color
Monochromatic Colors of #A2D1EF
Black with #A2D1EF
Text Example
Text Example
White with #A2D1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1EF; }
p { color: rgb(162,209,239); }
H1.HeaderClassName
{
color: #A2D1EF;
}
.AnyTagClassName
{
color: #A2D1EF;
}
</style>
background-color css
<style>
a { background-color: #A2D1EF; }
a { background-color: rgb(162,209,239); }
div.DivClassName
{
background-color: #A2D1EF;
}
.BgClassName
{
background-color: #A2D1EF;
}
</style>
border-color css
<style>
span { border-color: #A2D1EF; }
span { border-color: rgb(162,209,239); }
td.TdClassName
{
border-color: #A2D1EF;
}
.TagClassName
{
border-color: #A2D1EF;
}
</style>