Shades of Tropical Blue #B1C3EC
Tints of Tropical Blue #B1C3EC
RGB
CMYK
RGB Variations
Color information
#B1C3EC (or 0xB1C3EC) is known color: Tropical Blue. HEX triplet: B1, C3 and EC. RGB value is (177,195,236). Sum of RGB (Red+Green+Blue) = 177+195+236=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1C3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C3EC is #4E3C13. Grayscale: #C2C2C2. Windows color (decimal): -5127188 or 15516593. OLE color: 15516593.
HSL color Cylindrical-coordinate representation of color #B1C3EC: hue angle of 221.69º 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 #B1C3EC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 195 | 236 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.07 |
| HSL | 221.69º | 0.61% | 0.81% | - |
| HSV(B) | 221.69º | 0.25% | 0.93% | - |
| XYZ | 52.79 | 54.43 | 87.08 | - |
| YUV | 194.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 236 | 0.25 | 0.17 | 0 | 0.07 | 221.69 | 0.61 | 0.81 |
| Hex | B1 | C3 | EC | 19 | 11 | 0 | 7 | DE | 3D | 51 |
| Octal | 261 | 303 | 354 | 31 | 21 | 0 | 7 | 336 | 75 | 121 |
| Binary | 10110001 | 11000011 | 11101100 | 11001 | 10001 | 0 | 111 | 11011110 | 111101 | 1010001 |
Color Harmonies of #B1C3EC
Complementary color
Monochromatic Colors of #B1C3EC
Black with #B1C3EC
Text Example
Text Example
White with #B1C3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C3EC; }
p { color: rgb(177,195,236); }
H1.HeaderClassName
{
color: #B1C3EC;
}
.AnyTagClassName
{
color: #B1C3EC;
}
</style>
background-color css
<style>
a { background-color: #B1C3EC; }
a { background-color: rgb(177,195,236); }
div.DivClassName
{
background-color: #B1C3EC;
}
.BgClassName
{
background-color: #B1C3EC;
}
</style>
border-color css
<style>
span { border-color: #B1C3EC; }
span { border-color: rgb(177,195,236); }
td.TdClassName
{
border-color: #B1C3EC;
}
.TagClassName
{
border-color: #B1C3EC;
}
</style>