Shades of Tropical Blue #9ABCF1
Tints of Tropical Blue #9ABCF1
RGB
CMYK
RGB Variations
Color information
#9ABCF1 (or 0x9ABCF1) is known color: Tropical Blue. HEX triplet: 9A, BC and F1. RGB value is (154,188,241). Sum of RGB (Red+Green+Blue) = 154+188+241=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ABCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABCF1 is #65430E. Grayscale: #B7B7B7. Windows color (decimal): -6636303 or 15842458. OLE color: 15842458.
HSL color Cylindrical-coordinate representation of color #9ABCF1: hue angle of 216.55º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABCF1 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 188 | 241 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.05 |
| HSL | 216.55º | 0.76% | 0.77% | - |
| HSV(B) | 216.55º | 0.36% | 0.95% | - |
| XYZ | 47.19 | 49.19 | 90.23 | - |
| YUV | 183.88 | 160.24 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 241 | 0.36 | 0.22 | 0 | 0.05 | 216.55 | 0.76 | 0.77 |
| Hex | 9A | BC | F1 | 24 | 16 | 0 | 5 | D9 | 4C | 4D |
| Octal | 232 | 274 | 361 | 44 | 26 | 0 | 5 | 331 | 114 | 115 |
| Binary | 10011010 | 10111100 | 11110001 | 100100 | 10110 | 0 | 101 | 11011001 | 1001100 | 1001101 |
Color Harmonies of #9ABCF1
Complementary color
Monochromatic Colors of #9ABCF1
Black with #9ABCF1
Text Example
Text Example
White with #9ABCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABCF1; }
p { color: rgb(154,188,241); }
H1.HeaderClassName
{
color: #9ABCF1;
}
.AnyTagClassName
{
color: #9ABCF1;
}
</style>
background-color css
<style>
a { background-color: #9ABCF1; }
a { background-color: rgb(154,188,241); }
div.DivClassName
{
background-color: #9ABCF1;
}
.BgClassName
{
background-color: #9ABCF1;
}
</style>
border-color css
<style>
span { border-color: #9ABCF1; }
span { border-color: rgb(154,188,241); }
td.TdClassName
{
border-color: #9ABCF1;
}
.TagClassName
{
border-color: #9ABCF1;
}
</style>