Shades of Tropical Blue #ABC7EC
Tints of Tropical Blue #ABC7EC
RGB
CMYK
RGB Variations
Color information
#ABC7EC (or 0xABC7EC) is known color: Tropical Blue. HEX triplet: AB, C7 and EC. RGB value is (171,199,236). Sum of RGB (Red+Green+Blue) = 171+199+236=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABC7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC7EC is #543813. Grayscale: #C2C2C2. Windows color (decimal): -5519380 or 15517611. OLE color: 15517611.
HSL color Cylindrical-coordinate representation of color #ABC7EC: hue angle of 214.15º 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 #ABC7EC is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 199 | 236 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.07 |
| HSL | 214.15º | 0.63% | 0.8% | - |
| HSV(B) | 214.15º | 0.28% | 0.93% | - |
| XYZ | 52.36 | 55.56 | 87.32 | - |
| YUV | 194.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 236 | 0.28 | 0.16 | 0 | 0.07 | 214.15 | 0.63 | 0.8 |
| Hex | AB | C7 | EC | 1C | 10 | 0 | 7 | D6 | 3F | 50 |
| Octal | 253 | 307 | 354 | 34 | 20 | 0 | 7 | 326 | 77 | 120 |
| Binary | 10101011 | 11000111 | 11101100 | 11100 | 10000 | 0 | 111 | 11010110 | 111111 | 1010000 |
Color Harmonies of #ABC7EC
Complementary color
Monochromatic Colors of #ABC7EC
Black with #ABC7EC
Text Example
Text Example
White with #ABC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC7EC; }
p { color: rgb(171,199,236); }
H1.HeaderClassName
{
color: #ABC7EC;
}
.AnyTagClassName
{
color: #ABC7EC;
}
</style>
background-color css
<style>
a { background-color: #ABC7EC; }
a { background-color: rgb(171,199,236); }
div.DivClassName
{
background-color: #ABC7EC;
}
.BgClassName
{
background-color: #ABC7EC;
}
</style>
border-color css
<style>
span { border-color: #ABC7EC; }
span { border-color: rgb(171,199,236); }
td.TdClassName
{
border-color: #ABC7EC;
}
.TagClassName
{
border-color: #ABC7EC;
}
</style>