Shades of Sail #A8CCE8
Tints of Sail #A8CCE8
RGB
CMYK
RGB Variations
Color information
#A8CCE8 (or 0xA8CCE8) is known color: Sail. HEX triplet: A8, CC and E8. RGB value is (168,204,232). Sum of RGB (Red+Green+Blue) = 168+204+232=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #A8CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CCE8 is #573317. Grayscale: #C4C4C4. Windows color (decimal): -5714712 or 15256744. OLE color: 15256744.
HSL color Cylindrical-coordinate representation of color #A8CCE8: hue angle of 206.25º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8CCE8 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 204 | 232 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.09 |
| HSL | 206.25º | 0.58% | 0.78% | - |
| HSV(B) | 206.25º | 0.28% | 0.91% | - |
| XYZ | 52.31 | 57.34 | 84.65 | - |
| YUV | 196.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 232 | 0.28 | 0.12 | 0 | 0.09 | 206.25 | 0.58 | 0.78 |
| Hex | A8 | CC | E8 | 1C | C | 0 | 9 | CE | 3A | 4E |
| Octal | 250 | 314 | 350 | 34 | 14 | 0 | 11 | 316 | 72 | 116 |
| Binary | 10101000 | 11001100 | 11101000 | 11100 | 1100 | 0 | 1001 | 11001110 | 111010 | 1001110 |
Color Harmonies of #A8CCE8
Complementary color
Monochromatic Colors of #A8CCE8
Black with #A8CCE8
Text Example
Text Example
White with #A8CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCE8; }
p { color: rgb(168,204,232); }
H1.HeaderClassName
{
color: #A8CCE8;
}
.AnyTagClassName
{
color: #A8CCE8;
}
</style>
background-color css
<style>
a { background-color: #A8CCE8; }
a { background-color: rgb(168,204,232); }
div.DivClassName
{
background-color: #A8CCE8;
}
.BgClassName
{
background-color: #A8CCE8;
}
</style>
border-color css
<style>
span { border-color: #A8CCE8; }
span { border-color: rgb(168,204,232); }
td.TdClassName
{
border-color: #A8CCE8;
}
.TagClassName
{
border-color: #A8CCE8;
}
</style>