Shades of Tropical Blue #9DBDED
Tints of Tropical Blue #9DBDED
RGB
CMYK
RGB Variations
Color information
#9DBDED (or 0x9DBDED) is known color: Tropical Blue. HEX triplet: 9D, BD and ED. RGB value is (157,189,237). Sum of RGB (Red+Green+Blue) = 157+189+237=583 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.93% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #9DBDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDED is #624212. Grayscale: #B8B8B8. Windows color (decimal): -6439443 or 15580573. OLE color: 15580573.
HSL color Cylindrical-coordinate representation of color #9DBDED: hue angle of 216º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DBDED is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 189 | 237 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.07 |
| HSL | 216º | 0.69% | 0.77% | - |
| HSV(B) | 216º | 0.34% | 0.93% | - |
| XYZ | 47.39 | 49.68 | 87.21 | - |
| YUV | 184.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 237 | 0.34 | 0.20 | 0 | 0.07 | 216 | 0.69 | 0.77 |
| Hex | 9D | BD | ED | 22 | 14 | 0 | 7 | D8 | 45 | 4D |
| Octal | 235 | 275 | 355 | 42 | 24 | 0 | 7 | 330 | 105 | 115 |
| Binary | 10011101 | 10111101 | 11101101 | 100010 | 10100 | 0 | 111 | 11011000 | 1000101 | 1001101 |
Color Harmonies of #9DBDED
Complementary color
Monochromatic Colors of #9DBDED
Black with #9DBDED
Text Example
Text Example
White with #9DBDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDED; }
p { color: rgb(157,189,237); }
H1.HeaderClassName
{
color: #9DBDED;
}
.AnyTagClassName
{
color: #9DBDED;
}
</style>
background-color css
<style>
a { background-color: #9DBDED; }
a { background-color: rgb(157,189,237); }
div.DivClassName
{
background-color: #9DBDED;
}
.BgClassName
{
background-color: #9DBDED;
}
</style>
border-color css
<style>
span { border-color: #9DBDED; }
span { border-color: rgb(157,189,237); }
td.TdClassName
{
border-color: #9DBDED;
}
.TagClassName
{
border-color: #9DBDED;
}
</style>