Shades of Tropical Blue #9FC1EF
Tints of Tropical Blue #9FC1EF
RGB
CMYK
RGB Variations
Color information
#9FC1EF (or 0x9FC1EF) is known color: Tropical Blue. HEX triplet: 9F, C1 and EF. RGB value is (159,193,239). Sum of RGB (Red+Green+Blue) = 159+193+239=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FC1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC1EF is #603E10. Grayscale: #BBBBBB. Windows color (decimal): -6307345 or 15712671. OLE color: 15712671.
HSL color Cylindrical-coordinate representation of color #9FC1EF: hue angle of 214.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FC1EF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 193 | 239 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.06 |
| HSL | 214.5º | 0.71% | 0.78% | - |
| HSV(B) | 214.5º | 0.33% | 0.94% | - |
| XYZ | 48.95 | 51.74 | 89.07 | - |
| YUV | 188.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 239 | 0.33 | 0.19 | 0 | 0.06 | 214.5 | 0.71 | 0.78 |
| Hex | 9F | C1 | EF | 21 | 13 | 0 | 6 | D6 | 47 | 4E |
| Octal | 237 | 301 | 357 | 41 | 23 | 0 | 6 | 326 | 107 | 116 |
| Binary | 10011111 | 11000001 | 11101111 | 100001 | 10011 | 0 | 110 | 11010110 | 1000111 | 1001110 |
Color Harmonies of #9FC1EF
Complementary color
Monochromatic Colors of #9FC1EF
Black with #9FC1EF
Text Example
Text Example
White with #9FC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC1EF; }
p { color: rgb(159,193,239); }
H1.HeaderClassName
{
color: #9FC1EF;
}
.AnyTagClassName
{
color: #9FC1EF;
}
</style>
background-color css
<style>
a { background-color: #9FC1EF; }
a { background-color: rgb(159,193,239); }
div.DivClassName
{
background-color: #9FC1EF;
}
.BgClassName
{
background-color: #9FC1EF;
}
</style>
border-color css
<style>
span { border-color: #9FC1EF; }
span { border-color: rgb(159,193,239); }
td.TdClassName
{
border-color: #9FC1EF;
}
.TagClassName
{
border-color: #9FC1EF;
}
</style>