Shades of Tropical Blue #A8C1EA
Tints of Tropical Blue #A8C1EA
RGB
CMYK
RGB Variations
Color information
#A8C1EA (or 0xA8C1EA) is known color: Tropical Blue. HEX triplet: A8, C1 and EA. RGB value is (168,193,234). Sum of RGB (Red+Green+Blue) = 168+193+234=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8C1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C1EA is #573E15. Grayscale: #BEBEBE. Windows color (decimal): -5717526 or 15385000. OLE color: 15385000.
HSL color Cylindrical-coordinate representation of color #A8C1EA: hue angle of 217.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 #A8C1EA is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 193 | 234 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.08 |
| HSL | 217.27º | 0.61% | 0.79% | - |
| HSV(B) | 217.27º | 0.28% | 0.92% | - |
| XYZ | 50.07 | 52.41 | 85.32 | - |
| YUV | 190.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 234 | 0.28 | 0.18 | 0 | 0.08 | 217.27 | 0.61 | 0.79 |
| Hex | A8 | C1 | EA | 1C | 12 | 0 | 8 | D9 | 3D | 4F |
| Octal | 250 | 301 | 352 | 34 | 22 | 0 | 10 | 331 | 75 | 117 |
| Binary | 10101000 | 11000001 | 11101010 | 11100 | 10010 | 0 | 1000 | 11011001 | 111101 | 1001111 |
Color Harmonies of #A8C1EA
Complementary color
Monochromatic Colors of #A8C1EA
Black with #A8C1EA
Text Example
Text Example
White with #A8C1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C1EA; }
p { color: rgb(168,193,234); }
H1.HeaderClassName
{
color: #A8C1EA;
}
.AnyTagClassName
{
color: #A8C1EA;
}
</style>
background-color css
<style>
a { background-color: #A8C1EA; }
a { background-color: rgb(168,193,234); }
div.DivClassName
{
background-color: #A8C1EA;
}
.BgClassName
{
background-color: #A8C1EA;
}
</style>
border-color css
<style>
span { border-color: #A8C1EA; }
span { border-color: rgb(168,193,234); }
td.TdClassName
{
border-color: #A8C1EA;
}
.TagClassName
{
border-color: #A8C1EA;
}
</style>