Shades of Tropical Blue #9DC0EE
Tints of Tropical Blue #9DC0EE
RGB
CMYK
RGB Variations
Color information
#9DC0EE (or 0x9DC0EE) is known color: Tropical Blue. HEX triplet: 9D, C0 and EE. RGB value is (157,192,238). Sum of RGB (Red+Green+Blue) = 157+192+238=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC0EE is #623F11. Grayscale: #BABABA. Windows color (decimal): -6438674 or 15646877. OLE color: 15646877.
HSL color Cylindrical-coordinate representation of color #9DC0EE: hue angle of 214.07º degrees, saturation: 0.7, 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 #9DC0EE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 192 | 238 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.07 |
| HSL | 214.07º | 0.7% | 0.77% | - |
| HSV(B) | 214.07º | 0.34% | 0.93% | - |
| XYZ | 48.19 | 51.04 | 88.2 | - |
| YUV | 186.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 238 | 0.34 | 0.19 | 0 | 0.07 | 214.07 | 0.7 | 0.77 |
| Hex | 9D | C0 | EE | 22 | 13 | 0 | 7 | D6 | 46 | 4D |
| Octal | 235 | 300 | 356 | 42 | 23 | 0 | 7 | 326 | 106 | 115 |
| Binary | 10011101 | 11000000 | 11101110 | 100010 | 10011 | 0 | 111 | 11010110 | 1000110 | 1001101 |
Color Harmonies of #9DC0EE
Complementary color
Monochromatic Colors of #9DC0EE
Black with #9DC0EE
Text Example
Text Example
White with #9DC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC0EE; }
p { color: rgb(157,192,238); }
H1.HeaderClassName
{
color: #9DC0EE;
}
.AnyTagClassName
{
color: #9DC0EE;
}
</style>
background-color css
<style>
a { background-color: #9DC0EE; }
a { background-color: rgb(157,192,238); }
div.DivClassName
{
background-color: #9DC0EE;
}
.BgClassName
{
background-color: #9DC0EE;
}
</style>
border-color css
<style>
span { border-color: #9DC0EE; }
span { border-color: rgb(157,192,238); }
td.TdClassName
{
border-color: #9DC0EE;
}
.TagClassName
{
border-color: #9DC0EE;
}
</style>