Shades of Tropical Blue #9DBDF0
Tints of Tropical Blue #9DBDF0
RGB
CMYK
RGB Variations
Color information
#9DBDF0 (or 0x9DBDF0) is known color: Tropical Blue. HEX triplet: 9D, BD and F0. RGB value is (157,189,240). Sum of RGB (Red+Green+Blue) = 157+189+240=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #9DBDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDF0 is #62420F. Grayscale: #B9B9B9. Windows color (decimal): -6439440 or 15777181. OLE color: 15777181.
HSL color Cylindrical-coordinate representation of color #9DBDF0: hue angle of 216.87º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DBDF0 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 157 | 189 | 240 | - |
CMYK | 0.35 | 0.21 | 0 | 0.06 |
HSL | 216.87º | 0.73% | 0.78% | - |
HSV(B) | 216.87º | 0.35% | 0.94% | - |
XYZ | 47.83 | 49.85 | 89.54 | - |
YUV | 185.25 | 158.9 | 107.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 240 | 0.35 | 0.21 | 0 | 0.06 | 216.87 | 0.73 | 0.78 |
Hex | 9D | BD | F0 | 23 | 15 | 0 | 6 | D9 | 49 | 4E |
Octal | 235 | 275 | 360 | 43 | 25 | 0 | 6 | 331 | 111 | 116 |
Binary | 10011101 | 10111101 | 11110000 | 100011 | 10101 | 0 | 110 | 11011001 | 1001001 | 1001110 |
Color Harmonies of #9DBDF0
Complementary color
Monochromatic Colors of #9DBDF0
Black with #9DBDF0
Text Example
Text Example
White with #9DBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDF0; }
p { color: rgb(157,189,240); }
H1.HeaderClassName
{
color: #9DBDF0;
}
.AnyTagClassName
{
color: #9DBDF0;
}
</style>
background-color css
<style>
a { background-color: #9DBDF0; }
a { background-color: rgb(157,189,240); }
div.DivClassName
{
background-color: #9DBDF0;
}
.BgClassName
{
background-color: #9DBDF0;
}
</style>
border-color css
<style>
span { border-color: #9DBDF0; }
span { border-color: rgb(157,189,240); }
td.TdClassName
{
border-color: #9DBDF0;
}
.TagClassName
{
border-color: #9DBDF0;
}
</style>