Shades of Tropical Blue #B0C5EF
Tints of Tropical Blue #B0C5EF
RGB
CMYK
RGB Variations
Color information
#B0C5EF (or 0xB0C5EF) is known color: Tropical Blue. HEX triplet: B0, C5 and EF. RGB value is (176,197,239). Sum of RGB (Red+Green+Blue) = 176+197+239=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0C5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0C5EF is #4F3A10. Grayscale: #C3C3C3. Windows color (decimal): -5192209 or 15713712. OLE color: 15713712.
HSL color Cylindrical-coordinate representation of color #B0C5EF: hue angle of 220º 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 #B0C5EF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 197 | 239 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.06 |
| HSL | 220º | 0.66% | 0.81% | - |
| HSV(B) | 220º | 0.26% | 0.94% | - |
| XYZ | 53.45 | 55.39 | 89.54 | - |
| YUV | 195.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 239 | 0.26 | 0.18 | 0 | 0.06 | 220 | 0.66 | 0.81 |
| Hex | B0 | C5 | EF | 1A | 12 | 0 | 6 | DC | 42 | 51 |
| Octal | 260 | 305 | 357 | 32 | 22 | 0 | 6 | 334 | 102 | 121 |
| Binary | 10110000 | 11000101 | 11101111 | 11010 | 10010 | 0 | 110 | 11011100 | 1000010 | 1010001 |
Color Harmonies of #B0C5EF
Complementary color
Monochromatic Colors of #B0C5EF
Black with #B0C5EF
Text Example
Text Example
White with #B0C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5EF; }
p { color: rgb(176,197,239); }
H1.HeaderClassName
{
color: #B0C5EF;
}
.AnyTagClassName
{
color: #B0C5EF;
}
</style>
background-color css
<style>
a { background-color: #B0C5EF; }
a { background-color: rgb(176,197,239); }
div.DivClassName
{
background-color: #B0C5EF;
}
.BgClassName
{
background-color: #B0C5EF;
}
</style>
border-color css
<style>
span { border-color: #B0C5EF; }
span { border-color: rgb(176,197,239); }
td.TdClassName
{
border-color: #B0C5EF;
}
.TagClassName
{
border-color: #B0C5EF;
}
</style>