Shades of Tropical Blue #B0C7EE
Tints of Tropical Blue #B0C7EE
RGB
CMYK
RGB Variations
Color information
#B0C7EE (or 0xB0C7EE) is known color: Tropical Blue. HEX triplet: B0, C7 and EE. RGB value is (176,199,238). Sum of RGB (Red+Green+Blue) = 176+199+238=613 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.71% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #B0C7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C7EE is #4F3811. Grayscale: #C4C4C4. Windows color (decimal): -5191698 or 15648688. OLE color: 15648688.
HSL color Cylindrical-coordinate representation of color #B0C7EE: hue angle of 217.74º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C7EE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 199 | 238 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.07 |
| HSL | 217.74º | 0.65% | 0.81% | - |
| HSV(B) | 217.74º | 0.26% | 0.93% | - |
| XYZ | 53.76 | 56.25 | 88.91 | - |
| YUV | 196.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 238 | 0.26 | 0.16 | 0 | 0.07 | 217.74 | 0.65 | 0.81 |
| Hex | B0 | C7 | EE | 1A | 10 | 0 | 7 | DA | 41 | 51 |
| Octal | 260 | 307 | 356 | 32 | 20 | 0 | 7 | 332 | 101 | 121 |
| Binary | 10110000 | 11000111 | 11101110 | 11010 | 10000 | 0 | 111 | 11011010 | 1000001 | 1010001 |
Color Harmonies of #B0C7EE
Complementary color
Monochromatic Colors of #B0C7EE
Black with #B0C7EE
Text Example
Text Example
White with #B0C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C7EE; }
p { color: rgb(176,199,238); }
H1.HeaderClassName
{
color: #B0C7EE;
}
.AnyTagClassName
{
color: #B0C7EE;
}
</style>
background-color css
<style>
a { background-color: #B0C7EE; }
a { background-color: rgb(176,199,238); }
div.DivClassName
{
background-color: #B0C7EE;
}
.BgClassName
{
background-color: #B0C7EE;
}
</style>
border-color css
<style>
span { border-color: #B0C7EE; }
span { border-color: rgb(176,199,238); }
td.TdClassName
{
border-color: #B0C7EE;
}
.TagClassName
{
border-color: #B0C7EE;
}
</style>