Shades of Sail #A2D1EA
Tints of Sail #A2D1EA
RGB
CMYK
RGB Variations
Color information
#A2D1EA (or 0xA2D1EA) is known color: Sail. HEX triplet: A2, D1 and EA. RGB value is (162,209,234). Sum of RGB (Red+Green+Blue) = 162+209+234=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2D1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D1EA is #5D2E15. Grayscale: #C5C5C5. Windows color (decimal): -6106646 or 15389090. OLE color: 15389090.
HSL color Cylindrical-coordinate representation of color #A2D1EA: hue angle of 200.83º degrees, saturation: 0.63, 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 #A2D1EA is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 209 | 234 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.08 |
| HSL | 200.83º | 0.63% | 0.78% | - |
| HSV(B) | 200.83º | 0.31% | 0.92% | - |
| XYZ | 52.55 | 59.22 | 86.5 | - |
| YUV | 197.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 234 | 0.31 | 0.11 | 0 | 0.08 | 200.83 | 0.63 | 0.78 |
| Hex | A2 | D1 | EA | 1F | B | 0 | 8 | C9 | 3F | 4E |
| Octal | 242 | 321 | 352 | 37 | 13 | 0 | 10 | 311 | 77 | 116 |
| Binary | 10100010 | 11010001 | 11101010 | 11111 | 1011 | 0 | 1000 | 11001001 | 111111 | 1001110 |
Color Harmonies of #A2D1EA
Complementary color
Monochromatic Colors of #A2D1EA
Black with #A2D1EA
Text Example
Text Example
White with #A2D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D1EA; }
p { color: rgb(162,209,234); }
H1.HeaderClassName
{
color: #A2D1EA;
}
.AnyTagClassName
{
color: #A2D1EA;
}
</style>
background-color css
<style>
a { background-color: #A2D1EA; }
a { background-color: rgb(162,209,234); }
div.DivClassName
{
background-color: #A2D1EA;
}
.BgClassName
{
background-color: #A2D1EA;
}
</style>
border-color css
<style>
span { border-color: #A2D1EA; }
span { border-color: rgb(162,209,234); }
td.TdClassName
{
border-color: #A2D1EA;
}
.TagClassName
{
border-color: #A2D1EA;
}
</style>