Shades of Tropical Blue #9FC0EE
Tints of Tropical Blue #9FC0EE
RGB
CMYK
RGB Variations
Color information
#9FC0EE (or 0x9FC0EE) is known color: Tropical Blue. HEX triplet: 9F, C0 and EE. RGB value is (159,192,238). Sum of RGB (Red+Green+Blue) = 159+192+238=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC0EE is #603F11. Grayscale: #BBBBBB. Windows color (decimal): -6307602 or 15646879. OLE color: 15646879.
HSL color Cylindrical-coordinate representation of color #9FC0EE: hue angle of 214.94º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC0EE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 192 | 238 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.07 |
| HSL | 214.94º | 0.7% | 0.78% | - |
| HSV(B) | 214.94º | 0.33% | 0.93% | - |
| XYZ | 48.58 | 51.24 | 88.22 | - |
| YUV | 187.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 238 | 0.33 | 0.19 | 0 | 0.07 | 214.94 | 0.7 | 0.78 |
| Hex | 9F | C0 | EE | 21 | 13 | 0 | 7 | D7 | 46 | 4E |
| Octal | 237 | 300 | 356 | 41 | 23 | 0 | 7 | 327 | 106 | 116 |
| Binary | 10011111 | 11000000 | 11101110 | 100001 | 10011 | 0 | 111 | 11010111 | 1000110 | 1001110 |
Color Harmonies of #9FC0EE
Complementary color
Monochromatic Colors of #9FC0EE
Black with #9FC0EE
Text Example
Text Example
White with #9FC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC0EE; }
p { color: rgb(159,192,238); }
H1.HeaderClassName
{
color: #9FC0EE;
}
.AnyTagClassName
{
color: #9FC0EE;
}
</style>
background-color css
<style>
a { background-color: #9FC0EE; }
a { background-color: rgb(159,192,238); }
div.DivClassName
{
background-color: #9FC0EE;
}
.BgClassName
{
background-color: #9FC0EE;
}
</style>
border-color css
<style>
span { border-color: #9FC0EE; }
span { border-color: rgb(159,192,238); }
td.TdClassName
{
border-color: #9FC0EE;
}
.TagClassName
{
border-color: #9FC0EE;
}
</style>