Shades of Tropical Blue #B0C8EB
Tints of Tropical Blue #B0C8EB
RGB
CMYK
RGB Variations
Color information
#B0C8EB (or 0xB0C8EB) is known color: Tropical Blue. HEX triplet: B0, C8 and EB. RGB value is (176,200,235). Sum of RGB (Red+Green+Blue) = 176+200+235=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C8EB is #4F3714. Grayscale: #C4C4C4. Windows color (decimal): -5191445 or 15452336. OLE color: 15452336.
HSL color Cylindrical-coordinate representation of color #B0C8EB: hue angle of 215.59º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0C8EB is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 200 | 235 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.08 |
| HSL | 215.59º | 0.6% | 0.81% | - |
| HSV(B) | 215.59º | 0.25% | 0.92% | - |
| XYZ | 53.55 | 56.54 | 86.69 | - |
| YUV | 196.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 235 | 0.25 | 0.15 | 0 | 0.08 | 215.59 | 0.6 | 0.81 |
| Hex | B0 | C8 | EB | 19 | F | 0 | 8 | D8 | 3C | 51 |
| Octal | 260 | 310 | 353 | 31 | 17 | 0 | 10 | 330 | 74 | 121 |
| Binary | 10110000 | 11001000 | 11101011 | 11001 | 1111 | 0 | 1000 | 11011000 | 111100 | 1010001 |
Color Harmonies of #B0C8EB
Complementary color
Monochromatic Colors of #B0C8EB
Black with #B0C8EB
Text Example
Text Example
White with #B0C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C8EB; }
p { color: rgb(176,200,235); }
H1.HeaderClassName
{
color: #B0C8EB;
}
.AnyTagClassName
{
color: #B0C8EB;
}
</style>
background-color css
<style>
a { background-color: #B0C8EB; }
a { background-color: rgb(176,200,235); }
div.DivClassName
{
background-color: #B0C8EB;
}
.BgClassName
{
background-color: #B0C8EB;
}
</style>
border-color css
<style>
span { border-color: #B0C8EB; }
span { border-color: rgb(176,200,235); }
td.TdClassName
{
border-color: #B0C8EB;
}
.TagClassName
{
border-color: #B0C8EB;
}
</style>