Shades of Sail #A7D5EF
Tints of Sail #A7D5EF
RGB
CMYK
RGB Variations
Color information
#A7D5EF (or 0xA7D5EF) is known color: Sail. HEX triplet: A7, D5 and EF. RGB value is (167,213,239). Sum of RGB (Red+Green+Blue) = 167+213+239=619 (81% of max value = 765). Red value is 167 (65.62% from 255 or 26.98% from 619); Green value is 213 (83.59% from 255 or 34.41% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D5EF is #582A10. Grayscale: #CACACA. Windows color (decimal): -5777937 or 15717799. OLE color: 15717799.
HSL color Cylindrical-coordinate representation of color #A7D5EF: hue angle of 201.67º 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 #A7D5EF is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 213 | 239 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.06 |
| HSL | 201.67º | 0.69% | 0.8% | - |
| HSV(B) | 201.67º | 0.3% | 0.94% | - |
| XYZ | 55.31 | 62.04 | 90.72 | - |
| YUV | 202.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 239 | 0.30 | 0.11 | 0 | 0.06 | 201.67 | 0.69 | 0.8 |
| Hex | A7 | D5 | EF | 1E | B | 0 | 6 | CA | 45 | 50 |
| Octal | 247 | 325 | 357 | 36 | 13 | 0 | 6 | 312 | 105 | 120 |
| Binary | 10100111 | 11010101 | 11101111 | 11110 | 1011 | 0 | 110 | 11001010 | 1000101 | 1010000 |
Color Harmonies of #A7D5EF
Complementary color
Monochromatic Colors of #A7D5EF
Black with #A7D5EF
Text Example
Text Example
White with #A7D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D5EF; }
p { color: rgb(167,213,239); }
H1.HeaderClassName
{
color: #A7D5EF;
}
.AnyTagClassName
{
color: #A7D5EF;
}
</style>
background-color css
<style>
a { background-color: #A7D5EF; }
a { background-color: rgb(167,213,239); }
div.DivClassName
{
background-color: #A7D5EF;
}
.BgClassName
{
background-color: #A7D5EF;
}
</style>
border-color css
<style>
span { border-color: #A7D5EF; }
span { border-color: rgb(167,213,239); }
td.TdClassName
{
border-color: #A7D5EF;
}
.TagClassName
{
border-color: #A7D5EF;
}
</style>