Shades of Sail #A4CEEA
Tints of Sail #A4CEEA
RGB
CMYK
RGB Variations
Color information
#A4CEEA (or 0xA4CEEA) is known color: Sail. HEX triplet: A4, CE and EA. RGB value is (164,206,234). Sum of RGB (Red+Green+Blue) = 164+206+234=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CEEA is #5B3115. Grayscale: #C4C4C4. Windows color (decimal): -5976342 or 15388324. OLE color: 15388324.
HSL color Cylindrical-coordinate representation of color #A4CEEA: hue angle of 204º 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 #A4CEEA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 206 | 234 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.08 |
| HSL | 204º | 0.63% | 0.78% | - |
| HSV(B) | 204º | 0.3% | 0.92% | - |
| XYZ | 52.23 | 57.98 | 86.28 | - |
| YUV | 196.63 | 149.09 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 234 | 0.30 | 0.12 | 0 | 0.08 | 204 | 0.63 | 0.78 |
| Hex | A4 | CE | EA | 1E | C | 0 | 8 | CC | 3E | 4E |
| Octal | 244 | 316 | 352 | 36 | 14 | 0 | 10 | 314 | 76 | 116 |
| Binary | 10100100 | 11001110 | 11101010 | 11110 | 1100 | 0 | 1000 | 11001100 | 111110 | 1001110 |
Color Harmonies of #A4CEEA
Complementary color
Monochromatic Colors of #A4CEEA
Black with #A4CEEA
Text Example
Text Example
White with #A4CEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CEEA; }
p { color: rgb(164,206,234); }
H1.HeaderClassName
{
color: #A4CEEA;
}
.AnyTagClassName
{
color: #A4CEEA;
}
</style>
background-color css
<style>
a { background-color: #A4CEEA; }
a { background-color: rgb(164,206,234); }
div.DivClassName
{
background-color: #A4CEEA;
}
.BgClassName
{
background-color: #A4CEEA;
}
</style>
border-color css
<style>
span { border-color: #A4CEEA; }
span { border-color: rgb(164,206,234); }
td.TdClassName
{
border-color: #A4CEEA;
}
.TagClassName
{
border-color: #A4CEEA;
}
</style>