Shades of Tropical Blue #9DC0EC
Tints of Tropical Blue #9DC0EC
RGB
CMYK
RGB Variations
Color information
#9DC0EC (or 0x9DC0EC) is known color: Tropical Blue. HEX triplet: 9D, C0 and EC. RGB value is (157,192,236). Sum of RGB (Red+Green+Blue) = 157+192+236=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DC0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC0EC is #623F13. Grayscale: #BABABA. Windows color (decimal): -6438676 or 15515805. OLE color: 15515805.
HSL color Cylindrical-coordinate representation of color #9DC0EC: hue angle of 213.42º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DC0EC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 192 | 236 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.07 |
| HSL | 213.42º | 0.68% | 0.77% | - |
| HSV(B) | 213.42º | 0.33% | 0.93% | - |
| XYZ | 47.89 | 50.92 | 86.66 | - |
| YUV | 186.55 | 155.9 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 236 | 0.33 | 0.19 | 0 | 0.07 | 213.42 | 0.68 | 0.77 |
| Hex | 9D | C0 | EC | 21 | 13 | 0 | 7 | D5 | 44 | 4D |
| Octal | 235 | 300 | 354 | 41 | 23 | 0 | 7 | 325 | 104 | 115 |
| Binary | 10011101 | 11000000 | 11101100 | 100001 | 10011 | 0 | 111 | 11010101 | 1000100 | 1001101 |
Color Harmonies of #9DC0EC
Complementary color
Monochromatic Colors of #9DC0EC
Black with #9DC0EC
Text Example
Text Example
White with #9DC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC0EC; }
p { color: rgb(157,192,236); }
H1.HeaderClassName
{
color: #9DC0EC;
}
.AnyTagClassName
{
color: #9DC0EC;
}
</style>
background-color css
<style>
a { background-color: #9DC0EC; }
a { background-color: rgb(157,192,236); }
div.DivClassName
{
background-color: #9DC0EC;
}
.BgClassName
{
background-color: #9DC0EC;
}
</style>
border-color css
<style>
span { border-color: #9DC0EC; }
span { border-color: rgb(157,192,236); }
td.TdClassName
{
border-color: #9DC0EC;
}
.TagClassName
{
border-color: #9DC0EC;
}
</style>