Shades of Tropical Blue #ABC5ED
Tints of Tropical Blue #ABC5ED
RGB
CMYK
RGB Variations
Color information
#ABC5ED (or 0xABC5ED) is known color: Tropical Blue. HEX triplet: AB, C5 and ED. RGB value is (171,197,237). Sum of RGB (Red+Green+Blue) = 171+197+237=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABC5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC5ED is #543A12. Grayscale: #C1C1C1. Windows color (decimal): -5519891 or 15582635. OLE color: 15582635.
HSL color Cylindrical-coordinate representation of color #ABC5ED: hue angle of 216.36º degrees, saturation: 0.65, 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 #ABC5ED is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 197 | 237 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.07 |
| HSL | 216.36º | 0.65% | 0.8% | - |
| HSV(B) | 216.36º | 0.28% | 0.93% | - |
| XYZ | 52.05 | 54.7 | 87.94 | - |
| YUV | 193.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 237 | 0.28 | 0.17 | 0 | 0.07 | 216.36 | 0.65 | 0.8 |
| Hex | AB | C5 | ED | 1C | 11 | 0 | 7 | D8 | 41 | 50 |
| Octal | 253 | 305 | 355 | 34 | 21 | 0 | 7 | 330 | 101 | 120 |
| Binary | 10101011 | 11000101 | 11101101 | 11100 | 10001 | 0 | 111 | 11011000 | 1000001 | 1010000 |
Color Harmonies of #ABC5ED
Complementary color
Monochromatic Colors of #ABC5ED
Black with #ABC5ED
Text Example
Text Example
White with #ABC5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5ED; }
p { color: rgb(171,197,237); }
H1.HeaderClassName
{
color: #ABC5ED;
}
.AnyTagClassName
{
color: #ABC5ED;
}
</style>
background-color css
<style>
a { background-color: #ABC5ED; }
a { background-color: rgb(171,197,237); }
div.DivClassName
{
background-color: #ABC5ED;
}
.BgClassName
{
background-color: #ABC5ED;
}
</style>
border-color css
<style>
span { border-color: #ABC5ED; }
span { border-color: rgb(171,197,237); }
td.TdClassName
{
border-color: #ABC5ED;
}
.TagClassName
{
border-color: #ABC5ED;
}
</style>