Shades of Tropical Blue #9FBEEA
Tints of Tropical Blue #9FBEEA
RGB
CMYK
RGB Variations
Color information
#9FBEEA (or 0x9FBEEA) is known color: Tropical Blue. HEX triplet: 9F, BE and EA. RGB value is (159,190,234). Sum of RGB (Red+Green+Blue) = 159+190+234=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FBEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBEEA is #604115. Grayscale: #B9B9B9. Windows color (decimal): -6308118 or 15384223. OLE color: 15384223.
HSL color Cylindrical-coordinate representation of color #9FBEEA: hue angle of 215.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBEEA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 190 | 234 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.08 |
| HSL | 215.2º | 0.64% | 0.77% | - |
| HSV(B) | 215.2º | 0.32% | 0.92% | - |
| XYZ | 47.56 | 50.14 | 85.01 | - |
| YUV | 185.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 234 | 0.32 | 0.19 | 0 | 0.08 | 215.2 | 0.64 | 0.77 |
| Hex | 9F | BE | EA | 20 | 13 | 0 | 8 | D7 | 40 | 4D |
| Octal | 237 | 276 | 352 | 40 | 23 | 0 | 10 | 327 | 100 | 115 |
| Binary | 10011111 | 10111110 | 11101010 | 100000 | 10011 | 0 | 1000 | 11010111 | 1000000 | 1001101 |
Color Harmonies of #9FBEEA
Complementary color
Monochromatic Colors of #9FBEEA
Black with #9FBEEA
Text Example
Text Example
White with #9FBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEEA; }
p { color: rgb(159,190,234); }
H1.HeaderClassName
{
color: #9FBEEA;
}
.AnyTagClassName
{
color: #9FBEEA;
}
</style>
background-color css
<style>
a { background-color: #9FBEEA; }
a { background-color: rgb(159,190,234); }
div.DivClassName
{
background-color: #9FBEEA;
}
.BgClassName
{
background-color: #9FBEEA;
}
</style>
border-color css
<style>
span { border-color: #9FBEEA; }
span { border-color: rgb(159,190,234); }
td.TdClassName
{
border-color: #9FBEEA;
}
.TagClassName
{
border-color: #9FBEEA;
}
</style>