Shades of Tropical Blue #B1CBEC
Tints of Tropical Blue #B1CBEC
RGB
CMYK
RGB Variations
Color information
#B1CBEC (or 0xB1CBEC) is known color: Tropical Blue. HEX triplet: B1, CB and EC. RGB value is (177,203,236). Sum of RGB (Red+Green+Blue) = 177+203+236=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1CBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBEC is #4E3413. Grayscale: #C6C6C6. Windows color (decimal): -5125140 or 15518641. OLE color: 15518641.
HSL color Cylindrical-coordinate representation of color #B1CBEC: hue angle of 213.56º 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 #B1CBEC is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 203 | 236 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.07 |
| HSL | 213.56º | 0.61% | 0.81% | - |
| HSV(B) | 213.56º | 0.25% | 0.93% | - |
| XYZ | 54.63 | 58.12 | 87.7 | - |
| YUV | 198.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 236 | 0.25 | 0.14 | 0 | 0.07 | 213.56 | 0.61 | 0.81 |
| Hex | B1 | CB | EC | 19 | E | 0 | 7 | D6 | 3D | 51 |
| Octal | 261 | 313 | 354 | 31 | 16 | 0 | 7 | 326 | 75 | 121 |
| Binary | 10110001 | 11001011 | 11101100 | 11001 | 1110 | 0 | 111 | 11010110 | 111101 | 1010001 |
Color Harmonies of #B1CBEC
Complementary color
Monochromatic Colors of #B1CBEC
Black with #B1CBEC
Text Example
Text Example
White with #B1CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBEC; }
p { color: rgb(177,203,236); }
H1.HeaderClassName
{
color: #B1CBEC;
}
.AnyTagClassName
{
color: #B1CBEC;
}
</style>
background-color css
<style>
a { background-color: #B1CBEC; }
a { background-color: rgb(177,203,236); }
div.DivClassName
{
background-color: #B1CBEC;
}
.BgClassName
{
background-color: #B1CBEC;
}
</style>
border-color css
<style>
span { border-color: #B1CBEC; }
span { border-color: rgb(177,203,236); }
td.TdClassName
{
border-color: #B1CBEC;
}
.TagClassName
{
border-color: #B1CBEC;
}
</style>