Shades of Tropical Blue #99BDED
Tints of Tropical Blue #99BDED
RGB
CMYK
RGB Variations
Color information
#99BDED (or 0x99BDED) is known color: Tropical Blue. HEX triplet: 99, BD and ED. RGB value is (153,189,237). Sum of RGB (Red+Green+Blue) = 153+189+237=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #99BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDED is #664212. Grayscale: #B7B7B7. Windows color (decimal): -6701587 or 15580569. OLE color: 15580569.
HSL color Cylindrical-coordinate representation of color #99BDED: hue angle of 214.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99BDED is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 189 | 237 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.07 |
| HSL | 214.29º | 0.7% | 0.76% | - |
| HSV(B) | 214.29º | 0.35% | 0.93% | - |
| XYZ | 46.62 | 49.28 | 87.18 | - |
| YUV | 183.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 237 | 0.35 | 0.20 | 0 | 0.07 | 214.29 | 0.7 | 0.76 |
| Hex | 99 | BD | ED | 23 | 14 | 0 | 7 | D6 | 46 | 4C |
| Octal | 231 | 275 | 355 | 43 | 24 | 0 | 7 | 326 | 106 | 114 |
| Binary | 10011001 | 10111101 | 11101101 | 100011 | 10100 | 0 | 111 | 11010110 | 1000110 | 1001100 |
Color Harmonies of #99BDED
Complementary color
Monochromatic Colors of #99BDED
Black with #99BDED
Text Example
Text Example
White with #99BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDED; }
p { color: rgb(153,189,237); }
H1.HeaderClassName
{
color: #99BDED;
}
.AnyTagClassName
{
color: #99BDED;
}
</style>
background-color css
<style>
a { background-color: #99BDED; }
a { background-color: rgb(153,189,237); }
div.DivClassName
{
background-color: #99BDED;
}
.BgClassName
{
background-color: #99BDED;
}
</style>
border-color css
<style>
span { border-color: #99BDED; }
span { border-color: rgb(153,189,237); }
td.TdClassName
{
border-color: #99BDED;
}
.TagClassName
{
border-color: #99BDED;
}
</style>