Shades of Tropical Blue #B5C5EC
Tints of Tropical Blue #B5C5EC
RGB
CMYK
RGB Variations
Color information
#B5C5EC (or 0xB5C5EC) is known color: Tropical Blue. HEX triplet: B5, C5 and EC. RGB value is (181,197,236). Sum of RGB (Red+Green+Blue) = 181+197+236=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5C5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C5EC is #4A3A13. Grayscale: #C4C4C4. Windows color (decimal): -4864532 or 15517109. OLE color: 15517109.
HSL color Cylindrical-coordinate representation of color #B5C5EC: hue angle of 222.55º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5C5EC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 197 | 236 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.07 |
| HSL | 222.55º | 0.59% | 0.82% | - |
| HSV(B) | 222.55º | 0.23% | 0.93% | - |
| XYZ | 54.16 | 55.81 | 87.28 | - |
| YUV | 196.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 236 | 0.23 | 0.17 | 0 | 0.07 | 222.55 | 0.59 | 0.82 |
| Hex | B5 | C5 | EC | 17 | 11 | 0 | 7 | DF | 3B | 52 |
| Octal | 265 | 305 | 354 | 27 | 21 | 0 | 7 | 337 | 73 | 122 |
| Binary | 10110101 | 11000101 | 11101100 | 10111 | 10001 | 0 | 111 | 11011111 | 111011 | 1010010 |
Color Harmonies of #B5C5EC
Complementary color
Monochromatic Colors of #B5C5EC
Black with #B5C5EC
Text Example
Text Example
White with #B5C5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C5EC; }
p { color: rgb(181,197,236); }
H1.HeaderClassName
{
color: #B5C5EC;
}
.AnyTagClassName
{
color: #B5C5EC;
}
</style>
background-color css
<style>
a { background-color: #B5C5EC; }
a { background-color: rgb(181,197,236); }
div.DivClassName
{
background-color: #B5C5EC;
}
.BgClassName
{
background-color: #B5C5EC;
}
</style>
border-color css
<style>
span { border-color: #B5C5EC; }
span { border-color: rgb(181,197,236); }
td.TdClassName
{
border-color: #B5C5EC;
}
.TagClassName
{
border-color: #B5C5EC;
}
</style>