Shades of Sail #A4D0EC
Tints of Sail #A4D0EC
RGB
CMYK
RGB Variations
Color information
#A4D0EC (or 0xA4D0EC) is known color: Sail. HEX triplet: A4, D0 and EC. RGB value is (164,208,236). Sum of RGB (Red+Green+Blue) = 164+208+236=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4D0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D0EC is #5B2F13. Grayscale: #C5C5C5. Windows color (decimal): -5975828 or 15519908. OLE color: 15519908.
HSL color Cylindrical-coordinate representation of color #A4D0EC: hue angle of 203.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4D0EC is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 208 | 236 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.07 |
| HSL | 203.33º | 0.65% | 0.78% | - |
| HSV(B) | 203.33º | 0.31% | 0.93% | - |
| XYZ | 53.01 | 59.06 | 87.96 | - |
| YUV | 198.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 236 | 0.31 | 0.12 | 0 | 0.07 | 203.33 | 0.65 | 0.78 |
| Hex | A4 | D0 | EC | 1F | C | 0 | 7 | CB | 41 | 4E |
| Octal | 244 | 320 | 354 | 37 | 14 | 0 | 7 | 313 | 101 | 116 |
| Binary | 10100100 | 11010000 | 11101100 | 11111 | 1100 | 0 | 111 | 11001011 | 1000001 | 1001110 |
Color Harmonies of #A4D0EC
Complementary color
Monochromatic Colors of #A4D0EC
Black with #A4D0EC
Text Example
Text Example
White with #A4D0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0EC; }
p { color: rgb(164,208,236); }
H1.HeaderClassName
{
color: #A4D0EC;
}
.AnyTagClassName
{
color: #A4D0EC;
}
</style>
background-color css
<style>
a { background-color: #A4D0EC; }
a { background-color: rgb(164,208,236); }
div.DivClassName
{
background-color: #A4D0EC;
}
.BgClassName
{
background-color: #A4D0EC;
}
</style>
border-color css
<style>
span { border-color: #A4D0EC; }
span { border-color: rgb(164,208,236); }
td.TdClassName
{
border-color: #A4D0EC;
}
.TagClassName
{
border-color: #A4D0EC;
}
</style>