Shades of Tropical Blue #B4C6EB
Tints of Tropical Blue #B4C6EB
RGB
CMYK
RGB Variations
Color information
#B4C6EB (or 0xB4C6EB) is known color: Tropical Blue. HEX triplet: B4, C6 and EB. RGB value is (180,198,235). Sum of RGB (Red+Green+Blue) = 180+198+235=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C6EB is #4B3914. Grayscale: #C4C4C4. Windows color (decimal): -4929813 or 15451828. OLE color: 15451828.
HSL color Cylindrical-coordinate representation of color #B4C6EB: hue angle of 220.36º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4C6EB is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 198 | 235 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.08 |
| HSL | 220.36º | 0.58% | 0.81% | - |
| HSV(B) | 220.36º | 0.23% | 0.92% | - |
| XYZ | 54.01 | 56.09 | 86.58 | - |
| YUV | 196.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 235 | 0.23 | 0.16 | 0 | 0.08 | 220.36 | 0.58 | 0.81 |
| Hex | B4 | C6 | EB | 17 | 10 | 0 | 8 | DC | 3A | 51 |
| Octal | 264 | 306 | 353 | 27 | 20 | 0 | 10 | 334 | 72 | 121 |
| Binary | 10110100 | 11000110 | 11101011 | 10111 | 10000 | 0 | 1000 | 11011100 | 111010 | 1010001 |
Color Harmonies of #B4C6EB
Complementary color
Monochromatic Colors of #B4C6EB
Black with #B4C6EB
Text Example
Text Example
White with #B4C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C6EB; }
p { color: rgb(180,198,235); }
H1.HeaderClassName
{
color: #B4C6EB;
}
.AnyTagClassName
{
color: #B4C6EB;
}
</style>
background-color css
<style>
a { background-color: #B4C6EB; }
a { background-color: rgb(180,198,235); }
div.DivClassName
{
background-color: #B4C6EB;
}
.BgClassName
{
background-color: #B4C6EB;
}
</style>
border-color css
<style>
span { border-color: #B4C6EB; }
span { border-color: rgb(180,198,235); }
td.TdClassName
{
border-color: #B4C6EB;
}
.TagClassName
{
border-color: #B4C6EB;
}
</style>