Shades of Tropical Blue #B0C7EF
Tints of Tropical Blue #B0C7EF
RGB
CMYK
RGB Variations
Color information
#B0C7EF (or 0xB0C7EF) is known color: Tropical Blue. HEX triplet: B0, C7 and EF. RGB value is (176,199,239). Sum of RGB (Red+Green+Blue) = 176+199+239=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0C7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C7EF is #4F3810. Grayscale: #C4C4C4. Windows color (decimal): -5191697 or 15714224. OLE color: 15714224.
HSL color Cylindrical-coordinate representation of color #B0C7EF: hue angle of 218.1º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C7EF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 199 | 239 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.06 |
| HSL | 218.1º | 0.66% | 0.81% | - |
| HSV(B) | 218.1º | 0.26% | 0.94% | - |
| XYZ | 53.91 | 56.31 | 89.69 | - |
| YUV | 196.68 | 151.88 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 239 | 0.26 | 0.17 | 0 | 0.06 | 218.1 | 0.66 | 0.81 |
| Hex | B0 | C7 | EF | 1A | 11 | 0 | 6 | DA | 42 | 51 |
| Octal | 260 | 307 | 357 | 32 | 21 | 0 | 6 | 332 | 102 | 121 |
| Binary | 10110000 | 11000111 | 11101111 | 11010 | 10001 | 0 | 110 | 11011010 | 1000010 | 1010001 |
Color Harmonies of #B0C7EF
Complementary color
Monochromatic Colors of #B0C7EF
Black with #B0C7EF
Text Example
Text Example
White with #B0C7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C7EF; }
p { color: rgb(176,199,239); }
H1.HeaderClassName
{
color: #B0C7EF;
}
.AnyTagClassName
{
color: #B0C7EF;
}
</style>
background-color css
<style>
a { background-color: #B0C7EF; }
a { background-color: rgb(176,199,239); }
div.DivClassName
{
background-color: #B0C7EF;
}
.BgClassName
{
background-color: #B0C7EF;
}
</style>
border-color css
<style>
span { border-color: #B0C7EF; }
span { border-color: rgb(176,199,239); }
td.TdClassName
{
border-color: #B0C7EF;
}
.TagClassName
{
border-color: #B0C7EF;
}
</style>