Shades of Sail #A8CAE7
Tints of Sail #A8CAE7
RGB
CMYK
RGB Variations
Color information
#A8CAE7 (or 0xA8CAE7) is known color: Sail. HEX triplet: A8, CA and E7. RGB value is (168,202,231). Sum of RGB (Red+Green+Blue) = 168+202+231=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #A8CAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CAE7 is #573518. Grayscale: #C2C2C2. Windows color (decimal): -5715225 or 15190696. OLE color: 15190696.
HSL color Cylindrical-coordinate representation of color #A8CAE7: hue angle of 207.62º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8CAE7 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 202 | 231 | - |
| CMYK | 0.27 | 0.13 | 0 | 0.09 |
| HSL | 207.62º | 0.57% | 0.78% | - |
| HSV(B) | 207.62º | 0.27% | 0.91% | - |
| XYZ | 51.69 | 56.34 | 83.75 | - |
| YUV | 195.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 231 | 0.27 | 0.13 | 0 | 0.09 | 207.62 | 0.57 | 0.78 |
| Hex | A8 | CA | E7 | 1B | D | 0 | 9 | D0 | 39 | 4E |
| Octal | 250 | 312 | 347 | 33 | 15 | 0 | 11 | 320 | 71 | 116 |
| Binary | 10101000 | 11001010 | 11100111 | 11011 | 1101 | 0 | 1001 | 11010000 | 111001 | 1001110 |
Color Harmonies of #A8CAE7
Complementary color
Monochromatic Colors of #A8CAE7
Black with #A8CAE7
Text Example
Text Example
White with #A8CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAE7; }
p { color: rgb(168,202,231); }
H1.HeaderClassName
{
color: #A8CAE7;
}
.AnyTagClassName
{
color: #A8CAE7;
}
</style>
background-color css
<style>
a { background-color: #A8CAE7; }
a { background-color: rgb(168,202,231); }
div.DivClassName
{
background-color: #A8CAE7;
}
.BgClassName
{
background-color: #A8CAE7;
}
</style>
border-color css
<style>
span { border-color: #A8CAE7; }
span { border-color: rgb(168,202,231); }
td.TdClassName
{
border-color: #A8CAE7;
}
.TagClassName
{
border-color: #A8CAE7;
}
</style>