Shades of Tropical Blue #99BDF2
Tints of Tropical Blue #99BDF2
RGB
CMYK
RGB Variations
Color information
#99BDF2 (or 0x99BDF2) is known color: Tropical Blue. HEX triplet: 99, BD and F2. RGB value is (153,189,242). Sum of RGB (Red+Green+Blue) = 153+189+242=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #99BDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDF2 is #66420D. Grayscale: #B8B8B8. Windows color (decimal): -6701582 or 15908249. OLE color: 15908249.
HSL color Cylindrical-coordinate representation of color #99BDF2: hue angle of 215.73º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99BDF2 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 189 | 242 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.05 |
| HSL | 215.73º | 0.77% | 0.77% | - |
| HSV(B) | 215.73º | 0.37% | 0.95% | - |
| XYZ | 47.36 | 49.58 | 91.08 | - |
| YUV | 184.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 242 | 0.37 | 0.22 | 0 | 0.05 | 215.73 | 0.77 | 0.77 |
| Hex | 99 | BD | F2 | 25 | 16 | 0 | 5 | D8 | 4D | 4D |
| Octal | 231 | 275 | 362 | 45 | 26 | 0 | 5 | 330 | 115 | 115 |
| Binary | 10011001 | 10111101 | 11110010 | 100101 | 10110 | 0 | 101 | 11011000 | 1001101 | 1001101 |
Color Harmonies of #99BDF2
Complementary color
Monochromatic Colors of #99BDF2
Black with #99BDF2
Text Example
Text Example
White with #99BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDF2; }
p { color: rgb(153,189,242); }
H1.HeaderClassName
{
color: #99BDF2;
}
.AnyTagClassName
{
color: #99BDF2;
}
</style>
background-color css
<style>
a { background-color: #99BDF2; }
a { background-color: rgb(153,189,242); }
div.DivClassName
{
background-color: #99BDF2;
}
.BgClassName
{
background-color: #99BDF2;
}
</style>
border-color css
<style>
span { border-color: #99BDF2; }
span { border-color: rgb(153,189,242); }
td.TdClassName
{
border-color: #99BDF2;
}
.TagClassName
{
border-color: #99BDF2;
}
</style>