Shades of Sail #A2D6EF
Tints of Sail #A2D6EF
RGB
CMYK
RGB Variations
Color information
#A2D6EF (or 0xA2D6EF) is known color: Sail. HEX triplet: A2, D6 and EF. RGB value is (162,214,239). Sum of RGB (Red+Green+Blue) = 162+214+239=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2D6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D6EF is #5D2910. Grayscale: #C9C9C9. Windows color (decimal): -6105361 or 15718050. OLE color: 15718050.
HSL color Cylindrical-coordinate representation of color #A2D6EF: hue angle of 199.48º 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 #A2D6EF is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 214 | 239 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.06 |
| HSL | 199.48º | 0.71% | 0.79% | - |
| HSV(B) | 199.48º | 0.32% | 0.94% | - |
| XYZ | 54.53 | 62.01 | 90.76 | - |
| YUV | 201.3 | 149.27 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 239 | 0.32 | 0.10 | 0 | 0.06 | 199.48 | 0.71 | 0.79 |
| Hex | A2 | D6 | EF | 20 | A | 0 | 6 | C7 | 47 | 4F |
| Octal | 242 | 326 | 357 | 40 | 12 | 0 | 6 | 307 | 107 | 117 |
| Binary | 10100010 | 11010110 | 11101111 | 100000 | 1010 | 0 | 110 | 11000111 | 1000111 | 1001111 |
Color Harmonies of #A2D6EF
Complementary color
Monochromatic Colors of #A2D6EF
Black with #A2D6EF
Text Example
Text Example
White with #A2D6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6EF; }
p { color: rgb(162,214,239); }
H1.HeaderClassName
{
color: #A2D6EF;
}
.AnyTagClassName
{
color: #A2D6EF;
}
</style>
background-color css
<style>
a { background-color: #A2D6EF; }
a { background-color: rgb(162,214,239); }
div.DivClassName
{
background-color: #A2D6EF;
}
.BgClassName
{
background-color: #A2D6EF;
}
</style>
border-color css
<style>
span { border-color: #A2D6EF; }
span { border-color: rgb(162,214,239); }
td.TdClassName
{
border-color: #A2D6EF;
}
.TagClassName
{
border-color: #A2D6EF;
}
</style>