Shades of Tropical Blue #9DBDEE
Tints of Tropical Blue #9DBDEE
RGB
CMYK
RGB Variations
Color information
#9DBDEE (or 0x9DBDEE) is known color: Tropical Blue. HEX triplet: 9D, BD and EE. RGB value is (157,189,238). Sum of RGB (Red+Green+Blue) = 157+189+238=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DBDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDEE is #624211. Grayscale: #B8B8B8. Windows color (decimal): -6439442 or 15646109. OLE color: 15646109.
HSL color Cylindrical-coordinate representation of color #9DBDEE: hue angle of 216.3º degrees, saturation: 0.7, 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 #9DBDEE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 189 | 238 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.07 |
| HSL | 216.3º | 0.7% | 0.77% | - |
| HSV(B) | 216.3º | 0.34% | 0.93% | - |
| XYZ | 47.53 | 49.74 | 87.98 | - |
| YUV | 185.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 238 | 0.34 | 0.21 | 0 | 0.07 | 216.3 | 0.7 | 0.77 |
| Hex | 9D | BD | EE | 22 | 15 | 0 | 7 | D8 | 46 | 4D |
| Octal | 235 | 275 | 356 | 42 | 25 | 0 | 7 | 330 | 106 | 115 |
| Binary | 10011101 | 10111101 | 11101110 | 100010 | 10101 | 0 | 111 | 11011000 | 1000110 | 1001101 |
Color Harmonies of #9DBDEE
Complementary color
Monochromatic Colors of #9DBDEE
Black with #9DBDEE
Text Example
Text Example
White with #9DBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDEE; }
p { color: rgb(157,189,238); }
H1.HeaderClassName
{
color: #9DBDEE;
}
.AnyTagClassName
{
color: #9DBDEE;
}
</style>
background-color css
<style>
a { background-color: #9DBDEE; }
a { background-color: rgb(157,189,238); }
div.DivClassName
{
background-color: #9DBDEE;
}
.BgClassName
{
background-color: #9DBDEE;
}
</style>
border-color css
<style>
span { border-color: #9DBDEE; }
span { border-color: rgb(157,189,238); }
td.TdClassName
{
border-color: #9DBDEE;
}
.TagClassName
{
border-color: #9DBDEE;
}
</style>