Shades of Tropical Blue #9BBDE8
Tints of Tropical Blue #9BBDE8
RGB
CMYK
RGB Variations
Color information
#9BBDE8 (or 0x9BBDE8) is known color: Tropical Blue. HEX triplet: 9B, BD and E8. RGB value is (155,189,232). Sum of RGB (Red+Green+Blue) = 155+189+232=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #9BBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDE8 is #644217. Grayscale: #B7B7B7. Windows color (decimal): -6570520 or 15252891. OLE color: 15252891.
HSL color Cylindrical-coordinate representation of color #9BBDE8: hue angle of 213.51º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BBDE8 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 189 | 232 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.09 |
| HSL | 213.51º | 0.63% | 0.76% | - |
| HSV(B) | 213.51º | 0.33% | 0.91% | - |
| XYZ | 46.28 | 49.19 | 83.4 | - |
| YUV | 183.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 232 | 0.33 | 0.19 | 0 | 0.09 | 213.51 | 0.63 | 0.76 |
| Hex | 9B | BD | E8 | 21 | 13 | 0 | 9 | D6 | 3F | 4C |
| Octal | 233 | 275 | 350 | 41 | 23 | 0 | 11 | 326 | 77 | 114 |
| Binary | 10011011 | 10111101 | 11101000 | 100001 | 10011 | 0 | 1001 | 11010110 | 111111 | 1001100 |
Color Harmonies of #9BBDE8
Complementary color
Monochromatic Colors of #9BBDE8
Black with #9BBDE8
Text Example
Text Example
White with #9BBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDE8; }
p { color: rgb(155,189,232); }
H1.HeaderClassName
{
color: #9BBDE8;
}
.AnyTagClassName
{
color: #9BBDE8;
}
</style>
background-color css
<style>
a { background-color: #9BBDE8; }
a { background-color: rgb(155,189,232); }
div.DivClassName
{
background-color: #9BBDE8;
}
.BgClassName
{
background-color: #9BBDE8;
}
</style>
border-color css
<style>
span { border-color: #9BBDE8; }
span { border-color: rgb(155,189,232); }
td.TdClassName
{
border-color: #9BBDE8;
}
.TagClassName
{
border-color: #9BBDE8;
}
</style>