Shades of Sail #A4C7DD
Tints of Sail #A4C7DD
RGB
CMYK
RGB Variations
Color information
#A4C7DD (or 0xA4C7DD) is known color: Sail. HEX triplet: A4, C7 and DD. RGB value is (164,199,221). Sum of RGB (Red+Green+Blue) = 164+199+221=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4C7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C7DD is #5B3822. Grayscale: #BEBEBE. Windows color (decimal): -5978147 or 14534564. OLE color: 14534564.
HSL color Cylindrical-coordinate representation of color #A4C7DD: hue angle of 203.16º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4C7DD is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 199 | 221 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.13 |
| HSL | 203.16º | 0.46% | 0.75% | - |
| HSV(B) | 203.16º | 0.26% | 0.87% | - |
| XYZ | 48.78 | 53.96 | 76.25 | - |
| YUV | 191.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 221 | 0.26 | 0.10 | 0 | 0.13 | 203.16 | 0.46 | 0.75 |
| Hex | A4 | C7 | DD | 1A | A | 0 | D | CB | 2E | 4B |
| Octal | 244 | 307 | 335 | 32 | 12 | 0 | 15 | 313 | 56 | 113 |
| Binary | 10100100 | 11000111 | 11011101 | 11010 | 1010 | 0 | 1101 | 11001011 | 101110 | 1001011 |
Color Harmonies of #A4C7DD
Complementary color
Monochromatic Colors of #A4C7DD
Black with #A4C7DD
Text Example
Text Example
White with #A4C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C7DD; }
p { color: rgb(164,199,221); }
H1.HeaderClassName
{
color: #A4C7DD;
}
.AnyTagClassName
{
color: #A4C7DD;
}
</style>
background-color css
<style>
a { background-color: #A4C7DD; }
a { background-color: rgb(164,199,221); }
div.DivClassName
{
background-color: #A4C7DD;
}
.BgClassName
{
background-color: #A4C7DD;
}
</style>
border-color css
<style>
span { border-color: #A4C7DD; }
span { border-color: rgb(164,199,221); }
td.TdClassName
{
border-color: #A4C7DD;
}
.TagClassName
{
border-color: #A4C7DD;
}
</style>