Shades of Tropical Blue #9BBDEC
Tints of Tropical Blue #9BBDEC
RGB
CMYK
RGB Variations
Color information
#9BBDEC (or 0x9BBDEC) is known color: Tropical Blue. HEX triplet: 9B, BD and EC. RGB value is (155,189,236). Sum of RGB (Red+Green+Blue) = 155+189+236=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BBDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDEC is #644213. Grayscale: #B7B7B7. Windows color (decimal): -6570516 or 15515035. OLE color: 15515035.
HSL color Cylindrical-coordinate representation of color #9BBDEC: hue angle of 214.81º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BBDEC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 189 | 236 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.07 |
| HSL | 214.81º | 0.68% | 0.77% | - |
| HSV(B) | 214.81º | 0.34% | 0.93% | - |
| XYZ | 46.86 | 49.42 | 86.43 | - |
| YUV | 184.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 236 | 0.34 | 0.20 | 0 | 0.07 | 214.81 | 0.68 | 0.77 |
| Hex | 9B | BD | EC | 22 | 14 | 0 | 7 | D7 | 44 | 4D |
| Octal | 233 | 275 | 354 | 42 | 24 | 0 | 7 | 327 | 104 | 115 |
| Binary | 10011011 | 10111101 | 11101100 | 100010 | 10100 | 0 | 111 | 11010111 | 1000100 | 1001101 |
Color Harmonies of #9BBDEC
Complementary color
Monochromatic Colors of #9BBDEC
Black with #9BBDEC
Text Example
Text Example
White with #9BBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDEC; }
p { color: rgb(155,189,236); }
H1.HeaderClassName
{
color: #9BBDEC;
}
.AnyTagClassName
{
color: #9BBDEC;
}
</style>
background-color css
<style>
a { background-color: #9BBDEC; }
a { background-color: rgb(155,189,236); }
div.DivClassName
{
background-color: #9BBDEC;
}
.BgClassName
{
background-color: #9BBDEC;
}
</style>
border-color css
<style>
span { border-color: #9BBDEC; }
span { border-color: rgb(155,189,236); }
td.TdClassName
{
border-color: #9BBDEC;
}
.TagClassName
{
border-color: #9BBDEC;
}
</style>