Shades of Tropical Blue #B4C7EA
Tints of Tropical Blue #B4C7EA
RGB
CMYK
RGB Variations
Color information
#B4C7EA (or 0xB4C7EA) is known color: Tropical Blue. HEX triplet: B4, C7 and EA. RGB value is (180,199,234). Sum of RGB (Red+Green+Blue) = 180+199+234=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #B4C7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C7EA is #4B3815. Grayscale: #C5C5C5. Windows color (decimal): -4929558 or 15386548. OLE color: 15386548.
HSL color Cylindrical-coordinate representation of color #B4C7EA: hue angle of 218.89º degrees, saturation: 0.56, 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 #B4C7EA is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 199 | 234 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.08 |
| HSL | 218.89º | 0.56% | 0.81% | - |
| HSV(B) | 218.89º | 0.23% | 0.92% | - |
| XYZ | 54.1 | 56.49 | 85.89 | - |
| YUV | 197.31 | 148.71 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 234 | 0.23 | 0.15 | 0 | 0.08 | 218.89 | 0.56 | 0.81 |
| Hex | B4 | C7 | EA | 17 | F | 0 | 8 | DB | 38 | 51 |
| Octal | 264 | 307 | 352 | 27 | 17 | 0 | 10 | 333 | 70 | 121 |
| Binary | 10110100 | 11000111 | 11101010 | 10111 | 1111 | 0 | 1000 | 11011011 | 111000 | 1010001 |
Color Harmonies of #B4C7EA
Complementary color
Monochromatic Colors of #B4C7EA
Black with #B4C7EA
Text Example
Text Example
White with #B4C7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C7EA; }
p { color: rgb(180,199,234); }
H1.HeaderClassName
{
color: #B4C7EA;
}
.AnyTagClassName
{
color: #B4C7EA;
}
</style>
background-color css
<style>
a { background-color: #B4C7EA; }
a { background-color: rgb(180,199,234); }
div.DivClassName
{
background-color: #B4C7EA;
}
.BgClassName
{
background-color: #B4C7EA;
}
</style>
border-color css
<style>
span { border-color: #B4C7EA; }
span { border-color: rgb(180,199,234); }
td.TdClassName
{
border-color: #B4C7EA;
}
.TagClassName
{
border-color: #B4C7EA;
}
</style>