Shades of Tropical Blue #9DBDEB
Tints of Tropical Blue #9DBDEB
RGB
CMYK
RGB Variations
Color information
#9DBDEB (or 0x9DBDEB) is known color: Tropical Blue. HEX triplet: 9D, BD and EB. RGB value is (157,189,235). Sum of RGB (Red+Green+Blue) = 157+189+235=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DBDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDEB is #624214. Grayscale: #B8B8B8. Windows color (decimal): -6439445 or 15449501. OLE color: 15449501.
HSL color Cylindrical-coordinate representation of color #9DBDEB: hue angle of 215.38º degrees, saturation: 0.66, 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 #9DBDEB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 189 | 235 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.08 |
| HSL | 215.38º | 0.66% | 0.77% | - |
| HSV(B) | 215.38º | 0.33% | 0.92% | - |
| XYZ | 47.1 | 49.56 | 85.68 | - |
| YUV | 184.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 235 | 0.33 | 0.20 | 0 | 0.08 | 215.38 | 0.66 | 0.77 |
| Hex | 9D | BD | EB | 21 | 14 | 0 | 8 | D7 | 42 | 4D |
| Octal | 235 | 275 | 353 | 41 | 24 | 0 | 10 | 327 | 102 | 115 |
| Binary | 10011101 | 10111101 | 11101011 | 100001 | 10100 | 0 | 1000 | 11010111 | 1000010 | 1001101 |
Color Harmonies of #9DBDEB
Complementary color
Monochromatic Colors of #9DBDEB
Black with #9DBDEB
Text Example
Text Example
White with #9DBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDEB; }
p { color: rgb(157,189,235); }
H1.HeaderClassName
{
color: #9DBDEB;
}
.AnyTagClassName
{
color: #9DBDEB;
}
</style>
background-color css
<style>
a { background-color: #9DBDEB; }
a { background-color: rgb(157,189,235); }
div.DivClassName
{
background-color: #9DBDEB;
}
.BgClassName
{
background-color: #9DBDEB;
}
</style>
border-color css
<style>
span { border-color: #9DBDEB; }
span { border-color: rgb(157,189,235); }
td.TdClassName
{
border-color: #9DBDEB;
}
.TagClassName
{
border-color: #9DBDEB;
}
</style>