Shades of Sail #A8D3EF
Tints of Sail #A8D3EF
RGB
CMYK
RGB Variations
Color information
#A8D3EF (or 0xA8D3EF) is known color: Sail. HEX triplet: A8, D3 and EF. RGB value is (168,211,239). Sum of RGB (Red+Green+Blue) = 168+211+239=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8D3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D3EF is #572C10. Grayscale: #C9C9C9. Windows color (decimal): -5712913 or 15717288. OLE color: 15717288.
HSL color Cylindrical-coordinate representation of color #A8D3EF: hue angle of 203.66º 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 #A8D3EF is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 211 | 239 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.06 |
| HSL | 203.66º | 0.69% | 0.8% | - |
| HSV(B) | 203.66º | 0.3% | 0.94% | - |
| XYZ | 55.02 | 61.15 | 90.56 | - |
| YUV | 201.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 239 | 0.30 | 0.12 | 0 | 0.06 | 203.66 | 0.69 | 0.8 |
| Hex | A8 | D3 | EF | 1E | C | 0 | 6 | CC | 45 | 50 |
| Octal | 250 | 323 | 357 | 36 | 14 | 0 | 6 | 314 | 105 | 120 |
| Binary | 10101000 | 11010011 | 11101111 | 11110 | 1100 | 0 | 110 | 11001100 | 1000101 | 1010000 |
Color Harmonies of #A8D3EF
Complementary color
Monochromatic Colors of #A8D3EF
Black with #A8D3EF
Text Example
Text Example
White with #A8D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D3EF; }
p { color: rgb(168,211,239); }
H1.HeaderClassName
{
color: #A8D3EF;
}
.AnyTagClassName
{
color: #A8D3EF;
}
</style>
background-color css
<style>
a { background-color: #A8D3EF; }
a { background-color: rgb(168,211,239); }
div.DivClassName
{
background-color: #A8D3EF;
}
.BgClassName
{
background-color: #A8D3EF;
}
</style>
border-color css
<style>
span { border-color: #A8D3EF; }
span { border-color: rgb(168,211,239); }
td.TdClassName
{
border-color: #A8D3EF;
}
.TagClassName
{
border-color: #A8D3EF;
}
</style>