Shades of Sail #A8D2EF
Tints of Sail #A8D2EF
RGB
CMYK
RGB Variations
Color information
#A8D2EF (or 0xA8D2EF) is known color: Sail. HEX triplet: A8, D2 and EF. RGB value is (168,210,239). Sum of RGB (Red+Green+Blue) = 168+210+239=617 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.23% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D2EF is #572D10. Grayscale: #C8C8C8. Windows color (decimal): -5713169 or 15717032. OLE color: 15717032.
HSL color Cylindrical-coordinate representation of color #A8D2EF: hue angle of 204.51º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D2EF is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 210 | 239 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.06 |
| HSL | 204.51º | 0.69% | 0.8% | - |
| HSV(B) | 204.51º | 0.3% | 0.94% | - |
| XYZ | 54.78 | 60.65 | 90.48 | - |
| YUV | 200.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 239 | 0.30 | 0.12 | 0 | 0.06 | 204.51 | 0.69 | 0.8 |
| Hex | A8 | D2 | EF | 1E | C | 0 | 6 | CD | 45 | 50 |
| Octal | 250 | 322 | 357 | 36 | 14 | 0 | 6 | 315 | 105 | 120 |
| Binary | 10101000 | 11010010 | 11101111 | 11110 | 1100 | 0 | 110 | 11001101 | 1000101 | 1010000 |
Color Harmonies of #A8D2EF
Complementary color
Monochromatic Colors of #A8D2EF
Black with #A8D2EF
Text Example
Text Example
White with #A8D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2EF; }
p { color: rgb(168,210,239); }
H1.HeaderClassName
{
color: #A8D2EF;
}
.AnyTagClassName
{
color: #A8D2EF;
}
</style>
background-color css
<style>
a { background-color: #A8D2EF; }
a { background-color: rgb(168,210,239); }
div.DivClassName
{
background-color: #A8D2EF;
}
.BgClassName
{
background-color: #A8D2EF;
}
</style>
border-color css
<style>
span { border-color: #A8D2EF; }
span { border-color: rgb(168,210,239); }
td.TdClassName
{
border-color: #A8D2EF;
}
.TagClassName
{
border-color: #A8D2EF;
}
</style>