Shades of Tropical Blue #99BDF3
Tints of Tropical Blue #99BDF3
RGB
CMYK
RGB Variations
Color information
#99BDF3 (or 0x99BDF3) is known color: Tropical Blue. HEX triplet: 99, BD and F3. RGB value is (153,189,243). Sum of RGB (Red+Green+Blue) = 153+189+243=585 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.15% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #99BDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDF3 is #66420C. Grayscale: #B8B8B8. Windows color (decimal): -6701581 or 15973785. OLE color: 15973785.
HSL color Cylindrical-coordinate representation of color #99BDF3: hue angle of 216º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99BDF3 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 189 | 243 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.05 |
| HSL | 216º | 0.79% | 0.78% | - |
| HSV(B) | 216º | 0.37% | 0.95% | - |
| XYZ | 47.51 | 49.64 | 91.87 | - |
| YUV | 184.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 243 | 0.37 | 0.22 | 0 | 0.05 | 216 | 0.79 | 0.78 |
| Hex | 99 | BD | F3 | 25 | 16 | 0 | 5 | D8 | 4F | 4E |
| Octal | 231 | 275 | 363 | 45 | 26 | 0 | 5 | 330 | 117 | 116 |
| Binary | 10011001 | 10111101 | 11110011 | 100101 | 10110 | 0 | 101 | 11011000 | 1001111 | 1001110 |
Color Harmonies of #99BDF3
Complementary color
Monochromatic Colors of #99BDF3
Black with #99BDF3
Text Example
Text Example
White with #99BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDF3; }
p { color: rgb(153,189,243); }
H1.HeaderClassName
{
color: #99BDF3;
}
.AnyTagClassName
{
color: #99BDF3;
}
</style>
background-color css
<style>
a { background-color: #99BDF3; }
a { background-color: rgb(153,189,243); }
div.DivClassName
{
background-color: #99BDF3;
}
.BgClassName
{
background-color: #99BDF3;
}
</style>
border-color css
<style>
span { border-color: #99BDF3; }
span { border-color: rgb(153,189,243); }
td.TdClassName
{
border-color: #99BDF3;
}
.TagClassName
{
border-color: #99BDF3;
}
</style>