Shades of Tropical Blue #9BBCEB
Tints of Tropical Blue #9BBCEB
RGB
CMYK
RGB Variations
Color information
#9BBCEB (or 0x9BBCEB) is known color: Tropical Blue. HEX triplet: 9B, BC and EB. RGB value is (155,188,235). Sum of RGB (Red+Green+Blue) = 155+188+235=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCEB is #644314. Grayscale: #B7B7B7. Windows color (decimal): -6570773 or 15449243. OLE color: 15449243.
HSL color Cylindrical-coordinate representation of color #9BBCEB: hue angle of 215.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BBCEB is Cyan = 0.34, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 188 | 235 | - |
| CMYK | 0.34 | 0.2 | 0 | 0.08 |
| HSL | 215.25º | 0.67% | 0.76% | - |
| HSV(B) | 215.25º | 0.34% | 0.92% | - |
| XYZ | 46.5 | 48.93 | 85.59 | - |
| YUV | 183.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 235 | 0.34 | 0.2 | 0 | 0.08 | 215.25 | 0.67 | 0.76 |
| Hex | 9B | BC | EB | 22 | 14 | 0 | 8 | D7 | 43 | 4C |
| Octal | 233 | 274 | 353 | 42 | 24 | 0 | 10 | 327 | 103 | 114 |
| Binary | 10011011 | 10111100 | 11101011 | 100010 | 10100 | 0 | 1000 | 11010111 | 1000011 | 1001100 |
Color Harmonies of #9BBCEB
Complementary color
Monochromatic Colors of #9BBCEB
Black with #9BBCEB
Text Example
Text Example
White with #9BBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCEB; }
p { color: rgb(155,188,235); }
H1.HeaderClassName
{
color: #9BBCEB;
}
.AnyTagClassName
{
color: #9BBCEB;
}
</style>
background-color css
<style>
a { background-color: #9BBCEB; }
a { background-color: rgb(155,188,235); }
div.DivClassName
{
background-color: #9BBCEB;
}
.BgClassName
{
background-color: #9BBCEB;
}
</style>
border-color css
<style>
span { border-color: #9BBCEB; }
span { border-color: rgb(155,188,235); }
td.TdClassName
{
border-color: #9BBCEB;
}
.TagClassName
{
border-color: #9BBCEB;
}
</style>