Shades of Tropical Blue #A8C4FA
Tints of Tropical Blue #A8C4FA
RGB
CMYK
RGB Variations
Color information
#A8C4FA (or 0xA8C4FA) is known color: Tropical Blue. HEX triplet: A8, C4 and FA. RGB value is (168,196,250). Sum of RGB (Red+Green+Blue) = 168+196+250=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8C4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C4FA is #573B05. Grayscale: #C1C1C1. Windows color (decimal): -5716742 or 16434344. OLE color: 16434344.
HSL color Cylindrical-coordinate representation of color #A8C4FA: hue angle of 219.51º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8C4FA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 196 | 250 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.02 |
| HSL | 219.51º | 0.89% | 0.82% | - |
| HSV(B) | 219.51º | 0.33% | 0.98% | - |
| XYZ | 53.14 | 54.71 | 98.2 | - |
| YUV | 193.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 250 | 0.33 | 0.22 | 0 | 0.02 | 219.51 | 0.89 | 0.82 |
| Hex | A8 | C4 | FA | 21 | 16 | 0 | 2 | DC | 59 | 52 |
| Octal | 250 | 304 | 372 | 41 | 26 | 0 | 2 | 334 | 131 | 122 |
| Binary | 10101000 | 11000100 | 11111010 | 100001 | 10110 | 0 | 10 | 11011100 | 1011001 | 1010010 |
Color Harmonies of #A8C4FA
Complementary color
Monochromatic Colors of #A8C4FA
Black with #A8C4FA
Text Example
Text Example
White with #A8C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C4FA; }
p { color: rgb(168,196,250); }
H1.HeaderClassName
{
color: #A8C4FA;
}
.AnyTagClassName
{
color: #A8C4FA;
}
</style>
background-color css
<style>
a { background-color: #A8C4FA; }
a { background-color: rgb(168,196,250); }
div.DivClassName
{
background-color: #A8C4FA;
}
.BgClassName
{
background-color: #A8C4FA;
}
</style>
border-color css
<style>
span { border-color: #A8C4FA; }
span { border-color: rgb(168,196,250); }
td.TdClassName
{
border-color: #A8C4FA;
}
.TagClassName
{
border-color: #A8C4FA;
}
</style>