Shades of Tropical Blue #9BBCEA
Tints of Tropical Blue #9BBCEA
RGB
CMYK
RGB Variations
Color information
#9BBCEA (or 0x9BBCEA) is known color: Tropical Blue. HEX triplet: 9B, BC and EA. RGB value is (155,188,234). Sum of RGB (Red+Green+Blue) = 155+188+234=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCEA is #644315. Grayscale: #B7B7B7. Windows color (decimal): -6570774 or 15383707. OLE color: 15383707.
HSL color Cylindrical-coordinate representation of color #9BBCEA: hue angle of 214.94º degrees, saturation: 0.65, 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 #9BBCEA is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 188 | 234 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.08 |
| HSL | 214.94º | 0.65% | 0.76% | - |
| HSV(B) | 214.94º | 0.34% | 0.92% | - |
| XYZ | 46.35 | 48.88 | 84.83 | - |
| YUV | 183.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 234 | 0.34 | 0.20 | 0 | 0.08 | 214.94 | 0.65 | 0.76 |
| Hex | 9B | BC | EA | 22 | 14 | 0 | 8 | D7 | 41 | 4C |
| Octal | 233 | 274 | 352 | 42 | 24 | 0 | 10 | 327 | 101 | 114 |
| Binary | 10011011 | 10111100 | 11101010 | 100010 | 10100 | 0 | 1000 | 11010111 | 1000001 | 1001100 |
Color Harmonies of #9BBCEA
Complementary color
Monochromatic Colors of #9BBCEA
Black with #9BBCEA
Text Example
Text Example
White with #9BBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCEA; }
p { color: rgb(155,188,234); }
H1.HeaderClassName
{
color: #9BBCEA;
}
.AnyTagClassName
{
color: #9BBCEA;
}
</style>
background-color css
<style>
a { background-color: #9BBCEA; }
a { background-color: rgb(155,188,234); }
div.DivClassName
{
background-color: #9BBCEA;
}
.BgClassName
{
background-color: #9BBCEA;
}
</style>
border-color css
<style>
span { border-color: #9BBCEA; }
span { border-color: rgb(155,188,234); }
td.TdClassName
{
border-color: #9BBCEA;
}
.TagClassName
{
border-color: #9BBCEA;
}
</style>