Shades of Sail #A2D4EC
Tints of Sail #A2D4EC
RGB
CMYK
RGB Variations
Color information
#A2D4EC (or 0xA2D4EC) is known color: Sail. HEX triplet: A2, D4 and EC. RGB value is (162,212,236). Sum of RGB (Red+Green+Blue) = 162+212+236=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2D4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D4EC is #5D2B13. Grayscale: #C7C7C7. Windows color (decimal): -6105876 or 15520930. OLE color: 15520930.
HSL color Cylindrical-coordinate representation of color #A2D4EC: hue angle of 199.46º 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 #A2D4EC is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 212 | 236 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.07 |
| HSL | 199.46º | 0.66% | 0.78% | - |
| HSV(B) | 199.46º | 0.31% | 0.93% | - |
| XYZ | 53.58 | 60.82 | 88.27 | - |
| YUV | 199.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 212 | 236 | 0.31 | 0.10 | 0 | 0.07 | 199.46 | 0.66 | 0.78 |
| Hex | A2 | D4 | EC | 1F | A | 0 | 7 | C7 | 42 | 4E |
| Octal | 242 | 324 | 354 | 37 | 12 | 0 | 7 | 307 | 102 | 116 |
| Binary | 10100010 | 11010100 | 11101100 | 11111 | 1010 | 0 | 111 | 11000111 | 1000010 | 1001110 |
Color Harmonies of #A2D4EC
Complementary color
Monochromatic Colors of #A2D4EC
Black with #A2D4EC
Text Example
Text Example
White with #A2D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D4EC; }
p { color: rgb(162,212,236); }
H1.HeaderClassName
{
color: #A2D4EC;
}
.AnyTagClassName
{
color: #A2D4EC;
}
</style>
background-color css
<style>
a { background-color: #A2D4EC; }
a { background-color: rgb(162,212,236); }
div.DivClassName
{
background-color: #A2D4EC;
}
.BgClassName
{
background-color: #A2D4EC;
}
</style>
border-color css
<style>
span { border-color: #A2D4EC; }
span { border-color: rgb(162,212,236); }
td.TdClassName
{
border-color: #A2D4EC;
}
.TagClassName
{
border-color: #A2D4EC;
}
</style>