Shades of Tropical Blue #99BDF0
Tints of Tropical Blue #99BDF0
RGB
CMYK
RGB Variations
Color information
#99BDF0 (or 0x99BDF0) is known color: Tropical Blue. HEX triplet: 99, BD and F0. RGB value is (153,189,240). Sum of RGB (Red+Green+Blue) = 153+189+240=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #99BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDF0 is #66420F. Grayscale: #B7B7B7. Windows color (decimal): -6701584 or 15777177. OLE color: 15777177.
HSL color Cylindrical-coordinate representation of color #99BDF0: hue angle of 215.17º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99BDF0 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 189 | 240 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.06 |
| HSL | 215.17º | 0.74% | 0.77% | - |
| HSV(B) | 215.17º | 0.36% | 0.94% | - |
| XYZ | 47.06 | 49.46 | 89.5 | - |
| YUV | 184.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 240 | 0.36 | 0.21 | 0 | 0.06 | 215.17 | 0.74 | 0.77 |
| Hex | 99 | BD | F0 | 24 | 15 | 0 | 6 | D7 | 4A | 4D |
| Octal | 231 | 275 | 360 | 44 | 25 | 0 | 6 | 327 | 112 | 115 |
| Binary | 10011001 | 10111101 | 11110000 | 100100 | 10101 | 0 | 110 | 11010111 | 1001010 | 1001101 |
Color Harmonies of #99BDF0
Complementary color
Monochromatic Colors of #99BDF0
Black with #99BDF0
Text Example
Text Example
White with #99BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDF0; }
p { color: rgb(153,189,240); }
H1.HeaderClassName
{
color: #99BDF0;
}
.AnyTagClassName
{
color: #99BDF0;
}
</style>
background-color css
<style>
a { background-color: #99BDF0; }
a { background-color: rgb(153,189,240); }
div.DivClassName
{
background-color: #99BDF0;
}
.BgClassName
{
background-color: #99BDF0;
}
</style>
border-color css
<style>
span { border-color: #99BDF0; }
span { border-color: rgb(153,189,240); }
td.TdClassName
{
border-color: #99BDF0;
}
.TagClassName
{
border-color: #99BDF0;
}
</style>