Shades of Tropical Blue #B1CBFC
Tints of Tropical Blue #B1CBFC
RGB
CMYK
RGB Variations
Color information
#B1CBFC (or 0xB1CBFC) is known color: Tropical Blue. HEX triplet: B1, CB and FC. RGB value is (177,203,252). Sum of RGB (Red+Green+Blue) = 177+203+252=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1CBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBFC is #4E3403. Grayscale: #C8C8C8. Windows color (decimal): -5125124 or 16567217. OLE color: 16567217.
HSL color Cylindrical-coordinate representation of color #B1CBFC: hue angle of 219.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1CBFC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 203 | 252 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.01 |
| HSL | 219.2º | 0.93% | 0.84% | - |
| HSV(B) | 219.2º | 0.3% | 0.99% | - |
| XYZ | 57.06 | 59.09 | 100.49 | - |
| YUV | 200.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 252 | 0.30 | 0.19 | 0 | 0.01 | 219.2 | 0.93 | 0.84 |
| Hex | B1 | CB | FC | 1E | 13 | 0 | 1 | DB | 5D | 54 |
| Octal | 261 | 313 | 374 | 36 | 23 | 0 | 1 | 333 | 135 | 124 |
| Binary | 10110001 | 11001011 | 11111100 | 11110 | 10011 | 0 | 1 | 11011011 | 1011101 | 1010100 |
Color Harmonies of #B1CBFC
Complementary color
Monochromatic Colors of #B1CBFC
Black with #B1CBFC
Text Example
Text Example
White with #B1CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CBFC; }
p { color: rgb(177,203,252); }
H1.HeaderClassName
{
color: #B1CBFC;
}
.AnyTagClassName
{
color: #B1CBFC;
}
</style>
background-color css
<style>
a { background-color: #B1CBFC; }
a { background-color: rgb(177,203,252); }
div.DivClassName
{
background-color: #B1CBFC;
}
.BgClassName
{
background-color: #B1CBFC;
}
</style>
border-color css
<style>
span { border-color: #B1CBFC; }
span { border-color: rgb(177,203,252); }
td.TdClassName
{
border-color: #B1CBFC;
}
.TagClassName
{
border-color: #B1CBFC;
}
</style>