Shades of Tropical Blue #B4C6F7
Tints of Tropical Blue #B4C6F7
RGB
CMYK
RGB Variations
Color information
#B4C6F7 (or 0xB4C6F7) is known color: Tropical Blue. HEX triplet: B4, C6 and F7. RGB value is (180,198,247). Sum of RGB (Red+Green+Blue) = 180+198+247=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #B4C6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C6F7 is #4B3908. Grayscale: #C5C5C5. Windows color (decimal): -4929801 or 16238260. OLE color: 16238260.
HSL color Cylindrical-coordinate representation of color #B4C6F7: hue angle of 223.88º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4C6F7 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 198 | 247 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.03 |
| HSL | 223.88º | 0.81% | 0.84% | - |
| HSV(B) | 223.88º | 0.27% | 0.97% | - |
| XYZ | 55.8 | 56.81 | 96.02 | - |
| YUV | 198.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 247 | 0.27 | 0.20 | 0 | 0.03 | 223.88 | 0.81 | 0.84 |
| Hex | B4 | C6 | F7 | 1B | 14 | 0 | 3 | E0 | 51 | 54 |
| Octal | 264 | 306 | 367 | 33 | 24 | 0 | 3 | 340 | 121 | 124 |
| Binary | 10110100 | 11000110 | 11110111 | 11011 | 10100 | 0 | 11 | 11100000 | 1010001 | 1010100 |
Color Harmonies of #B4C6F7
Complementary color
Monochromatic Colors of #B4C6F7
Black with #B4C6F7
Text Example
Text Example
White with #B4C6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C6F7; }
p { color: rgb(180,198,247); }
H1.HeaderClassName
{
color: #B4C6F7;
}
.AnyTagClassName
{
color: #B4C6F7;
}
</style>
background-color css
<style>
a { background-color: #B4C6F7; }
a { background-color: rgb(180,198,247); }
div.DivClassName
{
background-color: #B4C6F7;
}
.BgClassName
{
background-color: #B4C6F7;
}
</style>
border-color css
<style>
span { border-color: #B4C6F7; }
span { border-color: rgb(180,198,247); }
td.TdClassName
{
border-color: #B4C6F7;
}
.TagClassName
{
border-color: #B4C6F7;
}
</style>