Shades of Sail #A8D0EB
Tints of Sail #A8D0EB
RGB
CMYK
RGB Variations
Color information
#A8D0EB (or 0xA8D0EB) is known color: Sail. HEX triplet: A8, D0 and EB. RGB value is (168,208,235). Sum of RGB (Red+Green+Blue) = 168+208+235=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8D0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0EB is #572F14. Grayscale: #C6C6C6. Windows color (decimal): -5713685 or 15454376. OLE color: 15454376.
HSL color Cylindrical-coordinate representation of color #A8D0EB: hue angle of 204.18º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D0EB is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 208 | 235 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.08 |
| HSL | 204.18º | 0.63% | 0.79% | - |
| HSV(B) | 204.18º | 0.29% | 0.92% | - |
| XYZ | 53.7 | 59.43 | 87.24 | - |
| YUV | 199.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 235 | 0.29 | 0.11 | 0 | 0.08 | 204.18 | 0.63 | 0.79 |
| Hex | A8 | D0 | EB | 1D | B | 0 | 8 | CC | 3F | 4F |
| Octal | 250 | 320 | 353 | 35 | 13 | 0 | 10 | 314 | 77 | 117 |
| Binary | 10101000 | 11010000 | 11101011 | 11101 | 1011 | 0 | 1000 | 11001100 | 111111 | 1001111 |
Color Harmonies of #A8D0EB
Complementary color
Monochromatic Colors of #A8D0EB
Black with #A8D0EB
Text Example
Text Example
White with #A8D0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0EB; }
p { color: rgb(168,208,235); }
H1.HeaderClassName
{
color: #A8D0EB;
}
.AnyTagClassName
{
color: #A8D0EB;
}
</style>
background-color css
<style>
a { background-color: #A8D0EB; }
a { background-color: rgb(168,208,235); }
div.DivClassName
{
background-color: #A8D0EB;
}
.BgClassName
{
background-color: #A8D0EB;
}
</style>
border-color css
<style>
span { border-color: #A8D0EB; }
span { border-color: rgb(168,208,235); }
td.TdClassName
{
border-color: #A8D0EB;
}
.TagClassName
{
border-color: #A8D0EB;
}
</style>