Shades of Sail #A8CFEB
Tints of Sail #A8CFEB
RGB
CMYK
RGB Variations
Color information
#A8CFEB (or 0xA8CFEB) is known color: Sail. HEX triplet: A8, CF and EB. RGB value is (168,207,235). Sum of RGB (Red+Green+Blue) = 168+207+235=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CFEB is #573014. Grayscale: #C6C6C6. Windows color (decimal): -5713941 or 15454120. OLE color: 15454120.
HSL color Cylindrical-coordinate representation of color #A8CFEB: hue angle of 205.07º 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 #A8CFEB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 207 | 235 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.08 |
| HSL | 205.07º | 0.63% | 0.79% | - |
| HSV(B) | 205.07º | 0.29% | 0.92% | - |
| XYZ | 53.46 | 58.95 | 87.16 | - |
| YUV | 198.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 235 | 0.29 | 0.12 | 0 | 0.08 | 205.07 | 0.63 | 0.79 |
| Hex | A8 | CF | EB | 1D | C | 0 | 8 | CD | 3F | 4F |
| Octal | 250 | 317 | 353 | 35 | 14 | 0 | 10 | 315 | 77 | 117 |
| Binary | 10101000 | 11001111 | 11101011 | 11101 | 1100 | 0 | 1000 | 11001101 | 111111 | 1001111 |
Color Harmonies of #A8CFEB
Complementary color
Monochromatic Colors of #A8CFEB
Black with #A8CFEB
Text Example
Text Example
White with #A8CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFEB; }
p { color: rgb(168,207,235); }
H1.HeaderClassName
{
color: #A8CFEB;
}
.AnyTagClassName
{
color: #A8CFEB;
}
</style>
background-color css
<style>
a { background-color: #A8CFEB; }
a { background-color: rgb(168,207,235); }
div.DivClassName
{
background-color: #A8CFEB;
}
.BgClassName
{
background-color: #A8CFEB;
}
</style>
border-color css
<style>
span { border-color: #A8CFEB; }
span { border-color: rgb(168,207,235); }
td.TdClassName
{
border-color: #A8CFEB;
}
.TagClassName
{
border-color: #A8CFEB;
}
</style>