Shades of Tropical Blue #9DBEF2
Tints of Tropical Blue #9DBEF2
RGB
CMYK
RGB Variations
Color information
#9DBEF2 (or 0x9DBEF2) is known color: Tropical Blue. HEX triplet: 9D, BE and F2. RGB value is (157,190,242). Sum of RGB (Red+Green+Blue) = 157+190+242=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DBEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBEF2 is #62410D. Grayscale: #B9B9B9. Windows color (decimal): -6439182 or 15908509. OLE color: 15908509.
HSL color Cylindrical-coordinate representation of color #9DBEF2: hue angle of 216.71º 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 #9DBEF2 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 190 | 242 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.05 |
| HSL | 216.71º | 0.77% | 0.78% | - |
| HSV(B) | 216.71º | 0.35% | 0.95% | - |
| XYZ | 48.35 | 50.41 | 91.19 | - |
| YUV | 186.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 242 | 0.35 | 0.21 | 0 | 0.05 | 216.71 | 0.77 | 0.78 |
| Hex | 9D | BE | F2 | 23 | 15 | 0 | 5 | D9 | 4D | 4E |
| Octal | 235 | 276 | 362 | 43 | 25 | 0 | 5 | 331 | 115 | 116 |
| Binary | 10011101 | 10111110 | 11110010 | 100011 | 10101 | 0 | 101 | 11011001 | 1001101 | 1001110 |
Color Harmonies of #9DBEF2
Complementary color
Monochromatic Colors of #9DBEF2
Black with #9DBEF2
Text Example
Text Example
White with #9DBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEF2; }
p { color: rgb(157,190,242); }
H1.HeaderClassName
{
color: #9DBEF2;
}
.AnyTagClassName
{
color: #9DBEF2;
}
</style>
background-color css
<style>
a { background-color: #9DBEF2; }
a { background-color: rgb(157,190,242); }
div.DivClassName
{
background-color: #9DBEF2;
}
.BgClassName
{
background-color: #9DBEF2;
}
</style>
border-color css
<style>
span { border-color: #9DBEF2; }
span { border-color: rgb(157,190,242); }
td.TdClassName
{
border-color: #9DBEF2;
}
.TagClassName
{
border-color: #9DBEF2;
}
</style>