Shades of Tropical Blue #9DBFEA
Tints of Tropical Blue #9DBFEA
RGB
CMYK
RGB Variations
Color information
#9DBFEA (or 0x9DBFEA) is known color: Tropical Blue. HEX triplet: 9D, BF and EA. RGB value is (157,191,234). Sum of RGB (Red+Green+Blue) = 157+191+234=582 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.98% from 582); Green value is 191 (75% from 255 or 32.82% 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 #9DBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFEA is #624015. Grayscale: #B9B9B9. Windows color (decimal): -6438934 or 15384477. OLE color: 15384477.
HSL color Cylindrical-coordinate representation of color #9DBFEA: hue angle of 213.51º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DBFEA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 191 | 234 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.08 |
| HSL | 213.51º | 0.65% | 0.77% | - |
| HSV(B) | 213.51º | 0.33% | 0.92% | - |
| XYZ | 47.39 | 50.37 | 85.07 | - |
| YUV | 185.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 234 | 0.33 | 0.18 | 0 | 0.08 | 213.51 | 0.65 | 0.77 |
| Hex | 9D | BF | EA | 21 | 12 | 0 | 8 | D6 | 41 | 4D |
| Octal | 235 | 277 | 352 | 41 | 22 | 0 | 10 | 326 | 101 | 115 |
| Binary | 10011101 | 10111111 | 11101010 | 100001 | 10010 | 0 | 1000 | 11010110 | 1000001 | 1001101 |
Color Harmonies of #9DBFEA
Complementary color
Monochromatic Colors of #9DBFEA
Black with #9DBFEA
Text Example
Text Example
White with #9DBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFEA; }
p { color: rgb(157,191,234); }
H1.HeaderClassName
{
color: #9DBFEA;
}
.AnyTagClassName
{
color: #9DBFEA;
}
</style>
background-color css
<style>
a { background-color: #9DBFEA; }
a { background-color: rgb(157,191,234); }
div.DivClassName
{
background-color: #9DBFEA;
}
.BgClassName
{
background-color: #9DBFEA;
}
</style>
border-color css
<style>
span { border-color: #9DBFEA; }
span { border-color: rgb(157,191,234); }
td.TdClassName
{
border-color: #9DBFEA;
}
.TagClassName
{
border-color: #9DBFEA;
}
</style>