Shades of Sail #A4CAE7
Tints of Sail #A4CAE7
RGB
CMYK
RGB Variations
Color information
#A4CAE7 (or 0xA4CAE7) is known color: Sail. HEX triplet: A4, CA and E7. RGB value is (164,202,231). Sum of RGB (Red+Green+Blue) = 164+202+231=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #A4CAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAE7 is #5B3518. Grayscale: #C1C1C1. Windows color (decimal): -5977369 or 15190692. OLE color: 15190692.
HSL color Cylindrical-coordinate representation of color #A4CAE7: hue angle of 205.97º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4CAE7 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 202 | 231 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.09 |
| HSL | 205.97º | 0.58% | 0.77% | - |
| HSV(B) | 205.97º | 0.29% | 0.91% | - |
| XYZ | 50.85 | 55.9 | 83.71 | - |
| YUV | 193.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 231 | 0.29 | 0.13 | 0 | 0.09 | 205.97 | 0.58 | 0.77 |
| Hex | A4 | CA | E7 | 1D | D | 0 | 9 | CE | 3A | 4D |
| Octal | 244 | 312 | 347 | 35 | 15 | 0 | 11 | 316 | 72 | 115 |
| Binary | 10100100 | 11001010 | 11100111 | 11101 | 1101 | 0 | 1001 | 11001110 | 111010 | 1001101 |
Color Harmonies of #A4CAE7
Complementary color
Monochromatic Colors of #A4CAE7
Black with #A4CAE7
Text Example
Text Example
White with #A4CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAE7; }
p { color: rgb(164,202,231); }
H1.HeaderClassName
{
color: #A4CAE7;
}
.AnyTagClassName
{
color: #A4CAE7;
}
</style>
background-color css
<style>
a { background-color: #A4CAE7; }
a { background-color: rgb(164,202,231); }
div.DivClassName
{
background-color: #A4CAE7;
}
.BgClassName
{
background-color: #A4CAE7;
}
</style>
border-color css
<style>
span { border-color: #A4CAE7; }
span { border-color: rgb(164,202,231); }
td.TdClassName
{
border-color: #A4CAE7;
}
.TagClassName
{
border-color: #A4CAE7;
}
</style>