Shades of Sail #A8D0EA
Tints of Sail #A8D0EA
RGB
CMYK
RGB Variations
Color information
#A8D0EA (or 0xA8D0EA) is known color: Sail. HEX triplet: A8, D0 and EA. RGB value is (168,208,234). Sum of RGB (Red+Green+Blue) = 168+208+234=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8D0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D0EA is #572F15. Grayscale: #C6C6C6. Windows color (decimal): -5713686 or 15388840. OLE color: 15388840.
HSL color Cylindrical-coordinate representation of color #A8D0EA: hue angle of 203.64º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8D0EA is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 208 | 234 | - |
| CMYK | 0.28 | 0.11 | 0 | 0.08 |
| HSL | 203.64º | 0.61% | 0.79% | - |
| HSV(B) | 203.64º | 0.28% | 0.92% | - |
| XYZ | 53.56 | 59.38 | 86.48 | - |
| YUV | 199 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 234 | 0.28 | 0.11 | 0 | 0.08 | 203.64 | 0.61 | 0.79 |
| Hex | A8 | D0 | EA | 1C | B | 0 | 8 | CC | 3D | 4F |
| Octal | 250 | 320 | 352 | 34 | 13 | 0 | 10 | 314 | 75 | 117 |
| Binary | 10101000 | 11010000 | 11101010 | 11100 | 1011 | 0 | 1000 | 11001100 | 111101 | 1001111 |
Color Harmonies of #A8D0EA
Complementary color
Monochromatic Colors of #A8D0EA
Black with #A8D0EA
Text Example
Text Example
White with #A8D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D0EA; }
p { color: rgb(168,208,234); }
H1.HeaderClassName
{
color: #A8D0EA;
}
.AnyTagClassName
{
color: #A8D0EA;
}
</style>
background-color css
<style>
a { background-color: #A8D0EA; }
a { background-color: rgb(168,208,234); }
div.DivClassName
{
background-color: #A8D0EA;
}
.BgClassName
{
background-color: #A8D0EA;
}
</style>
border-color css
<style>
span { border-color: #A8D0EA; }
span { border-color: rgb(168,208,234); }
td.TdClassName
{
border-color: #A8D0EA;
}
.TagClassName
{
border-color: #A8D0EA;
}
</style>