Shades of Tropical Blue #B1C7FC
Tints of Tropical Blue #B1C7FC
RGB
CMYK
RGB Variations
Color information
#B1C7FC (or 0xB1C7FC) is known color: Tropical Blue. HEX triplet: B1, C7 and FC. RGB value is (177,199,252). Sum of RGB (Red+Green+Blue) = 177+199+252=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1C7FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C7FC is #4E3803. Grayscale: #C6C6C6. Windows color (decimal): -5126148 or 16566193. OLE color: 16566193.
HSL color Cylindrical-coordinate representation of color #B1C7FC: hue angle of 222.4º 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 #B1C7FC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 199 | 252 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.01 |
| HSL | 222.4º | 0.93% | 0.84% | - |
| HSV(B) | 222.4º | 0.3% | 0.99% | - |
| XYZ | 56.13 | 57.22 | 100.18 | - |
| YUV | 198.46 | 158.21 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 252 | 0.30 | 0.21 | 0 | 0.01 | 222.4 | 0.93 | 0.84 |
| Hex | B1 | C7 | FC | 1E | 15 | 0 | 1 | DE | 5D | 54 |
| Octal | 261 | 307 | 374 | 36 | 25 | 0 | 1 | 336 | 135 | 124 |
| Binary | 10110001 | 11000111 | 11111100 | 11110 | 10101 | 0 | 1 | 11011110 | 1011101 | 1010100 |
Color Harmonies of #B1C7FC
Complementary color
Monochromatic Colors of #B1C7FC
Black with #B1C7FC
Text Example
Text Example
White with #B1C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C7FC; }
p { color: rgb(177,199,252); }
H1.HeaderClassName
{
color: #B1C7FC;
}
.AnyTagClassName
{
color: #B1C7FC;
}
</style>
background-color css
<style>
a { background-color: #B1C7FC; }
a { background-color: rgb(177,199,252); }
div.DivClassName
{
background-color: #B1C7FC;
}
.BgClassName
{
background-color: #B1C7FC;
}
</style>
border-color css
<style>
span { border-color: #B1C7FC; }
span { border-color: rgb(177,199,252); }
td.TdClassName
{
border-color: #B1C7FC;
}
.TagClassName
{
border-color: #B1C7FC;
}
</style>