Shades of Tropical Blue #B5C8EC
Tints of Tropical Blue #B5C8EC
RGB
CMYK
RGB Variations
Color information
#B5C8EC (or 0xB5C8EC) is known color: Tropical Blue. HEX triplet: B5, C8 and EC. RGB value is (181,200,236). Sum of RGB (Red+Green+Blue) = 181+200+236=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5C8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5C8EC is #4A3713. Grayscale: #C6C6C6. Windows color (decimal): -4863764 or 15517877. OLE color: 15517877.
HSL color Cylindrical-coordinate representation of color #B5C8EC: hue angle of 219.27º 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 #B5C8EC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 200 | 236 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.07 |
| HSL | 219.27º | 0.59% | 0.82% | - |
| HSV(B) | 219.27º | 0.23% | 0.93% | - |
| XYZ | 54.85 | 57.19 | 87.5 | - |
| YUV | 198.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 236 | 0.23 | 0.15 | 0 | 0.07 | 219.27 | 0.59 | 0.82 |
| Hex | B5 | C8 | EC | 17 | F | 0 | 7 | DB | 3B | 52 |
| Octal | 265 | 310 | 354 | 27 | 17 | 0 | 7 | 333 | 73 | 122 |
| Binary | 10110101 | 11001000 | 11101100 | 10111 | 1111 | 0 | 111 | 11011011 | 111011 | 1010010 |
Color Harmonies of #B5C8EC
Complementary color
Monochromatic Colors of #B5C8EC
Black with #B5C8EC
Text Example
Text Example
White with #B5C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C8EC; }
p { color: rgb(181,200,236); }
H1.HeaderClassName
{
color: #B5C8EC;
}
.AnyTagClassName
{
color: #B5C8EC;
}
</style>
background-color css
<style>
a { background-color: #B5C8EC; }
a { background-color: rgb(181,200,236); }
div.DivClassName
{
background-color: #B5C8EC;
}
.BgClassName
{
background-color: #B5C8EC;
}
</style>
border-color css
<style>
span { border-color: #B5C8EC; }
span { border-color: rgb(181,200,236); }
td.TdClassName
{
border-color: #B5C8EC;
}
.TagClassName
{
border-color: #B5C8EC;
}
</style>