Shades of Tropical Blue #B2C5EC
Tints of Tropical Blue #B2C5EC
RGB
CMYK
RGB Variations
Color information
#B2C5EC (or 0xB2C5EC) is known color: Tropical Blue. HEX triplet: B2, C5 and EC. RGB value is (178,197,236). Sum of RGB (Red+Green+Blue) = 178+197+236=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2C5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2C5EC is #4D3A13. Grayscale: #C3C3C3. Windows color (decimal): -5061140 or 15517106. OLE color: 15517106.
HSL color Cylindrical-coordinate representation of color #B2C5EC: hue angle of 220.34º degrees, saturation: 0.6, 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 #B2C5EC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 197 | 236 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.07 |
| HSL | 220.34º | 0.6% | 0.81% | - |
| HSV(B) | 220.34º | 0.25% | 0.93% | - |
| XYZ | 53.47 | 55.45 | 87.24 | - |
| YUV | 195.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 236 | 0.25 | 0.17 | 0 | 0.07 | 220.34 | 0.6 | 0.81 |
| Hex | B2 | C5 | EC | 19 | 11 | 0 | 7 | DC | 3C | 51 |
| Octal | 262 | 305 | 354 | 31 | 21 | 0 | 7 | 334 | 74 | 121 |
| Binary | 10110010 | 11000101 | 11101100 | 11001 | 10001 | 0 | 111 | 11011100 | 111100 | 1010001 |
Color Harmonies of #B2C5EC
Complementary color
Monochromatic Colors of #B2C5EC
Black with #B2C5EC
Text Example
Text Example
White with #B2C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C5EC; }
p { color: rgb(178,197,236); }
H1.HeaderClassName
{
color: #B2C5EC;
}
.AnyTagClassName
{
color: #B2C5EC;
}
</style>
background-color css
<style>
a { background-color: #B2C5EC; }
a { background-color: rgb(178,197,236); }
div.DivClassName
{
background-color: #B2C5EC;
}
.BgClassName
{
background-color: #B2C5EC;
}
</style>
border-color css
<style>
span { border-color: #B2C5EC; }
span { border-color: rgb(178,197,236); }
td.TdClassName
{
border-color: #B2C5EC;
}
.TagClassName
{
border-color: #B2C5EC;
}
</style>