Shades of Tropical Blue #B0C7FC
Tints of Tropical Blue #B0C7FC
RGB
CMYK
RGB Variations
Color information
#B0C7FC (or 0xB0C7FC) is known color: Tropical Blue. HEX triplet: B0, C7 and FC. RGB value is (176,199,252). Sum of RGB (Red+Green+Blue) = 176+199+252=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0C7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C7FC is #4F3803. Grayscale: #C5C5C5. Windows color (decimal): -5191684 or 16566192. OLE color: 16566192.
HSL color Cylindrical-coordinate representation of color #B0C7FC: hue angle of 221.84º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0C7FC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 199 | 252 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.01 |
| HSL | 221.84º | 0.93% | 0.84% | - |
| HSV(B) | 221.84º | 0.3% | 0.99% | - |
| XYZ | 55.9 | 57.11 | 100.17 | - |
| YUV | 198.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 252 | 0.30 | 0.21 | 0 | 0.01 | 221.84 | 0.93 | 0.84 |
| Hex | B0 | C7 | FC | 1E | 15 | 0 | 1 | DE | 5D | 54 |
| Octal | 260 | 307 | 374 | 36 | 25 | 0 | 1 | 336 | 135 | 124 |
| Binary | 10110000 | 11000111 | 11111100 | 11110 | 10101 | 0 | 1 | 11011110 | 1011101 | 1010100 |
Color Harmonies of #B0C7FC
Complementary color
Monochromatic Colors of #B0C7FC
Black with #B0C7FC
Text Example
Text Example
White with #B0C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C7FC; }
p { color: rgb(176,199,252); }
H1.HeaderClassName
{
color: #B0C7FC;
}
.AnyTagClassName
{
color: #B0C7FC;
}
</style>
background-color css
<style>
a { background-color: #B0C7FC; }
a { background-color: rgb(176,199,252); }
div.DivClassName
{
background-color: #B0C7FC;
}
.BgClassName
{
background-color: #B0C7FC;
}
</style>
border-color css
<style>
span { border-color: #B0C7FC; }
span { border-color: rgb(176,199,252); }
td.TdClassName
{
border-color: #B0C7FC;
}
.TagClassName
{
border-color: #B0C7FC;
}
</style>