Shades of Tropical Blue #B0CBE9
Tints of Tropical Blue #B0CBE9
RGB
CMYK
RGB Variations
Color information
#B0CBE9 (or 0xB0CBE9) is known color: Tropical Blue. HEX triplet: B0, CB and E9. RGB value is (176,203,233). Sum of RGB (Red+Green+Blue) = 176+203+233=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #B0CBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CBE9 is #4F3416. Grayscale: #C6C6C6. Windows color (decimal): -5190679 or 15322032. OLE color: 15322032.
HSL color Cylindrical-coordinate representation of color #B0CBE9: hue angle of 211.58º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0CBE9 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 203 | 233 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.09 |
| HSL | 211.58º | 0.56% | 0.8% | - |
| HSV(B) | 211.58º | 0.24% | 0.91% | - |
| XYZ | 53.97 | 57.83 | 85.41 | - |
| YUV | 198.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 233 | 0.24 | 0.13 | 0 | 0.09 | 211.58 | 0.56 | 0.8 |
| Hex | B0 | CB | E9 | 18 | D | 0 | 9 | D4 | 38 | 50 |
| Octal | 260 | 313 | 351 | 30 | 15 | 0 | 11 | 324 | 70 | 120 |
| Binary | 10110000 | 11001011 | 11101001 | 11000 | 1101 | 0 | 1001 | 11010100 | 111000 | 1010000 |
Color Harmonies of #B0CBE9
Complementary color
Monochromatic Colors of #B0CBE9
Black with #B0CBE9
Text Example
Text Example
White with #B0CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CBE9; }
p { color: rgb(176,203,233); }
H1.HeaderClassName
{
color: #B0CBE9;
}
.AnyTagClassName
{
color: #B0CBE9;
}
</style>
background-color css
<style>
a { background-color: #B0CBE9; }
a { background-color: rgb(176,203,233); }
div.DivClassName
{
background-color: #B0CBE9;
}
.BgClassName
{
background-color: #B0CBE9;
}
</style>
border-color css
<style>
span { border-color: #B0CBE9; }
span { border-color: rgb(176,203,233); }
td.TdClassName
{
border-color: #B0CBE9;
}
.TagClassName
{
border-color: #B0CBE9;
}
</style>