Shades of Sail #A8D1E9
Tints of Sail #A8D1E9
RGB
CMYK
RGB Variations
Color information
#A8D1E9 (or 0xA8D1E9) is known color: Sail. HEX triplet: A8, D1 and E9. RGB value is (168,209,233). Sum of RGB (Red+Green+Blue) = 168+209+233=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #A8D1E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D1E9 is #572E16. Grayscale: #C7C7C7. Windows color (decimal): -5713431 or 15323560. OLE color: 15323560.
HSL color Cylindrical-coordinate representation of color #A8D1E9: hue angle of 202.15º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8D1E9 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 209 | 233 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.09 |
| HSL | 202.15º | 0.6% | 0.79% | - |
| HSV(B) | 202.15º | 0.28% | 0.91% | - |
| XYZ | 53.66 | 59.81 | 85.81 | - |
| YUV | 199.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 233 | 0.28 | 0.10 | 0 | 0.09 | 202.15 | 0.6 | 0.79 |
| Hex | A8 | D1 | E9 | 1C | A | 0 | 9 | CA | 3C | 4F |
| Octal | 250 | 321 | 351 | 34 | 12 | 0 | 11 | 312 | 74 | 117 |
| Binary | 10101000 | 11010001 | 11101001 | 11100 | 1010 | 0 | 1001 | 11001010 | 111100 | 1001111 |
Color Harmonies of #A8D1E9
Complementary color
Monochromatic Colors of #A8D1E9
Black with #A8D1E9
Text Example
Text Example
White with #A8D1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D1E9; }
p { color: rgb(168,209,233); }
H1.HeaderClassName
{
color: #A8D1E9;
}
.AnyTagClassName
{
color: #A8D1E9;
}
</style>
background-color css
<style>
a { background-color: #A8D1E9; }
a { background-color: rgb(168,209,233); }
div.DivClassName
{
background-color: #A8D1E9;
}
.BgClassName
{
background-color: #A8D1E9;
}
</style>
border-color css
<style>
span { border-color: #A8D1E9; }
span { border-color: rgb(168,209,233); }
td.TdClassName
{
border-color: #A8D1E9;
}
.TagClassName
{
border-color: #A8D1E9;
}
</style>