Shades of Tropical Blue #B1CBE6
Tints of Tropical Blue #B1CBE6
RGB
CMYK
RGB Variations
Color information
#B1CBE6 (or 0xB1CBE6) is known color: Tropical Blue. HEX triplet: B1, CB and E6. RGB value is (177,203,230). Sum of RGB (Red+Green+Blue) = 177+203+230=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #B1CBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBE6 is #4E3419. Grayscale: #C6C6C6. Windows color (decimal): -5125146 or 15125425. OLE color: 15125425.
HSL color Cylindrical-coordinate representation of color #B1CBE6: hue angle of 210.57º degrees, saturation: 0.51, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CBE6 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 203 | 230 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.10 |
| HSL | 210.57º | 0.51% | 0.8% | - |
| HSV(B) | 210.57º | 0.23% | 0.9% | - |
| XYZ | 53.77 | 57.77 | 83.18 | - |
| YUV | 198.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 230 | 0.23 | 0.12 | 0 | 0.10 | 210.57 | 0.51 | 0.8 |
| Hex | B1 | CB | E6 | 17 | C | 0 | A | D3 | 33 | 50 |
| Octal | 261 | 313 | 346 | 27 | 14 | 0 | 12 | 323 | 63 | 120 |
| Binary | 10110001 | 11001011 | 11100110 | 10111 | 1100 | 0 | 1010 | 11010011 | 110011 | 1010000 |
Color Harmonies of #B1CBE6
Complementary color
Monochromatic Colors of #B1CBE6
Black with #B1CBE6
Text Example
Text Example
White with #B1CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBE6; }
p { color: rgb(177,203,230); }
H1.HeaderClassName
{
color: #B1CBE6;
}
.AnyTagClassName
{
color: #B1CBE6;
}
</style>
background-color css
<style>
a { background-color: #B1CBE6; }
a { background-color: rgb(177,203,230); }
div.DivClassName
{
background-color: #B1CBE6;
}
.BgClassName
{
background-color: #B1CBE6;
}
</style>
border-color css
<style>
span { border-color: #B1CBE6; }
span { border-color: rgb(177,203,230); }
td.TdClassName
{
border-color: #B1CBE6;
}
.TagClassName
{
border-color: #B1CBE6;
}
</style>