Shades of Sail #A4CAE8
Tints of Sail #A4CAE8
RGB
CMYK
RGB Variations
Color information
#A4CAE8 (or 0xA4CAE8) is known color: Sail. HEX triplet: A4, CA and E8. RGB value is (164,202,232). Sum of RGB (Red+Green+Blue) = 164+202+232=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #A4CAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAE8 is #5B3517. Grayscale: #C1C1C1. Windows color (decimal): -5977368 or 15256228. OLE color: 15256228.
HSL color Cylindrical-coordinate representation of color #A4CAE8: hue angle of 206.47º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4CAE8 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 202 | 232 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.09 |
| HSL | 206.47º | 0.6% | 0.78% | - |
| HSV(B) | 206.47º | 0.29% | 0.91% | - |
| XYZ | 51 | 55.96 | 84.46 | - |
| YUV | 194.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 232 | 0.29 | 0.13 | 0 | 0.09 | 206.47 | 0.6 | 0.78 |
| Hex | A4 | CA | E8 | 1D | D | 0 | 9 | CE | 3C | 4E |
| Octal | 244 | 312 | 350 | 35 | 15 | 0 | 11 | 316 | 74 | 116 |
| Binary | 10100100 | 11001010 | 11101000 | 11101 | 1101 | 0 | 1001 | 11001110 | 111100 | 1001110 |
Color Harmonies of #A4CAE8
Complementary color
Monochromatic Colors of #A4CAE8
Black with #A4CAE8
Text Example
Text Example
White with #A4CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAE8; }
p { color: rgb(164,202,232); }
H1.HeaderClassName
{
color: #A4CAE8;
}
.AnyTagClassName
{
color: #A4CAE8;
}
</style>
background-color css
<style>
a { background-color: #A4CAE8; }
a { background-color: rgb(164,202,232); }
div.DivClassName
{
background-color: #A4CAE8;
}
.BgClassName
{
background-color: #A4CAE8;
}
</style>
border-color css
<style>
span { border-color: #A4CAE8; }
span { border-color: rgb(164,202,232); }
td.TdClassName
{
border-color: #A4CAE8;
}
.TagClassName
{
border-color: #A4CAE8;
}
</style>