Shades of Tropical Blue #9BBDF0
Tints of Tropical Blue #9BBDF0
RGB
CMYK
RGB Variations
Color information
#9BBDF0 (or 0x9BBDF0) is known color: Tropical Blue. HEX triplet: 9B, BD and F0. RGB value is (155,189,240). Sum of RGB (Red+Green+Blue) = 155+189+240=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #9BBDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDF0 is #64420F. Grayscale: #B8B8B8. Windows color (decimal): -6570512 or 15777179. OLE color: 15777179.
HSL color Cylindrical-coordinate representation of color #9BBDF0: hue angle of 216º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BBDF0 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 189 | 240 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.06 |
| HSL | 216º | 0.74% | 0.77% | - |
| HSV(B) | 216º | 0.35% | 0.94% | - |
| XYZ | 47.44 | 49.66 | 89.52 | - |
| YUV | 184.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 240 | 0.35 | 0.21 | 0 | 0.06 | 216 | 0.74 | 0.77 |
| Hex | 9B | BD | F0 | 23 | 15 | 0 | 6 | D8 | 4A | 4D |
| Octal | 233 | 275 | 360 | 43 | 25 | 0 | 6 | 330 | 112 | 115 |
| Binary | 10011011 | 10111101 | 11110000 | 100011 | 10101 | 0 | 110 | 11011000 | 1001010 | 1001101 |
Color Harmonies of #9BBDF0
Complementary color
Monochromatic Colors of #9BBDF0
Black with #9BBDF0
Text Example
Text Example
White with #9BBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDF0; }
p { color: rgb(155,189,240); }
H1.HeaderClassName
{
color: #9BBDF0;
}
.AnyTagClassName
{
color: #9BBDF0;
}
</style>
background-color css
<style>
a { background-color: #9BBDF0; }
a { background-color: rgb(155,189,240); }
div.DivClassName
{
background-color: #9BBDF0;
}
.BgClassName
{
background-color: #9BBDF0;
}
</style>
border-color css
<style>
span { border-color: #9BBDF0; }
span { border-color: rgb(155,189,240); }
td.TdClassName
{
border-color: #9BBDF0;
}
.TagClassName
{
border-color: #9BBDF0;
}
</style>