Shades of Tropical Blue #9DBDF2
Tints of Tropical Blue #9DBDF2
RGB
CMYK
RGB Variations
Color information
#9DBDF2 (or 0x9DBDF2) is known color: Tropical Blue. HEX triplet: 9D, BD and F2. RGB value is (157,189,242). Sum of RGB (Red+Green+Blue) = 157+189+242=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DBDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBDF2 is #62420D. Grayscale: #B9B9B9. Windows color (decimal): -6439438 or 15908253. OLE color: 15908253.
HSL color Cylindrical-coordinate representation of color #9DBDF2: hue angle of 217.41º degrees, saturation: 0.77, 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 #9DBDF2 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 157 | 189 | 242 | - |
CMYK | 0.35 | 0.22 | 0 | 0.05 |
HSL | 217.41º | 0.77% | 0.78% | - |
HSV(B) | 217.41º | 0.35% | 0.95% | - |
XYZ | 48.13 | 49.97 | 91.11 | - |
YUV | 185.47 | 159.9 | 107.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 189 | 242 | 0.35 | 0.22 | 0 | 0.05 | 217.41 | 0.77 | 0.78 |
Hex | 9D | BD | F2 | 23 | 16 | 0 | 5 | D9 | 4D | 4E |
Octal | 235 | 275 | 362 | 43 | 26 | 0 | 5 | 331 | 115 | 116 |
Binary | 10011101 | 10111101 | 11110010 | 100011 | 10110 | 0 | 101 | 11011001 | 1001101 | 1001110 |
Color Harmonies of #9DBDF2
Complementary color
Monochromatic Colors of #9DBDF2
Black with #9DBDF2
Text Example
Text Example
White with #9DBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBDF2; }
p { color: rgb(157,189,242); }
H1.HeaderClassName
{
color: #9DBDF2;
}
.AnyTagClassName
{
color: #9DBDF2;
}
</style>
background-color css
<style>
a { background-color: #9DBDF2; }
a { background-color: rgb(157,189,242); }
div.DivClassName
{
background-color: #9DBDF2;
}
.BgClassName
{
background-color: #9DBDF2;
}
</style>
border-color css
<style>
span { border-color: #9DBDF2; }
span { border-color: rgb(157,189,242); }
td.TdClassName
{
border-color: #9DBDF2;
}
.TagClassName
{
border-color: #9DBDF2;
}
</style>