Shades of Tropical Blue #9FC0EF
Tints of Tropical Blue #9FC0EF
RGB
CMYK
RGB Variations
Color information
#9FC0EF (or 0x9FC0EF) is known color: Tropical Blue. HEX triplet: 9F, C0 and EF. RGB value is (159,192,239). Sum of RGB (Red+Green+Blue) = 159+192+239=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC0EF is #603F10. Grayscale: #BBBBBB. Windows color (decimal): -6307601 or 15712415. OLE color: 15712415.
HSL color Cylindrical-coordinate representation of color #9FC0EF: hue angle of 215.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC0EF is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 192 | 239 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.06 |
| HSL | 215.25º | 0.71% | 0.78% | - |
| HSV(B) | 215.25º | 0.33% | 0.94% | - |
| XYZ | 48.73 | 51.3 | 89 | - |
| YUV | 187.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 239 | 0.33 | 0.20 | 0 | 0.06 | 215.25 | 0.71 | 0.78 |
| Hex | 9F | C0 | EF | 21 | 14 | 0 | 6 | D7 | 47 | 4E |
| Octal | 237 | 300 | 357 | 41 | 24 | 0 | 6 | 327 | 107 | 116 |
| Binary | 10011111 | 11000000 | 11101111 | 100001 | 10100 | 0 | 110 | 11010111 | 1000111 | 1001110 |
Color Harmonies of #9FC0EF
Complementary color
Monochromatic Colors of #9FC0EF
Black with #9FC0EF
Text Example
Text Example
White with #9FC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC0EF; }
p { color: rgb(159,192,239); }
H1.HeaderClassName
{
color: #9FC0EF;
}
.AnyTagClassName
{
color: #9FC0EF;
}
</style>
background-color css
<style>
a { background-color: #9FC0EF; }
a { background-color: rgb(159,192,239); }
div.DivClassName
{
background-color: #9FC0EF;
}
.BgClassName
{
background-color: #9FC0EF;
}
</style>
border-color css
<style>
span { border-color: #9FC0EF; }
span { border-color: rgb(159,192,239); }
td.TdClassName
{
border-color: #9FC0EF;
}
.TagClassName
{
border-color: #9FC0EF;
}
</style>