Shades of Tropical Blue #ABC4FA
Tints of Tropical Blue #ABC4FA
RGB
CMYK
RGB Variations
Color information
#ABC4FA (or 0xABC4FA) is known color: Tropical Blue. HEX triplet: AB, C4 and FA. RGB value is (171,196,250). Sum of RGB (Red+Green+Blue) = 171+196+250=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABC4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC4FA is #543B05. Grayscale: #C2C2C2. Windows color (decimal): -5520134 or 16434347. OLE color: 16434347.
HSL color Cylindrical-coordinate representation of color #ABC4FA: hue angle of 221.01º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC4FA is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 196 | 250 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.02 |
| HSL | 221.01º | 0.89% | 0.83% | - |
| HSV(B) | 221.01º | 0.32% | 0.98% | - |
| XYZ | 53.79 | 55.04 | 98.23 | - |
| YUV | 194.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 250 | 0.32 | 0.22 | 0 | 0.02 | 221.01 | 0.89 | 0.83 |
| Hex | AB | C4 | FA | 20 | 16 | 0 | 2 | DD | 59 | 53 |
| Octal | 253 | 304 | 372 | 40 | 26 | 0 | 2 | 335 | 131 | 123 |
| Binary | 10101011 | 11000100 | 11111010 | 100000 | 10110 | 0 | 10 | 11011101 | 1011001 | 1010011 |
Color Harmonies of #ABC4FA
Complementary color
Monochromatic Colors of #ABC4FA
Black with #ABC4FA
Text Example
Text Example
White with #ABC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4FA; }
p { color: rgb(171,196,250); }
H1.HeaderClassName
{
color: #ABC4FA;
}
.AnyTagClassName
{
color: #ABC4FA;
}
</style>
background-color css
<style>
a { background-color: #ABC4FA; }
a { background-color: rgb(171,196,250); }
div.DivClassName
{
background-color: #ABC4FA;
}
.BgClassName
{
background-color: #ABC4FA;
}
</style>
border-color css
<style>
span { border-color: #ABC4FA; }
span { border-color: rgb(171,196,250); }
td.TdClassName
{
border-color: #ABC4FA;
}
.TagClassName
{
border-color: #ABC4FA;
}
</style>