Shades of Tropical Blue #B9D0FB
Tints of Tropical Blue #B9D0FB
RGB
CMYK
RGB Variations
Color information
#B9D0FB (or 0xB9D0FB) is known color: Tropical Blue. HEX triplet: B9, D0 and FB. RGB value is (185,208,251). Sum of RGB (Red+Green+Blue) = 185+208+251=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D0FB is #462F04. Grayscale: #CDCDCD. Windows color (decimal): -4599557 or 16502969. OLE color: 16502969.
HSL color Cylindrical-coordinate representation of color #B9D0FB: hue angle of 219.09º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9D0FB is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 208 | 251 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.02 |
| HSL | 219.09º | 0.89% | 0.85% | - |
| HSV(B) | 219.09º | 0.26% | 0.98% | - |
| XYZ | 59.98 | 62.39 | 100.15 | - |
| YUV | 206.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 251 | 0.26 | 0.17 | 0 | 0.02 | 219.09 | 0.89 | 0.85 |
| Hex | B9 | D0 | FB | 1A | 11 | 0 | 2 | DB | 59 | 55 |
| Octal | 271 | 320 | 373 | 32 | 21 | 0 | 2 | 333 | 131 | 125 |
| Binary | 10111001 | 11010000 | 11111011 | 11010 | 10001 | 0 | 10 | 11011011 | 1011001 | 1010101 |
Color Harmonies of #B9D0FB
Complementary color
Monochromatic Colors of #B9D0FB
Black with #B9D0FB
Text Example
Text Example
White with #B9D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D0FB; }
p { color: rgb(185,208,251); }
H1.HeaderClassName
{
color: #B9D0FB;
}
.AnyTagClassName
{
color: #B9D0FB;
}
</style>
background-color css
<style>
a { background-color: #B9D0FB; }
a { background-color: rgb(185,208,251); }
div.DivClassName
{
background-color: #B9D0FB;
}
.BgClassName
{
background-color: #B9D0FB;
}
</style>
border-color css
<style>
span { border-color: #B9D0FB; }
span { border-color: rgb(185,208,251); }
td.TdClassName
{
border-color: #B9D0FB;
}
.TagClassName
{
border-color: #B9D0FB;
}
</style>