Shades of Tropical Blue #ABC4F0
Tints of Tropical Blue #ABC4F0
RGB
CMYK
RGB Variations
Color information
#ABC4F0 (or 0xABC4F0) is known color: Tropical Blue. HEX triplet: AB, C4 and F0. RGB value is (171,196,240). Sum of RGB (Red+Green+Blue) = 171+196+240=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABC4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC4F0 is #543B0F. Grayscale: #C1C1C1. Windows color (decimal): -5520144 or 15778987. OLE color: 15778987.
HSL color Cylindrical-coordinate representation of color #ABC4F0: hue angle of 218.26º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC4F0 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 196 | 240 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.06 |
| HSL | 218.26º | 0.7% | 0.81% | - |
| HSV(B) | 218.26º | 0.29% | 0.94% | - |
| XYZ | 52.26 | 54.43 | 90.19 | - |
| YUV | 193.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 240 | 0.29 | 0.18 | 0 | 0.06 | 218.26 | 0.7 | 0.81 |
| Hex | AB | C4 | F0 | 1D | 12 | 0 | 6 | DA | 46 | 51 |
| Octal | 253 | 304 | 360 | 35 | 22 | 0 | 6 | 332 | 106 | 121 |
| Binary | 10101011 | 11000100 | 11110000 | 11101 | 10010 | 0 | 110 | 11011010 | 1000110 | 1010001 |
Color Harmonies of #ABC4F0
Complementary color
Monochromatic Colors of #ABC4F0
Black with #ABC4F0
Text Example
Text Example
White with #ABC4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4F0; }
p { color: rgb(171,196,240); }
H1.HeaderClassName
{
color: #ABC4F0;
}
.AnyTagClassName
{
color: #ABC4F0;
}
</style>
background-color css
<style>
a { background-color: #ABC4F0; }
a { background-color: rgb(171,196,240); }
div.DivClassName
{
background-color: #ABC4F0;
}
.BgClassName
{
background-color: #ABC4F0;
}
</style>
border-color css
<style>
span { border-color: #ABC4F0; }
span { border-color: rgb(171,196,240); }
td.TdClassName
{
border-color: #ABC4F0;
}
.TagClassName
{
border-color: #ABC4F0;
}
</style>