Shades of Tropical Blue #9FBDE8
Tints of Tropical Blue #9FBDE8
RGB
CMYK
RGB Variations
Color information
#9FBDE8 (or 0x9FBDE8) is known color: Tropical Blue. HEX triplet: 9F, BD and E8. RGB value is (159,189,232). Sum of RGB (Red+Green+Blue) = 159+189+232=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #9FBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDE8 is #604217. Grayscale: #B8B8B8. Windows color (decimal): -6308376 or 15252895. OLE color: 15252895.
HSL color Cylindrical-coordinate representation of color #9FBDE8: hue angle of 215.34º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FBDE8 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 189 | 232 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.09 |
| HSL | 215.34º | 0.61% | 0.77% | - |
| HSV(B) | 215.34º | 0.31% | 0.91% | - |
| XYZ | 47.06 | 49.59 | 83.44 | - |
| YUV | 184.93 | 154.56 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 232 | 0.31 | 0.19 | 0 | 0.09 | 215.34 | 0.61 | 0.77 |
| Hex | 9F | BD | E8 | 1F | 13 | 0 | 9 | D7 | 3D | 4D |
| Octal | 237 | 275 | 350 | 37 | 23 | 0 | 11 | 327 | 75 | 115 |
| Binary | 10011111 | 10111101 | 11101000 | 11111 | 10011 | 0 | 1001 | 11010111 | 111101 | 1001101 |
Color Harmonies of #9FBDE8
Complementary color
Monochromatic Colors of #9FBDE8
Black with #9FBDE8
Text Example
Text Example
White with #9FBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDE8; }
p { color: rgb(159,189,232); }
H1.HeaderClassName
{
color: #9FBDE8;
}
.AnyTagClassName
{
color: #9FBDE8;
}
</style>
background-color css
<style>
a { background-color: #9FBDE8; }
a { background-color: rgb(159,189,232); }
div.DivClassName
{
background-color: #9FBDE8;
}
.BgClassName
{
background-color: #9FBDE8;
}
</style>
border-color css
<style>
span { border-color: #9FBDE8; }
span { border-color: rgb(159,189,232); }
td.TdClassName
{
border-color: #9FBDE8;
}
.TagClassName
{
border-color: #9FBDE8;
}
</style>