Shades of Sail #A8CFEC
Tints of Sail #A8CFEC
RGB
CMYK
RGB Variations
Color information
#A8CFEC (or 0xA8CFEC) is known color: Sail. HEX triplet: A8, CF and EC. RGB value is (168,207,236). Sum of RGB (Red+Green+Blue) = 168+207+236=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8CFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFEC is #573013. Grayscale: #C6C6C6. Windows color (decimal): -5713940 or 15519656. OLE color: 15519656.
HSL color Cylindrical-coordinate representation of color #A8CFEC: hue angle of 205.59º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8CFEC is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 207 | 236 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.07 |
| HSL | 205.59º | 0.64% | 0.79% | - |
| HSV(B) | 205.59º | 0.29% | 0.93% | - |
| XYZ | 53.6 | 59.01 | 87.92 | - |
| YUV | 198.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 236 | 0.29 | 0.12 | 0 | 0.07 | 205.59 | 0.64 | 0.79 |
| Hex | A8 | CF | EC | 1D | C | 0 | 7 | CE | 40 | 4F |
| Octal | 250 | 317 | 354 | 35 | 14 | 0 | 7 | 316 | 100 | 117 |
| Binary | 10101000 | 11001111 | 11101100 | 11101 | 1100 | 0 | 111 | 11001110 | 1000000 | 1001111 |
Color Harmonies of #A8CFEC
Complementary color
Monochromatic Colors of #A8CFEC
Black with #A8CFEC
Text Example
Text Example
White with #A8CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFEC; }
p { color: rgb(168,207,236); }
H1.HeaderClassName
{
color: #A8CFEC;
}
.AnyTagClassName
{
color: #A8CFEC;
}
</style>
background-color css
<style>
a { background-color: #A8CFEC; }
a { background-color: rgb(168,207,236); }
div.DivClassName
{
background-color: #A8CFEC;
}
.BgClassName
{
background-color: #A8CFEC;
}
</style>
border-color css
<style>
span { border-color: #A8CFEC; }
span { border-color: rgb(168,207,236); }
td.TdClassName
{
border-color: #A8CFEC;
}
.TagClassName
{
border-color: #A8CFEC;
}
</style>