Shades of Tropical Blue #A8C5E5
Tints of Tropical Blue #A8C5E5
RGB
CMYK
RGB Variations
Color information
#A8C5E5 (or 0xA8C5E5) is known color: Tropical Blue. HEX triplet: A8, C5 and E5. RGB value is (168,197,229). Sum of RGB (Red+Green+Blue) = 168+197+229=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #A8C5E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C5E5 is #573A1A. Grayscale: #BFBFBF. Windows color (decimal): -5716507 or 15058344. OLE color: 15058344.
HSL color Cylindrical-coordinate representation of color #A8C5E5: hue angle of 211.48º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8C5E5 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 197 | 229 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.10 |
| HSL | 211.48º | 0.54% | 0.78% | - |
| HSV(B) | 211.48º | 0.27% | 0.9% | - |
| XYZ | 50.26 | 53.91 | 81.89 | - |
| YUV | 191.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 229 | 0.27 | 0.14 | 0 | 0.10 | 211.48 | 0.54 | 0.78 |
| Hex | A8 | C5 | E5 | 1B | E | 0 | A | D3 | 36 | 4E |
| Octal | 250 | 305 | 345 | 33 | 16 | 0 | 12 | 323 | 66 | 116 |
| Binary | 10101000 | 11000101 | 11100101 | 11011 | 1110 | 0 | 1010 | 11010011 | 110110 | 1001110 |
Color Harmonies of #A8C5E5
Complementary color
Monochromatic Colors of #A8C5E5
Black with #A8C5E5
Text Example
Text Example
White with #A8C5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C5E5; }
p { color: rgb(168,197,229); }
H1.HeaderClassName
{
color: #A8C5E5;
}
.AnyTagClassName
{
color: #A8C5E5;
}
</style>
background-color css
<style>
a { background-color: #A8C5E5; }
a { background-color: rgb(168,197,229); }
div.DivClassName
{
background-color: #A8C5E5;
}
.BgClassName
{
background-color: #A8C5E5;
}
</style>
border-color css
<style>
span { border-color: #A8C5E5; }
span { border-color: rgb(168,197,229); }
td.TdClassName
{
border-color: #A8C5E5;
}
.TagClassName
{
border-color: #A8C5E5;
}
</style>