Shades of Sail #A8D2EB
Tints of Sail #A8D2EB
RGB
CMYK
RGB Variations
Color information
#A8D2EB (or 0xA8D2EB) is known color: Sail. HEX triplet: A8, D2 and EB. RGB value is (168,210,235). Sum of RGB (Red+Green+Blue) = 168+210+235=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D2EB is #572D14. Grayscale: #C8C8C8. Windows color (decimal): -5713173 or 15454888. OLE color: 15454888.
HSL color Cylindrical-coordinate representation of color #A8D2EB: hue angle of 202.39º 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 #A8D2EB is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 210 | 235 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.08 |
| HSL | 202.39º | 0.63% | 0.79% | - |
| HSV(B) | 202.39º | 0.29% | 0.92% | - |
| XYZ | 54.19 | 60.42 | 87.4 | - |
| YUV | 200.29 | 147.59 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 235 | 0.29 | 0.11 | 0 | 0.08 | 202.39 | 0.63 | 0.79 |
| Hex | A8 | D2 | EB | 1D | B | 0 | 8 | CA | 3F | 4F |
| Octal | 250 | 322 | 353 | 35 | 13 | 0 | 10 | 312 | 77 | 117 |
| Binary | 10101000 | 11010010 | 11101011 | 11101 | 1011 | 0 | 1000 | 11001010 | 111111 | 1001111 |
Color Harmonies of #A8D2EB
Complementary color
Monochromatic Colors of #A8D2EB
Black with #A8D2EB
Text Example
Text Example
White with #A8D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2EB; }
p { color: rgb(168,210,235); }
H1.HeaderClassName
{
color: #A8D2EB;
}
.AnyTagClassName
{
color: #A8D2EB;
}
</style>
background-color css
<style>
a { background-color: #A8D2EB; }
a { background-color: rgb(168,210,235); }
div.DivClassName
{
background-color: #A8D2EB;
}
.BgClassName
{
background-color: #A8D2EB;
}
</style>
border-color css
<style>
span { border-color: #A8D2EB; }
span { border-color: rgb(168,210,235); }
td.TdClassName
{
border-color: #A8D2EB;
}
.TagClassName
{
border-color: #A8D2EB;
}
</style>