Shades of Tropical Blue #9FBDE6
Tints of Tropical Blue #9FBDE6
RGB
CMYK
RGB Variations
Color information
#9FBDE6 (or 0x9FBDE6) is known color: Tropical Blue. HEX triplet: 9F, BD and E6. RGB value is (159,189,230). Sum of RGB (Red+Green+Blue) = 159+189+230=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FBDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBDE6 is #604219. Grayscale: #B8B8B8. Windows color (decimal): -6308378 or 15121823. OLE color: 15121823.
HSL color Cylindrical-coordinate representation of color #9FBDE6: hue angle of 214.65º degrees, saturation: 0.59, 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 #9FBDE6 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 189 | 230 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.10 |
| HSL | 214.65º | 0.59% | 0.76% | - |
| HSV(B) | 214.65º | 0.31% | 0.9% | - |
| XYZ | 46.78 | 49.48 | 81.95 | - |
| YUV | 184.7 | 153.56 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 230 | 0.31 | 0.18 | 0 | 0.10 | 214.65 | 0.59 | 0.76 |
| Hex | 9F | BD | E6 | 1F | 12 | 0 | A | D7 | 3B | 4C |
| Octal | 237 | 275 | 346 | 37 | 22 | 0 | 12 | 327 | 73 | 114 |
| Binary | 10011111 | 10111101 | 11100110 | 11111 | 10010 | 0 | 1010 | 11010111 | 111011 | 1001100 |
Color Harmonies of #9FBDE6
Complementary color
Monochromatic Colors of #9FBDE6
Black with #9FBDE6
Text Example
Text Example
White with #9FBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDE6; }
p { color: rgb(159,189,230); }
H1.HeaderClassName
{
color: #9FBDE6;
}
.AnyTagClassName
{
color: #9FBDE6;
}
</style>
background-color css
<style>
a { background-color: #9FBDE6; }
a { background-color: rgb(159,189,230); }
div.DivClassName
{
background-color: #9FBDE6;
}
.BgClassName
{
background-color: #9FBDE6;
}
</style>
border-color css
<style>
span { border-color: #9FBDE6; }
span { border-color: rgb(159,189,230); }
td.TdClassName
{
border-color: #9FBDE6;
}
.TagClassName
{
border-color: #9FBDE6;
}
</style>