Shades of Sail #A4C9EA
Tints of Sail #A4C9EA
RGB
CMYK
RGB Variations
Color information
#A4C9EA (or 0xA4C9EA) is known color: Sail. HEX triplet: A4, C9 and EA. RGB value is (164,201,234). Sum of RGB (Red+Green+Blue) = 164+201+234=599 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.38% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4C9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4C9EA is #5B3615. Grayscale: #C1C1C1. Windows color (decimal): -5977622 or 15387044. OLE color: 15387044.
HSL color Cylindrical-coordinate representation of color #A4C9EA: hue angle of 208.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4C9EA is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 201 | 234 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.08 |
| HSL | 208.29º | 0.63% | 0.78% | - |
| HSV(B) | 208.29º | 0.3% | 0.92% | - |
| XYZ | 51.05 | 55.61 | 85.88 | - |
| YUV | 193.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 234 | 0.30 | 0.14 | 0 | 0.08 | 208.29 | 0.63 | 0.78 |
| Hex | A4 | C9 | EA | 1E | E | 0 | 8 | D0 | 3E | 4E |
| Octal | 244 | 311 | 352 | 36 | 16 | 0 | 10 | 320 | 76 | 116 |
| Binary | 10100100 | 11001001 | 11101010 | 11110 | 1110 | 0 | 1000 | 11010000 | 111110 | 1001110 |
Color Harmonies of #A4C9EA
Complementary color
Monochromatic Colors of #A4C9EA
Black with #A4C9EA
Text Example
Text Example
White with #A4C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C9EA; }
p { color: rgb(164,201,234); }
H1.HeaderClassName
{
color: #A4C9EA;
}
.AnyTagClassName
{
color: #A4C9EA;
}
</style>
background-color css
<style>
a { background-color: #A4C9EA; }
a { background-color: rgb(164,201,234); }
div.DivClassName
{
background-color: #A4C9EA;
}
.BgClassName
{
background-color: #A4C9EA;
}
</style>
border-color css
<style>
span { border-color: #A4C9EA; }
span { border-color: rgb(164,201,234); }
td.TdClassName
{
border-color: #A4C9EA;
}
.TagClassName
{
border-color: #A4C9EA;
}
</style>