Shades of Tropical Blue #A8C5EF
Tints of Tropical Blue #A8C5EF
RGB
CMYK
RGB Variations
Color information
#A8C5EF (or 0xA8C5EF) is known color: Tropical Blue. HEX triplet: A8, C5 and EF. RGB value is (168,197,239). Sum of RGB (Red+Green+Blue) = 168+197+239=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8C5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C5EF is #573A10. Grayscale: #C0C0C0. Windows color (decimal): -5716497 or 15713704. OLE color: 15713704.
HSL color Cylindrical-coordinate representation of color #A8C5EF: hue angle of 215.49º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C5EF is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 197 | 239 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.06 |
| HSL | 215.49º | 0.69% | 0.8% | - |
| HSV(B) | 215.49º | 0.3% | 0.94% | - |
| XYZ | 51.69 | 54.49 | 89.45 | - |
| YUV | 193.12 | 153.89 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 239 | 0.30 | 0.18 | 0 | 0.06 | 215.49 | 0.69 | 0.8 |
| Hex | A8 | C5 | EF | 1E | 12 | 0 | 6 | D7 | 45 | 50 |
| Octal | 250 | 305 | 357 | 36 | 22 | 0 | 6 | 327 | 105 | 120 |
| Binary | 10101000 | 11000101 | 11101111 | 11110 | 10010 | 0 | 110 | 11010111 | 1000101 | 1010000 |
Color Harmonies of #A8C5EF
Complementary color
Monochromatic Colors of #A8C5EF
Black with #A8C5EF
Text Example
Text Example
White with #A8C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C5EF; }
p { color: rgb(168,197,239); }
H1.HeaderClassName
{
color: #A8C5EF;
}
.AnyTagClassName
{
color: #A8C5EF;
}
</style>
background-color css
<style>
a { background-color: #A8C5EF; }
a { background-color: rgb(168,197,239); }
div.DivClassName
{
background-color: #A8C5EF;
}
.BgClassName
{
background-color: #A8C5EF;
}
</style>
border-color css
<style>
span { border-color: #A8C5EF; }
span { border-color: rgb(168,197,239); }
td.TdClassName
{
border-color: #A8C5EF;
}
.TagClassName
{
border-color: #A8C5EF;
}
</style>