Shades of Tropical Blue #ABC2EC
Tints of Tropical Blue #ABC2EC
RGB
CMYK
RGB Variations
Color information
#ABC2EC (or 0xABC2EC) is known color: Tropical Blue. HEX triplet: AB, C2 and EC. RGB value is (171,194,236). Sum of RGB (Red+Green+Blue) = 171+194+236=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2EC is #543D13. Grayscale: #BFBFBF. Windows color (decimal): -5520660 or 15516331. OLE color: 15516331.
HSL color Cylindrical-coordinate representation of color #ABC2EC: hue angle of 218.77º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC2EC is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 194 | 236 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.07 |
| HSL | 218.77º | 0.63% | 0.8% | - |
| HSV(B) | 218.77º | 0.28% | 0.93% | - |
| XYZ | 51.23 | 53.3 | 86.94 | - |
| YUV | 191.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 236 | 0.28 | 0.18 | 0 | 0.07 | 218.77 | 0.63 | 0.8 |
| Hex | AB | C2 | EC | 1C | 12 | 0 | 7 | DB | 3F | 50 |
| Octal | 253 | 302 | 354 | 34 | 22 | 0 | 7 | 333 | 77 | 120 |
| Binary | 10101011 | 11000010 | 11101100 | 11100 | 10010 | 0 | 111 | 11011011 | 111111 | 1010000 |
Color Harmonies of #ABC2EC
Complementary color
Monochromatic Colors of #ABC2EC
Black with #ABC2EC
Text Example
Text Example
White with #ABC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2EC; }
p { color: rgb(171,194,236); }
H1.HeaderClassName
{
color: #ABC2EC;
}
.AnyTagClassName
{
color: #ABC2EC;
}
</style>
background-color css
<style>
a { background-color: #ABC2EC; }
a { background-color: rgb(171,194,236); }
div.DivClassName
{
background-color: #ABC2EC;
}
.BgClassName
{
background-color: #ABC2EC;
}
</style>
border-color css
<style>
span { border-color: #ABC2EC; }
span { border-color: rgb(171,194,236); }
td.TdClassName
{
border-color: #ABC2EC;
}
.TagClassName
{
border-color: #ABC2EC;
}
</style>