Shades of Sail #A8CCEA
Tints of Sail #A8CCEA
RGB
CMYK
RGB Variations
Color information
#A8CCEA (or 0xA8CCEA) is known color: Sail. HEX triplet: A8, CC and EA. RGB value is (168,204,234). Sum of RGB (Red+Green+Blue) = 168+204+234=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8CCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCEA is #573315. Grayscale: #C4C4C4. Windows color (decimal): -5714710 or 15387816. OLE color: 15387816.
HSL color Cylindrical-coordinate representation of color #A8CCEA: hue angle of 207.27º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8CCEA is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 204 | 234 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.08 |
| HSL | 207.27º | 0.61% | 0.79% | - |
| HSV(B) | 207.27º | 0.28% | 0.92% | - |
| XYZ | 52.59 | 57.45 | 86.16 | - |
| YUV | 196.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 234 | 0.28 | 0.13 | 0 | 0.08 | 207.27 | 0.61 | 0.79 |
| Hex | A8 | CC | EA | 1C | D | 0 | 8 | CF | 3D | 4F |
| Octal | 250 | 314 | 352 | 34 | 15 | 0 | 10 | 317 | 75 | 117 |
| Binary | 10101000 | 11001100 | 11101010 | 11100 | 1101 | 0 | 1000 | 11001111 | 111101 | 1001111 |
Color Harmonies of #A8CCEA
Complementary color
Monochromatic Colors of #A8CCEA
Black with #A8CCEA
Text Example
Text Example
White with #A8CCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCEA; }
p { color: rgb(168,204,234); }
H1.HeaderClassName
{
color: #A8CCEA;
}
.AnyTagClassName
{
color: #A8CCEA;
}
</style>
background-color css
<style>
a { background-color: #A8CCEA; }
a { background-color: rgb(168,204,234); }
div.DivClassName
{
background-color: #A8CCEA;
}
.BgClassName
{
background-color: #A8CCEA;
}
</style>
border-color css
<style>
span { border-color: #A8CCEA; }
span { border-color: rgb(168,204,234); }
td.TdClassName
{
border-color: #A8CCEA;
}
.TagClassName
{
border-color: #A8CCEA;
}
</style>