Shades of Tropical Blue #B0C4EF
Tints of Tropical Blue #B0C4EF
RGB
CMYK
RGB Variations
Color information
#B0C4EF (or 0xB0C4EF) is known color: Tropical Blue. HEX triplet: B0, C4 and EF. RGB value is (176,196,239). Sum of RGB (Red+Green+Blue) = 176+196+239=611 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.81% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0C4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C4EF is #4F3B10. Grayscale: #C2C2C2. Windows color (decimal): -5192465 or 15713456. OLE color: 15713456.
HSL color Cylindrical-coordinate representation of color #B0C4EF: hue angle of 220.95º 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 #B0C4EF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 196 | 239 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.06 |
| HSL | 220.95º | 0.66% | 0.81% | - |
| HSV(B) | 220.95º | 0.26% | 0.94% | - |
| XYZ | 53.22 | 54.94 | 89.46 | - |
| YUV | 194.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 239 | 0.26 | 0.18 | 0 | 0.06 | 220.95 | 0.66 | 0.81 |
| Hex | B0 | C4 | EF | 1A | 12 | 0 | 6 | DD | 42 | 51 |
| Octal | 260 | 304 | 357 | 32 | 22 | 0 | 6 | 335 | 102 | 121 |
| Binary | 10110000 | 11000100 | 11101111 | 11010 | 10010 | 0 | 110 | 11011101 | 1000010 | 1010001 |
Color Harmonies of #B0C4EF
Complementary color
Monochromatic Colors of #B0C4EF
Black with #B0C4EF
Text Example
Text Example
White with #B0C4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C4EF; }
p { color: rgb(176,196,239); }
H1.HeaderClassName
{
color: #B0C4EF;
}
.AnyTagClassName
{
color: #B0C4EF;
}
</style>
background-color css
<style>
a { background-color: #B0C4EF; }
a { background-color: rgb(176,196,239); }
div.DivClassName
{
background-color: #B0C4EF;
}
.BgClassName
{
background-color: #B0C4EF;
}
</style>
border-color css
<style>
span { border-color: #B0C4EF; }
span { border-color: rgb(176,196,239); }
td.TdClassName
{
border-color: #B0C4EF;
}
.TagClassName
{
border-color: #B0C4EF;
}
</style>