Shades of Sail #A7CDEB
Tints of Sail #A7CDEB
RGB
CMYK
RGB Variations
Color information
#A7CDEB (or 0xA7CDEB) is known color: Sail. HEX triplet: A7, CD and EB. RGB value is (167,205,235). Sum of RGB (Red+Green+Blue) = 167+205+235=607 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.51% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CDEB is #583214. Grayscale: #C4C4C4. Windows color (decimal): -5779989 or 15453607. OLE color: 15453607.
HSL color Cylindrical-coordinate representation of color #A7CDEB: hue angle of 206.47º 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 #A7CDEB is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 205 | 235 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.08 |
| HSL | 206.47º | 0.63% | 0.79% | - |
| HSV(B) | 206.47º | 0.29% | 0.92% | - |
| XYZ | 52.76 | 57.88 | 86.99 | - |
| YUV | 197.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 205 | 235 | 0.29 | 0.13 | 0 | 0.08 | 206.47 | 0.63 | 0.79 |
| Hex | A7 | CD | EB | 1D | D | 0 | 8 | CE | 3F | 4F |
| Octal | 247 | 315 | 353 | 35 | 15 | 0 | 10 | 316 | 77 | 117 |
| Binary | 10100111 | 11001101 | 11101011 | 11101 | 1101 | 0 | 1000 | 11001110 | 111111 | 1001111 |
Color Harmonies of #A7CDEB
Complementary color
Monochromatic Colors of #A7CDEB
Black with #A7CDEB
Text Example
Text Example
White with #A7CDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CDEB; }
p { color: rgb(167,205,235); }
H1.HeaderClassName
{
color: #A7CDEB;
}
.AnyTagClassName
{
color: #A7CDEB;
}
</style>
background-color css
<style>
a { background-color: #A7CDEB; }
a { background-color: rgb(167,205,235); }
div.DivClassName
{
background-color: #A7CDEB;
}
.BgClassName
{
background-color: #A7CDEB;
}
</style>
border-color css
<style>
span { border-color: #A7CDEB; }
span { border-color: rgb(167,205,235); }
td.TdClassName
{
border-color: #A7CDEB;
}
.TagClassName
{
border-color: #A7CDEB;
}
</style>