Shades of Tropical Blue #9CBDE8
Tints of Tropical Blue #9CBDE8
RGB
CMYK
RGB Variations
Color information
#9CBDE8 (or 0x9CBDE8) is known color: Tropical Blue. HEX triplet: 9C, BD and E8. RGB value is (156,189,232). Sum of RGB (Red+Green+Blue) = 156+189+232=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #9CBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBDE8 is #634217. Grayscale: #B7B7B7. Windows color (decimal): -6504984 or 15252892. OLE color: 15252892.
HSL color Cylindrical-coordinate representation of color #9CBDE8: hue angle of 213.95º degrees, saturation: 0.62, 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 #9CBDE8 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 189 | 232 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.09 |
| HSL | 213.95º | 0.62% | 0.76% | - |
| HSV(B) | 213.95º | 0.33% | 0.91% | - |
| XYZ | 46.47 | 49.29 | 83.41 | - |
| YUV | 184.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 189 | 232 | 0.33 | 0.19 | 0 | 0.09 | 213.95 | 0.62 | 0.76 |
| Hex | 9C | BD | E8 | 21 | 13 | 0 | 9 | D6 | 3E | 4C |
| Octal | 234 | 275 | 350 | 41 | 23 | 0 | 11 | 326 | 76 | 114 |
| Binary | 10011100 | 10111101 | 11101000 | 100001 | 10011 | 0 | 1001 | 11010110 | 111110 | 1001100 |
Color Harmonies of #9CBDE8
Complementary color
Monochromatic Colors of #9CBDE8
Black with #9CBDE8
Text Example
Text Example
White with #9CBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBDE8; }
p { color: rgb(156,189,232); }
H1.HeaderClassName
{
color: #9CBDE8;
}
.AnyTagClassName
{
color: #9CBDE8;
}
</style>
background-color css
<style>
a { background-color: #9CBDE8; }
a { background-color: rgb(156,189,232); }
div.DivClassName
{
background-color: #9CBDE8;
}
.BgClassName
{
background-color: #9CBDE8;
}
</style>
border-color css
<style>
span { border-color: #9CBDE8; }
span { border-color: rgb(156,189,232); }
td.TdClassName
{
border-color: #9CBDE8;
}
.TagClassName
{
border-color: #9CBDE8;
}
</style>