Shades of Tropical Blue #A8C3FA
Tints of Tropical Blue #A8C3FA
RGB
CMYK
RGB Variations
Color information
#A8C3FA (or 0xA8C3FA) is known color: Tropical Blue. HEX triplet: A8, C3 and FA. RGB value is (168,195,250). Sum of RGB (Red+Green+Blue) = 168+195+250=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8C3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C3FA is #573C05. Grayscale: #C0C0C0. Windows color (decimal): -5716998 or 16434088. OLE color: 16434088.
HSL color Cylindrical-coordinate representation of color #A8C3FA: hue angle of 220.24º 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 #A8C3FA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 195 | 250 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.02 |
| HSL | 220.24º | 0.89% | 0.82% | - |
| HSV(B) | 220.24º | 0.33% | 0.98% | - |
| XYZ | 52.92 | 54.26 | 98.13 | - |
| YUV | 193.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 250 | 0.33 | 0.22 | 0 | 0.02 | 220.24 | 0.89 | 0.82 |
| Hex | A8 | C3 | FA | 21 | 16 | 0 | 2 | DC | 59 | 52 |
| Octal | 250 | 303 | 372 | 41 | 26 | 0 | 2 | 334 | 131 | 122 |
| Binary | 10101000 | 11000011 | 11111010 | 100001 | 10110 | 0 | 10 | 11011100 | 1011001 | 1010010 |
Color Harmonies of #A8C3FA
Complementary color
Monochromatic Colors of #A8C3FA
Black with #A8C3FA
Text Example
Text Example
White with #A8C3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C3FA; }
p { color: rgb(168,195,250); }
H1.HeaderClassName
{
color: #A8C3FA;
}
.AnyTagClassName
{
color: #A8C3FA;
}
</style>
background-color css
<style>
a { background-color: #A8C3FA; }
a { background-color: rgb(168,195,250); }
div.DivClassName
{
background-color: #A8C3FA;
}
.BgClassName
{
background-color: #A8C3FA;
}
</style>
border-color css
<style>
span { border-color: #A8C3FA; }
span { border-color: rgb(168,195,250); }
td.TdClassName
{
border-color: #A8C3FA;
}
.TagClassName
{
border-color: #A8C3FA;
}
</style>