Shades of Tropical Blue #B0C3EC
Tints of Tropical Blue #B0C3EC
RGB
CMYK
RGB Variations
Color information
#B0C3EC (or 0xB0C3EC) is known color: Tropical Blue. HEX triplet: B0, C3 and EC. RGB value is (176,195,236). Sum of RGB (Red+Green+Blue) = 176+195+236=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0C3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C3EC is #4F3C13. Grayscale: #C1C1C1. Windows color (decimal): -5192724 or 15516592. OLE color: 15516592.
HSL color Cylindrical-coordinate representation of color #B0C3EC: hue angle of 221º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0C3EC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 195 | 236 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.07 |
| HSL | 221º | 0.61% | 0.81% | - |
| HSV(B) | 221º | 0.25% | 0.93% | - |
| XYZ | 52.56 | 54.32 | 87.07 | - |
| YUV | 193.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 236 | 0.25 | 0.17 | 0 | 0.07 | 221 | 0.61 | 0.81 |
| Hex | B0 | C3 | EC | 19 | 11 | 0 | 7 | DD | 3D | 51 |
| Octal | 260 | 303 | 354 | 31 | 21 | 0 | 7 | 335 | 75 | 121 |
| Binary | 10110000 | 11000011 | 11101100 | 11001 | 10001 | 0 | 111 | 11011101 | 111101 | 1010001 |
Color Harmonies of #B0C3EC
Complementary color
Monochromatic Colors of #B0C3EC
Black with #B0C3EC
Text Example
Text Example
White with #B0C3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C3EC; }
p { color: rgb(176,195,236); }
H1.HeaderClassName
{
color: #B0C3EC;
}
.AnyTagClassName
{
color: #B0C3EC;
}
</style>
background-color css
<style>
a { background-color: #B0C3EC; }
a { background-color: rgb(176,195,236); }
div.DivClassName
{
background-color: #B0C3EC;
}
.BgClassName
{
background-color: #B0C3EC;
}
</style>
border-color css
<style>
span { border-color: #B0C3EC; }
span { border-color: rgb(176,195,236); }
td.TdClassName
{
border-color: #B0C3EC;
}
.TagClassName
{
border-color: #B0C3EC;
}
</style>