Shades of Tropical Blue #B8D0FB
Tints of Tropical Blue #B8D0FB
RGB
CMYK
RGB Variations
Color information
#B8D0FB (or 0xB8D0FB) is known color: Tropical Blue. HEX triplet: B8, D0 and FB. RGB value is (184,208,251). Sum of RGB (Red+Green+Blue) = 184+208+251=643 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.62% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D0FB is #472F04. Grayscale: #CDCDCD. Windows color (decimal): -4665093 or 16502968. OLE color: 16502968.
HSL color Cylindrical-coordinate representation of color #B8D0FB: hue angle of 218.51º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8D0FB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 208 | 251 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.02 |
| HSL | 218.51º | 0.89% | 0.85% | - |
| HSV(B) | 218.51º | 0.27% | 0.98% | - |
| XYZ | 59.74 | 62.27 | 100.14 | - |
| YUV | 205.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 251 | 0.27 | 0.17 | 0 | 0.02 | 218.51 | 0.89 | 0.85 |
| Hex | B8 | D0 | FB | 1B | 11 | 0 | 2 | DB | 59 | 55 |
| Octal | 270 | 320 | 373 | 33 | 21 | 0 | 2 | 333 | 131 | 125 |
| Binary | 10111000 | 11010000 | 11111011 | 11011 | 10001 | 0 | 10 | 11011011 | 1011001 | 1010101 |
Color Harmonies of #B8D0FB
Complementary color
Monochromatic Colors of #B8D0FB
Black with #B8D0FB
Text Example
Text Example
White with #B8D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D0FB; }
p { color: rgb(184,208,251); }
H1.HeaderClassName
{
color: #B8D0FB;
}
.AnyTagClassName
{
color: #B8D0FB;
}
</style>
background-color css
<style>
a { background-color: #B8D0FB; }
a { background-color: rgb(184,208,251); }
div.DivClassName
{
background-color: #B8D0FB;
}
.BgClassName
{
background-color: #B8D0FB;
}
</style>
border-color css
<style>
span { border-color: #B8D0FB; }
span { border-color: rgb(184,208,251); }
td.TdClassName
{
border-color: #B8D0FB;
}
.TagClassName
{
border-color: #B8D0FB;
}
</style>