Shades of Tropical Blue #9DBFF6
Tints of Tropical Blue #9DBFF6
RGB
CMYK
RGB Variations
Color information
#9DBFF6 (or 0x9DBFF6) is known color: Tropical Blue. HEX triplet: 9D, BF and F6. RGB value is (157,191,246). Sum of RGB (Red+Green+Blue) = 157+191+246=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #9DBFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFF6 is #624009. Grayscale: #BABABA. Windows color (decimal): -6438922 or 16170909. OLE color: 16170909.
HSL color Cylindrical-coordinate representation of color #9DBFF6: hue angle of 217.08º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DBFF6 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 191 | 246 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.04 |
| HSL | 217.08º | 0.83% | 0.79% | - |
| HSV(B) | 217.08º | 0.36% | 0.96% | - |
| XYZ | 49.17 | 51.08 | 94.46 | - |
| YUV | 187.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 246 | 0.36 | 0.22 | 0 | 0.04 | 217.08 | 0.83 | 0.79 |
| Hex | 9D | BF | F6 | 24 | 16 | 0 | 4 | D9 | 53 | 4F |
| Octal | 235 | 277 | 366 | 44 | 26 | 0 | 4 | 331 | 123 | 117 |
| Binary | 10011101 | 10111111 | 11110110 | 100100 | 10110 | 0 | 100 | 11011001 | 1010011 | 1001111 |
Color Harmonies of #9DBFF6
Complementary color
Monochromatic Colors of #9DBFF6
Black with #9DBFF6
Text Example
Text Example
White with #9DBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFF6; }
p { color: rgb(157,191,246); }
H1.HeaderClassName
{
color: #9DBFF6;
}
.AnyTagClassName
{
color: #9DBFF6;
}
</style>
background-color css
<style>
a { background-color: #9DBFF6; }
a { background-color: rgb(157,191,246); }
div.DivClassName
{
background-color: #9DBFF6;
}
.BgClassName
{
background-color: #9DBFF6;
}
</style>
border-color css
<style>
span { border-color: #9DBFF6; }
span { border-color: rgb(157,191,246); }
td.TdClassName
{
border-color: #9DBFF6;
}
.TagClassName
{
border-color: #9DBFF6;
}
</style>