Shades of Tropical Blue #B4C6FB
Tints of Tropical Blue #B4C6FB
RGB
CMYK
RGB Variations
Color information
#B4C6FB (or 0xB4C6FB) is known color: Tropical Blue. HEX triplet: B4, C6 and FB. RGB value is (180,198,251). Sum of RGB (Red+Green+Blue) = 180+198+251=629 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.62% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4C6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C6FB is #4B3904. Grayscale: #C6C6C6. Windows color (decimal): -4929797 or 16500404. OLE color: 16500404.
HSL color Cylindrical-coordinate representation of color #B4C6FB: hue angle of 224.79º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4C6FB is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 198 | 251 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.02 |
| HSL | 224.79º | 0.9% | 0.85% | - |
| HSV(B) | 224.79º | 0.28% | 0.98% | - |
| XYZ | 56.43 | 57.06 | 99.31 | - |
| YUV | 198.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 198 | 251 | 0.28 | 0.21 | 0 | 0.02 | 224.79 | 0.9 | 0.85 |
| Hex | B4 | C6 | FB | 1C | 15 | 0 | 2 | E1 | 5A | 55 |
| Octal | 264 | 306 | 373 | 34 | 25 | 0 | 2 | 341 | 132 | 125 |
| Binary | 10110100 | 11000110 | 11111011 | 11100 | 10101 | 0 | 10 | 11100001 | 1011010 | 1010101 |
Color Harmonies of #B4C6FB
Complementary color
Monochromatic Colors of #B4C6FB
Black with #B4C6FB
Text Example
Text Example
White with #B4C6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C6FB; }
p { color: rgb(180,198,251); }
H1.HeaderClassName
{
color: #B4C6FB;
}
.AnyTagClassName
{
color: #B4C6FB;
}
</style>
background-color css
<style>
a { background-color: #B4C6FB; }
a { background-color: rgb(180,198,251); }
div.DivClassName
{
background-color: #B4C6FB;
}
.BgClassName
{
background-color: #B4C6FB;
}
</style>
border-color css
<style>
span { border-color: #B4C6FB; }
span { border-color: rgb(180,198,251); }
td.TdClassName
{
border-color: #B4C6FB;
}
.TagClassName
{
border-color: #B4C6FB;
}
</style>