Shades of Tropical Blue #9EBFEA
Tints of Tropical Blue #9EBFEA
RGB
CMYK
RGB Variations
Color information
#9EBFEA (or 0x9EBFEA) is known color: Tropical Blue. HEX triplet: 9E, BF and EA. RGB value is (158,191,234). Sum of RGB (Red+Green+Blue) = 158+191+234=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 191 (75% from 255 or 32.76% 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 #9EBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBFEA is #614015. Grayscale: #B9B9B9. Windows color (decimal): -6373398 or 15384478. OLE color: 15384478.
HSL color Cylindrical-coordinate representation of color #9EBFEA: hue angle of 213.95º 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 #9EBFEA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 191 | 234 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.08 |
| HSL | 213.95º | 0.64% | 0.77% | - |
| HSV(B) | 213.95º | 0.32% | 0.92% | - |
| XYZ | 47.58 | 50.47 | 85.08 | - |
| YUV | 186.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 234 | 0.32 | 0.18 | 0 | 0.08 | 213.95 | 0.64 | 0.77 |
| Hex | 9E | BF | EA | 20 | 12 | 0 | 8 | D6 | 40 | 4D |
| Octal | 236 | 277 | 352 | 40 | 22 | 0 | 10 | 326 | 100 | 115 |
| Binary | 10011110 | 10111111 | 11101010 | 100000 | 10010 | 0 | 1000 | 11010110 | 1000000 | 1001101 |
Color Harmonies of #9EBFEA
Complementary color
Monochromatic Colors of #9EBFEA
Black with #9EBFEA
Text Example
Text Example
White with #9EBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBFEA; }
p { color: rgb(158,191,234); }
H1.HeaderClassName
{
color: #9EBFEA;
}
.AnyTagClassName
{
color: #9EBFEA;
}
</style>
background-color css
<style>
a { background-color: #9EBFEA; }
a { background-color: rgb(158,191,234); }
div.DivClassName
{
background-color: #9EBFEA;
}
.BgClassName
{
background-color: #9EBFEA;
}
</style>
border-color css
<style>
span { border-color: #9EBFEA; }
span { border-color: rgb(158,191,234); }
td.TdClassName
{
border-color: #9EBFEA;
}
.TagClassName
{
border-color: #9EBFEA;
}
</style>