Shades of Tropical Blue #9FC0E7
Tints of Tropical Blue #9FC0E7
RGB
CMYK
RGB Variations
Color information
#9FC0E7 (or 0x9FC0E7) is known color: Tropical Blue. HEX triplet: 9F, C0 and E7. RGB value is (159,192,231). Sum of RGB (Red+Green+Blue) = 159+192+231=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 231 (90.62% from 255 or 39.69% from 582); Max value from RGB is 231 - color contains mainly: blue. Hex color #9FC0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC0E7 is #603F18. Grayscale: #BABABA. Windows color (decimal): -6307609 or 15188127. OLE color: 15188127.
HSL color Cylindrical-coordinate representation of color #9FC0E7: hue angle of 212.5º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FC0E7 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 192 | 231 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.09 |
| HSL | 212.5º | 0.6% | 0.76% | - |
| HSV(B) | 212.5º | 0.31% | 0.91% | - |
| XYZ | 47.57 | 50.84 | 82.91 | - |
| YUV | 186.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 231 | 0.31 | 0.17 | 0 | 0.09 | 212.5 | 0.6 | 0.76 |
| Hex | 9F | C0 | E7 | 1F | 11 | 0 | 9 | D4 | 3C | 4C |
| Octal | 237 | 300 | 347 | 37 | 21 | 0 | 11 | 324 | 74 | 114 |
| Binary | 10011111 | 11000000 | 11100111 | 11111 | 10001 | 0 | 1001 | 11010100 | 111100 | 1001100 |
Color Harmonies of #9FC0E7
Complementary color
Monochromatic Colors of #9FC0E7
Black with #9FC0E7
Text Example
Text Example
White with #9FC0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC0E7; }
p { color: rgb(159,192,231); }
H1.HeaderClassName
{
color: #9FC0E7;
}
.AnyTagClassName
{
color: #9FC0E7;
}
</style>
background-color css
<style>
a { background-color: #9FC0E7; }
a { background-color: rgb(159,192,231); }
div.DivClassName
{
background-color: #9FC0E7;
}
.BgClassName
{
background-color: #9FC0E7;
}
</style>
border-color css
<style>
span { border-color: #9FC0E7; }
span { border-color: rgb(159,192,231); }
td.TdClassName
{
border-color: #9FC0E7;
}
.TagClassName
{
border-color: #9FC0E7;
}
</style>