Shades of Tropical Blue #9DBFF0
Tints of Tropical Blue #9DBFF0
RGB
CMYK
RGB Variations
Color information
#9DBFF0 (or 0x9DBFF0) is known color: Tropical Blue. HEX triplet: 9D, BF and F0. RGB value is (157,191,240). Sum of RGB (Red+Green+Blue) = 157+191+240=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DBFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFF0 is #62400F. Grayscale: #BABABA. Windows color (decimal): -6438928 or 15777693. OLE color: 15777693.
HSL color Cylindrical-coordinate representation of color #9DBFF0: hue angle of 215.42º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DBFF0 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 191 | 240 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.06 |
| HSL | 215.42º | 0.73% | 0.78% | - |
| HSV(B) | 215.42º | 0.35% | 0.94% | - |
| XYZ | 48.26 | 50.72 | 89.68 | - |
| YUV | 186.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 240 | 0.35 | 0.20 | 0 | 0.06 | 215.42 | 0.73 | 0.78 |
| Hex | 9D | BF | F0 | 23 | 14 | 0 | 6 | D7 | 49 | 4E |
| Octal | 235 | 277 | 360 | 43 | 24 | 0 | 6 | 327 | 111 | 116 |
| Binary | 10011101 | 10111111 | 11110000 | 100011 | 10100 | 0 | 110 | 11010111 | 1001001 | 1001110 |
Color Harmonies of #9DBFF0
Complementary color
Monochromatic Colors of #9DBFF0
Black with #9DBFF0
Text Example
Text Example
White with #9DBFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFF0; }
p { color: rgb(157,191,240); }
H1.HeaderClassName
{
color: #9DBFF0;
}
.AnyTagClassName
{
color: #9DBFF0;
}
</style>
background-color css
<style>
a { background-color: #9DBFF0; }
a { background-color: rgb(157,191,240); }
div.DivClassName
{
background-color: #9DBFF0;
}
.BgClassName
{
background-color: #9DBFF0;
}
</style>
border-color css
<style>
span { border-color: #9DBFF0; }
span { border-color: rgb(157,191,240); }
td.TdClassName
{
border-color: #9DBFF0;
}
.TagClassName
{
border-color: #9DBFF0;
}
</style>