Shades of Tropical Blue #9FBFF6
Tints of Tropical Blue #9FBFF6
RGB
CMYK
RGB Variations
Color information
#9FBFF6 (or 0x9FBFF6) is known color: Tropical Blue. HEX triplet: 9F, BF and F6. RGB value is (159,191,246). Sum of RGB (Red+Green+Blue) = 159+191+246=596 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.68% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FBFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBFF6 is #604009. Grayscale: #BBBBBB. Windows color (decimal): -6307850 or 16170911. OLE color: 16170911.
HSL color Cylindrical-coordinate representation of color #9FBFF6: hue angle of 217.93º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBFF6 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 191 | 246 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.04 |
| HSL | 217.93º | 0.83% | 0.79% | - |
| HSV(B) | 217.93º | 0.35% | 0.96% | - |
| XYZ | 49.56 | 51.29 | 94.48 | - |
| YUV | 187.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 246 | 0.35 | 0.22 | 0 | 0.04 | 217.93 | 0.83 | 0.79 |
| Hex | 9F | BF | F6 | 23 | 16 | 0 | 4 | DA | 53 | 4F |
| Octal | 237 | 277 | 366 | 43 | 26 | 0 | 4 | 332 | 123 | 117 |
| Binary | 10011111 | 10111111 | 11110110 | 100011 | 10110 | 0 | 100 | 11011010 | 1010011 | 1001111 |
Color Harmonies of #9FBFF6
Complementary color
Monochromatic Colors of #9FBFF6
Black with #9FBFF6
Text Example
Text Example
White with #9FBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBFF6; }
p { color: rgb(159,191,246); }
H1.HeaderClassName
{
color: #9FBFF6;
}
.AnyTagClassName
{
color: #9FBFF6;
}
</style>
background-color css
<style>
a { background-color: #9FBFF6; }
a { background-color: rgb(159,191,246); }
div.DivClassName
{
background-color: #9FBFF6;
}
.BgClassName
{
background-color: #9FBFF6;
}
</style>
border-color css
<style>
span { border-color: #9FBFF6; }
span { border-color: rgb(159,191,246); }
td.TdClassName
{
border-color: #9FBFF6;
}
.TagClassName
{
border-color: #9FBFF6;
}
</style>