Shades of Sail #A2D1EB
Tints of Sail #A2D1EB
RGB
CMYK
RGB Variations
Color information
#A2D1EB (or 0xA2D1EB) is known color: Sail. HEX triplet: A2, D1 and EB. RGB value is (162,209,235). Sum of RGB (Red+Green+Blue) = 162+209+235=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2D1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D1EB is #5D2E14. Grayscale: #C5C5C5. Windows color (decimal): -6106645 or 15454626. OLE color: 15454626.
HSL color Cylindrical-coordinate representation of color #A2D1EB: hue angle of 201.37º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2D1EB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 209 | 235 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.08 |
| HSL | 201.37º | 0.65% | 0.78% | - |
| HSV(B) | 201.37º | 0.31% | 0.92% | - |
| XYZ | 52.7 | 59.28 | 87.26 | - |
| YUV | 197.91 | 148.93 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 235 | 0.31 | 0.11 | 0 | 0.08 | 201.37 | 0.65 | 0.78 |
| Hex | A2 | D1 | EB | 1F | B | 0 | 8 | C9 | 41 | 4E |
| Octal | 242 | 321 | 353 | 37 | 13 | 0 | 10 | 311 | 101 | 116 |
| Binary | 10100010 | 11010001 | 11101011 | 11111 | 1011 | 0 | 1000 | 11001001 | 1000001 | 1001110 |
Color Harmonies of #A2D1EB
Complementary color
Monochromatic Colors of #A2D1EB
Black with #A2D1EB
Text Example
Text Example
White with #A2D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1EB; }
p { color: rgb(162,209,235); }
H1.HeaderClassName
{
color: #A2D1EB;
}
.AnyTagClassName
{
color: #A2D1EB;
}
</style>
background-color css
<style>
a { background-color: #A2D1EB; }
a { background-color: rgb(162,209,235); }
div.DivClassName
{
background-color: #A2D1EB;
}
.BgClassName
{
background-color: #A2D1EB;
}
</style>
border-color css
<style>
span { border-color: #A2D1EB; }
span { border-color: rgb(162,209,235); }
td.TdClassName
{
border-color: #A2D1EB;
}
.TagClassName
{
border-color: #A2D1EB;
}
</style>