Shades of Tropical Blue #9EC0EE
Tints of Tropical Blue #9EC0EE
RGB
CMYK
RGB Variations
Color information
#9EC0EE (or 0x9EC0EE) is known color: Tropical Blue. HEX triplet: 9E, C0 and EE. RGB value is (158,192,238). Sum of RGB (Red+Green+Blue) = 158+192+238=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC0EE is #613F11. Grayscale: #BABABA. Windows color (decimal): -6373138 or 15646878. OLE color: 15646878.
HSL color Cylindrical-coordinate representation of color #9EC0EE: hue angle of 214.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC0EE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 192 | 238 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.07 |
| HSL | 214.5º | 0.7% | 0.78% | - |
| HSV(B) | 214.5º | 0.34% | 0.93% | - |
| XYZ | 48.38 | 51.14 | 88.21 | - |
| YUV | 187.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 192 | 238 | 0.34 | 0.19 | 0 | 0.07 | 214.5 | 0.7 | 0.78 |
| Hex | 9E | C0 | EE | 22 | 13 | 0 | 7 | D6 | 46 | 4E |
| Octal | 236 | 300 | 356 | 42 | 23 | 0 | 7 | 326 | 106 | 116 |
| Binary | 10011110 | 11000000 | 11101110 | 100010 | 10011 | 0 | 111 | 11010110 | 1000110 | 1001110 |
Color Harmonies of #9EC0EE
Complementary color
Monochromatic Colors of #9EC0EE
Black with #9EC0EE
Text Example
Text Example
White with #9EC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC0EE; }
p { color: rgb(158,192,238); }
H1.HeaderClassName
{
color: #9EC0EE;
}
.AnyTagClassName
{
color: #9EC0EE;
}
</style>
background-color css
<style>
a { background-color: #9EC0EE; }
a { background-color: rgb(158,192,238); }
div.DivClassName
{
background-color: #9EC0EE;
}
.BgClassName
{
background-color: #9EC0EE;
}
</style>
border-color css
<style>
span { border-color: #9EC0EE; }
span { border-color: rgb(158,192,238); }
td.TdClassName
{
border-color: #9EC0EE;
}
.TagClassName
{
border-color: #9EC0EE;
}
</style>