Shades of Tropical Blue #B0C7FF
Tints of Tropical Blue #B0C7FF
RGB
CMYK
RGB Variations
Color information
#B0C7FF (or 0xB0C7FF) is known color: Tropical Blue. HEX triplet: B0, C7 and FF. RGB value is (176,199,255). Sum of RGB (Red+Green+Blue) = 176+199+255=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0C7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C7FF is #4F3800. Grayscale: #C6C6C6. Windows color (decimal): -5191681 or 16762800. OLE color: 16762800.
HSL color Cylindrical-coordinate representation of color #B0C7FF: hue angle of 222.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C7FF is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 199 | 255 | - |
| CMYK | 0.31 | 0.22 | 0 | 0 |
| HSL | 222.53º | 1% | 0.85% | - |
| HSV(B) | 222.53º | 0.31% | 1% | - |
| XYZ | 56.38 | 57.3 | 102.7 | - |
| YUV | 198.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 255 | 0.31 | 0.22 | 0 | 0 | 222.53 | 1 | 0.85 |
| Hex | B0 | C7 | FF | 1F | 16 | 0 | 0 | DF | 64 | 55 |
| Octal | 260 | 307 | 377 | 37 | 26 | 0 | 0 | 337 | 144 | 125 |
| Binary | 10110000 | 11000111 | 11111111 | 11111 | 10110 | 0 | 0 | 11011111 | 1100100 | 1010101 |
Color Harmonies of #B0C7FF
Complementary color
Monochromatic Colors of #B0C7FF
Black with #B0C7FF
Text Example
Text Example
White with #B0C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C7FF; }
p { color: rgb(176,199,255); }
H1.HeaderClassName
{
color: #B0C7FF;
}
.AnyTagClassName
{
color: #B0C7FF;
}
</style>
background-color css
<style>
a { background-color: #B0C7FF; }
a { background-color: rgb(176,199,255); }
div.DivClassName
{
background-color: #B0C7FF;
}
.BgClassName
{
background-color: #B0C7FF;
}
</style>
border-color css
<style>
span { border-color: #B0C7FF; }
span { border-color: rgb(176,199,255); }
td.TdClassName
{
border-color: #B0C7FF;
}
.TagClassName
{
border-color: #B0C7FF;
}
</style>