Shades of Tropical Blue #9FBDEA
Tints of Tropical Blue #9FBDEA
RGB
CMYK
RGB Variations
Color information
#9FBDEA (or 0x9FBDEA) is known color: Tropical Blue. HEX triplet: 9F, BD and EA. RGB value is (159,189,234). Sum of RGB (Red+Green+Blue) = 159+189+234=582 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.32% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FBDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDEA is #604215. Grayscale: #B8B8B8. Windows color (decimal): -6308374 or 15383967. OLE color: 15383967.
HSL color Cylindrical-coordinate representation of color #9FBDEA: hue angle of 216º 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 #9FBDEA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 189 | 234 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.08 |
| HSL | 216º | 0.64% | 0.77% | - |
| HSV(B) | 216º | 0.32% | 0.92% | - |
| XYZ | 47.35 | 49.71 | 84.94 | - |
| YUV | 185.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 234 | 0.32 | 0.19 | 0 | 0.08 | 216 | 0.64 | 0.77 |
| Hex | 9F | BD | EA | 20 | 13 | 0 | 8 | D8 | 40 | 4D |
| Octal | 237 | 275 | 352 | 40 | 23 | 0 | 10 | 330 | 100 | 115 |
| Binary | 10011111 | 10111101 | 11101010 | 100000 | 10011 | 0 | 1000 | 11011000 | 1000000 | 1001101 |
Color Harmonies of #9FBDEA
Complementary color
Monochromatic Colors of #9FBDEA
Black with #9FBDEA
Text Example
Text Example
White with #9FBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDEA; }
p { color: rgb(159,189,234); }
H1.HeaderClassName
{
color: #9FBDEA;
}
.AnyTagClassName
{
color: #9FBDEA;
}
</style>
background-color css
<style>
a { background-color: #9FBDEA; }
a { background-color: rgb(159,189,234); }
div.DivClassName
{
background-color: #9FBDEA;
}
.BgClassName
{
background-color: #9FBDEA;
}
</style>
border-color css
<style>
span { border-color: #9FBDEA; }
span { border-color: rgb(159,189,234); }
td.TdClassName
{
border-color: #9FBDEA;
}
.TagClassName
{
border-color: #9FBDEA;
}
</style>