Shades of Tropical Blue #9DBDF3
Tints of Tropical Blue #9DBDF3
RGB
CMYK
RGB Variations
Color information
#9DBDF3 (or 0x9DBDF3) is known color: Tropical Blue. HEX triplet: 9D, BD and F3. RGB value is (157,189,243). Sum of RGB (Red+Green+Blue) = 157+189+243=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DBDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDF3 is #62420C. Grayscale: #B9B9B9. Windows color (decimal): -6439437 or 15973789. OLE color: 15973789.
HSL color Cylindrical-coordinate representation of color #9DBDF3: hue angle of 217.67º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DBDF3 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 157 | 189 | 243 | - |
CMYK | 0.35 | 0.22 | 0 | 0.05 |
HSL | 217.67º | 0.78% | 0.78% | - |
HSV(B) | 217.67º | 0.35% | 0.95% | - |
XYZ | 48.28 | 50.03 | 91.91 | - |
YUV | 185.59 | 160.4 | 107.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 243 | 0.35 | 0.22 | 0 | 0.05 | 217.67 | 0.78 | 0.78 |
Hex | 9D | BD | F3 | 23 | 16 | 0 | 5 | DA | 4E | 4E |
Octal | 235 | 275 | 363 | 43 | 26 | 0 | 5 | 332 | 116 | 116 |
Binary | 10011101 | 10111101 | 11110011 | 100011 | 10110 | 0 | 101 | 11011010 | 1001110 | 1001110 |
Color Harmonies of #9DBDF3
Complementary color
Monochromatic Colors of #9DBDF3
Black with #9DBDF3
Text Example
Text Example
White with #9DBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDF3; }
p { color: rgb(157,189,243); }
H1.HeaderClassName
{
color: #9DBDF3;
}
.AnyTagClassName
{
color: #9DBDF3;
}
</style>
background-color css
<style>
a { background-color: #9DBDF3; }
a { background-color: rgb(157,189,243); }
div.DivClassName
{
background-color: #9DBDF3;
}
.BgClassName
{
background-color: #9DBDF3;
}
</style>
border-color css
<style>
span { border-color: #9DBDF3; }
span { border-color: rgb(157,189,243); }
td.TdClassName
{
border-color: #9DBDF3;
}
.TagClassName
{
border-color: #9DBDF3;
}
</style>