Shades of Tropical Blue #9BBCED
Tints of Tropical Blue #9BBCED
RGB
CMYK
RGB Variations
Color information
#9BBCED (or 0x9BBCED) is known color: Tropical Blue. HEX triplet: 9B, BC and ED. RGB value is (155,188,237). Sum of RGB (Red+Green+Blue) = 155+188+237=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BBCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCED is #644312. Grayscale: #B7B7B7. Windows color (decimal): -6570771 or 15580315. OLE color: 15580315.
HSL color Cylindrical-coordinate representation of color #9BBCED: hue angle of 215.85º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BBCED is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 188 | 237 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.07 |
| HSL | 215.85º | 0.69% | 0.77% | - |
| HSV(B) | 215.85º | 0.35% | 0.93% | - |
| XYZ | 46.79 | 49.05 | 87.12 | - |
| YUV | 183.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 237 | 0.35 | 0.21 | 0 | 0.07 | 215.85 | 0.69 | 0.77 |
| Hex | 9B | BC | ED | 23 | 15 | 0 | 7 | D8 | 45 | 4D |
| Octal | 233 | 274 | 355 | 43 | 25 | 0 | 7 | 330 | 105 | 115 |
| Binary | 10011011 | 10111100 | 11101101 | 100011 | 10101 | 0 | 111 | 11011000 | 1000101 | 1001101 |
Color Harmonies of #9BBCED
Complementary color
Monochromatic Colors of #9BBCED
Black with #9BBCED
Text Example
Text Example
White with #9BBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBCED; }
p { color: rgb(155,188,237); }
H1.HeaderClassName
{
color: #9BBCED;
}
.AnyTagClassName
{
color: #9BBCED;
}
</style>
background-color css
<style>
a { background-color: #9BBCED; }
a { background-color: rgb(155,188,237); }
div.DivClassName
{
background-color: #9BBCED;
}
.BgClassName
{
background-color: #9BBCED;
}
</style>
border-color css
<style>
span { border-color: #9BBCED; }
span { border-color: rgb(155,188,237); }
td.TdClassName
{
border-color: #9BBCED;
}
.TagClassName
{
border-color: #9BBCED;
}
</style>