Shades of Tropical Blue #9CBCED
Tints of Tropical Blue #9CBCED
RGB
CMYK
RGB Variations
Color information
#9CBCED (or 0x9CBCED) is known color: Tropical Blue. HEX triplet: 9C, BC and ED. RGB value is (156,188,237). Sum of RGB (Red+Green+Blue) = 156+188+237=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CBCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBCED is #634312. Grayscale: #B7B7B7. Windows color (decimal): -6505235 or 15580316. OLE color: 15580316.
HSL color Cylindrical-coordinate representation of color #9CBCED: hue angle of 216.3º degrees, saturation: 0.69, 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 #9CBCED is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 188 | 237 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.07 |
| HSL | 216.3º | 0.69% | 0.77% | - |
| HSV(B) | 216.3º | 0.34% | 0.93% | - |
| XYZ | 46.98 | 49.15 | 87.13 | - |
| YUV | 184.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 237 | 0.34 | 0.21 | 0 | 0.07 | 216.3 | 0.69 | 0.77 |
| Hex | 9C | BC | ED | 22 | 15 | 0 | 7 | D8 | 45 | 4D |
| Octal | 234 | 274 | 355 | 42 | 25 | 0 | 7 | 330 | 105 | 115 |
| Binary | 10011100 | 10111100 | 11101101 | 100010 | 10101 | 0 | 111 | 11011000 | 1000101 | 1001101 |
Color Harmonies of #9CBCED
Complementary color
Monochromatic Colors of #9CBCED
Black with #9CBCED
Text Example
Text Example
White with #9CBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBCED; }
p { color: rgb(156,188,237); }
H1.HeaderClassName
{
color: #9CBCED;
}
.AnyTagClassName
{
color: #9CBCED;
}
</style>
background-color css
<style>
a { background-color: #9CBCED; }
a { background-color: rgb(156,188,237); }
div.DivClassName
{
background-color: #9CBCED;
}
.BgClassName
{
background-color: #9CBCED;
}
</style>
border-color css
<style>
span { border-color: #9CBCED; }
span { border-color: rgb(156,188,237); }
td.TdClassName
{
border-color: #9CBCED;
}
.TagClassName
{
border-color: #9CBCED;
}
</style>