Shades of Tropical Blue #B1C8EA
Tints of Tropical Blue #B1C8EA
RGB
CMYK
RGB Variations
Color information
#B1C8EA (or 0xB1C8EA) is known color: Tropical Blue. HEX triplet: B1, C8 and EA. RGB value is (177,200,234). Sum of RGB (Red+Green+Blue) = 177+200+234=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1C8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C8EA is #4E3715. Grayscale: #C4C4C4. Windows color (decimal): -5125910 or 15386801. OLE color: 15386801.
HSL color Cylindrical-coordinate representation of color #B1C8EA: hue angle of 215.79º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1C8EA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 200 | 234 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.08 |
| HSL | 215.79º | 0.58% | 0.81% | - |
| HSV(B) | 215.79º | 0.24% | 0.92% | - |
| XYZ | 53.64 | 56.6 | 85.94 | - |
| YUV | 197 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 234 | 0.24 | 0.15 | 0 | 0.08 | 215.79 | 0.58 | 0.81 |
| Hex | B1 | C8 | EA | 18 | F | 0 | 8 | D8 | 3A | 51 |
| Octal | 261 | 310 | 352 | 30 | 17 | 0 | 10 | 330 | 72 | 121 |
| Binary | 10110001 | 11001000 | 11101010 | 11000 | 1111 | 0 | 1000 | 11011000 | 111010 | 1010001 |
Color Harmonies of #B1C8EA
Complementary color
Monochromatic Colors of #B1C8EA
Black with #B1C8EA
Text Example
Text Example
White with #B1C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C8EA; }
p { color: rgb(177,200,234); }
H1.HeaderClassName
{
color: #B1C8EA;
}
.AnyTagClassName
{
color: #B1C8EA;
}
</style>
background-color css
<style>
a { background-color: #B1C8EA; }
a { background-color: rgb(177,200,234); }
div.DivClassName
{
background-color: #B1C8EA;
}
.BgClassName
{
background-color: #B1C8EA;
}
</style>
border-color css
<style>
span { border-color: #B1C8EA; }
span { border-color: rgb(177,200,234); }
td.TdClassName
{
border-color: #B1C8EA;
}
.TagClassName
{
border-color: #B1C8EA;
}
</style>