Shades of Sail #A7CFEB
Tints of Sail #A7CFEB
RGB
CMYK
RGB Variations
Color information
#A7CFEB (or 0xA7CFEB) is known color: Sail. HEX triplet: A7, CF and EB. RGB value is (167,207,235). Sum of RGB (Red+Green+Blue) = 167+207+235=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CFEB is #583014. Grayscale: #C6C6C6. Windows color (decimal): -5779477 or 15454119. OLE color: 15454119.
HSL color Cylindrical-coordinate representation of color #A7CFEB: hue angle of 204.71º 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 #A7CFEB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 207 | 235 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.08 |
| HSL | 204.71º | 0.63% | 0.79% | - |
| HSV(B) | 204.71º | 0.29% | 0.92% | - |
| XYZ | 53.24 | 58.84 | 87.15 | - |
| YUV | 198.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 235 | 0.29 | 0.12 | 0 | 0.08 | 204.71 | 0.63 | 0.79 |
| Hex | A7 | CF | EB | 1D | C | 0 | 8 | CD | 3F | 4F |
| Octal | 247 | 317 | 353 | 35 | 14 | 0 | 10 | 315 | 77 | 117 |
| Binary | 10100111 | 11001111 | 11101011 | 11101 | 1100 | 0 | 1000 | 11001101 | 111111 | 1001111 |
Color Harmonies of #A7CFEB
Complementary color
Monochromatic Colors of #A7CFEB
Black with #A7CFEB
Text Example
Text Example
White with #A7CFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CFEB; }
p { color: rgb(167,207,235); }
H1.HeaderClassName
{
color: #A7CFEB;
}
.AnyTagClassName
{
color: #A7CFEB;
}
</style>
background-color css
<style>
a { background-color: #A7CFEB; }
a { background-color: rgb(167,207,235); }
div.DivClassName
{
background-color: #A7CFEB;
}
.BgClassName
{
background-color: #A7CFEB;
}
</style>
border-color css
<style>
span { border-color: #A7CFEB; }
span { border-color: rgb(167,207,235); }
td.TdClassName
{
border-color: #A7CFEB;
}
.TagClassName
{
border-color: #A7CFEB;
}
</style>