Shades of Tropical Blue #B4C9EB
Tints of Tropical Blue #B4C9EB
RGB
CMYK
RGB Variations
Color information
#B4C9EB (or 0xB4C9EB) is known color: Tropical Blue. HEX triplet: B4, C9 and EB. RGB value is (180,201,235). Sum of RGB (Red+Green+Blue) = 180+201+235=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4C9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C9EB is #4B3614. Grayscale: #C6C6C6. Windows color (decimal): -4929045 or 15452596. OLE color: 15452596.
HSL color Cylindrical-coordinate representation of color #B4C9EB: hue angle of 217.09º 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 #B4C9EB is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 201 | 235 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.08 |
| HSL | 217.09º | 0.58% | 0.81% | - |
| HSV(B) | 217.09º | 0.23% | 0.92% | - |
| XYZ | 54.7 | 57.47 | 86.81 | - |
| YUV | 198.6 | 148.54 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 201 | 235 | 0.23 | 0.14 | 0 | 0.08 | 217.09 | 0.58 | 0.81 |
| Hex | B4 | C9 | EB | 17 | E | 0 | 8 | D9 | 3A | 51 |
| Octal | 264 | 311 | 353 | 27 | 16 | 0 | 10 | 331 | 72 | 121 |
| Binary | 10110100 | 11001001 | 11101011 | 10111 | 1110 | 0 | 1000 | 11011001 | 111010 | 1010001 |
Color Harmonies of #B4C9EB
Complementary color
Monochromatic Colors of #B4C9EB
Black with #B4C9EB
Text Example
Text Example
White with #B4C9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C9EB; }
p { color: rgb(180,201,235); }
H1.HeaderClassName
{
color: #B4C9EB;
}
.AnyTagClassName
{
color: #B4C9EB;
}
</style>
background-color css
<style>
a { background-color: #B4C9EB; }
a { background-color: rgb(180,201,235); }
div.DivClassName
{
background-color: #B4C9EB;
}
.BgClassName
{
background-color: #B4C9EB;
}
</style>
border-color css
<style>
span { border-color: #B4C9EB; }
span { border-color: rgb(180,201,235); }
td.TdClassName
{
border-color: #B4C9EB;
}
.TagClassName
{
border-color: #B4C9EB;
}
</style>