Shades of Sail #A8D2EC
Tints of Sail #A8D2EC
RGB
CMYK
RGB Variations
Color information
#A8D2EC (or 0xA8D2EC) is known color: Sail. HEX triplet: A8, D2 and EC. RGB value is (168,210,236). Sum of RGB (Red+Green+Blue) = 168+210+236=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8D2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D2EC is #572D13. Grayscale: #C8C8C8. Windows color (decimal): -5713172 or 15520424. OLE color: 15520424.
HSL color Cylindrical-coordinate representation of color #A8D2EC: hue angle of 202.94º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D2EC is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 210 | 236 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.07 |
| HSL | 202.94º | 0.64% | 0.79% | - |
| HSV(B) | 202.94º | 0.29% | 0.93% | - |
| XYZ | 54.34 | 60.47 | 88.17 | - |
| YUV | 200.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 236 | 0.29 | 0.11 | 0 | 0.07 | 202.94 | 0.64 | 0.79 |
| Hex | A8 | D2 | EC | 1D | B | 0 | 7 | CB | 40 | 4F |
| Octal | 250 | 322 | 354 | 35 | 13 | 0 | 7 | 313 | 100 | 117 |
| Binary | 10101000 | 11010010 | 11101100 | 11101 | 1011 | 0 | 111 | 11001011 | 1000000 | 1001111 |
Color Harmonies of #A8D2EC
Complementary color
Monochromatic Colors of #A8D2EC
Black with #A8D2EC
Text Example
Text Example
White with #A8D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2EC; }
p { color: rgb(168,210,236); }
H1.HeaderClassName
{
color: #A8D2EC;
}
.AnyTagClassName
{
color: #A8D2EC;
}
</style>
background-color css
<style>
a { background-color: #A8D2EC; }
a { background-color: rgb(168,210,236); }
div.DivClassName
{
background-color: #A8D2EC;
}
.BgClassName
{
background-color: #A8D2EC;
}
</style>
border-color css
<style>
span { border-color: #A8D2EC; }
span { border-color: rgb(168,210,236); }
td.TdClassName
{
border-color: #A8D2EC;
}
.TagClassName
{
border-color: #A8D2EC;
}
</style>