Shades of Tropical Blue #9FC0E5
Tints of Tropical Blue #9FC0E5
RGB
CMYK
RGB Variations
Color information
#9FC0E5 (or 0x9FC0E5) is known color: Tropical Blue. HEX triplet: 9F, C0 and E5. RGB value is (159,192,229). Sum of RGB (Red+Green+Blue) = 159+192+229=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FC0E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC0E5 is #603F1A. Grayscale: #BABABA. Windows color (decimal): -6307611 or 15057055. OLE color: 15057055.
HSL color Cylindrical-coordinate representation of color #9FC0E5: hue angle of 211.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FC0E5 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 192 | 229 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.10 |
| HSL | 211.71º | 0.57% | 0.76% | - |
| HSV(B) | 211.71º | 0.31% | 0.9% | - |
| XYZ | 47.29 | 50.73 | 81.43 | - |
| YUV | 186.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 229 | 0.31 | 0.16 | 0 | 0.10 | 211.71 | 0.57 | 0.76 |
| Hex | 9F | C0 | E5 | 1F | 10 | 0 | A | D4 | 39 | 4C |
| Octal | 237 | 300 | 345 | 37 | 20 | 0 | 12 | 324 | 71 | 114 |
| Binary | 10011111 | 11000000 | 11100101 | 11111 | 10000 | 0 | 1010 | 11010100 | 111001 | 1001100 |
Color Harmonies of #9FC0E5
Complementary color
Monochromatic Colors of #9FC0E5
Black with #9FC0E5
Text Example
Text Example
White with #9FC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC0E5; }
p { color: rgb(159,192,229); }
H1.HeaderClassName
{
color: #9FC0E5;
}
.AnyTagClassName
{
color: #9FC0E5;
}
</style>
background-color css
<style>
a { background-color: #9FC0E5; }
a { background-color: rgb(159,192,229); }
div.DivClassName
{
background-color: #9FC0E5;
}
.BgClassName
{
background-color: #9FC0E5;
}
</style>
border-color css
<style>
span { border-color: #9FC0E5; }
span { border-color: rgb(159,192,229); }
td.TdClassName
{
border-color: #9FC0E5;
}
.TagClassName
{
border-color: #9FC0E5;
}
</style>