Shades of Tropical Blue #B0C5FB
Tints of Tropical Blue #B0C5FB
RGB
CMYK
RGB Variations
Color information
#B0C5FB (or 0xB0C5FB) is known color: Tropical Blue. HEX triplet: B0, C5 and FB. RGB value is (176,197,251). Sum of RGB (Red+Green+Blue) = 176+197+251=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0C5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C5FB is #4F3A04. Grayscale: #C4C4C4. Windows color (decimal): -5192197 or 16500144. OLE color: 16500144.
HSL color Cylindrical-coordinate representation of color #B0C5FB: hue angle of 223.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C5FB is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 197 | 251 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.02 |
| HSL | 223.2º | 0.9% | 0.84% | - |
| HSV(B) | 223.2º | 0.3% | 0.98% | - |
| XYZ | 55.28 | 56.13 | 99.19 | - |
| YUV | 196.88 | 158.54 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 251 | 0.30 | 0.22 | 0 | 0.02 | 223.2 | 0.9 | 0.84 |
| Hex | B0 | C5 | FB | 1E | 16 | 0 | 2 | DF | 5A | 54 |
| Octal | 260 | 305 | 373 | 36 | 26 | 0 | 2 | 337 | 132 | 124 |
| Binary | 10110000 | 11000101 | 11111011 | 11110 | 10110 | 0 | 10 | 11011111 | 1011010 | 1010100 |
Color Harmonies of #B0C5FB
Complementary color
Monochromatic Colors of #B0C5FB
Black with #B0C5FB
Text Example
Text Example
White with #B0C5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5FB; }
p { color: rgb(176,197,251); }
H1.HeaderClassName
{
color: #B0C5FB;
}
.AnyTagClassName
{
color: #B0C5FB;
}
</style>
background-color css
<style>
a { background-color: #B0C5FB; }
a { background-color: rgb(176,197,251); }
div.DivClassName
{
background-color: #B0C5FB;
}
.BgClassName
{
background-color: #B0C5FB;
}
</style>
border-color css
<style>
span { border-color: #B0C5FB; }
span { border-color: rgb(176,197,251); }
td.TdClassName
{
border-color: #B0C5FB;
}
.TagClassName
{
border-color: #B0C5FB;
}
</style>