Shades of Tropical Blue #B4C8FB
Tints of Tropical Blue #B4C8FB
RGB
CMYK
RGB Variations
Color information
#B4C8FB (or 0xB4C8FB) is known color: Tropical Blue. HEX triplet: B4, C8 and FB. RGB value is (180,200,251). Sum of RGB (Red+Green+Blue) = 180+200+251=631 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.53% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C8FB is #4B3704. Grayscale: #C7C7C7. Windows color (decimal): -4929285 or 16500916. OLE color: 16500916.
HSL color Cylindrical-coordinate representation of color #B4C8FB: hue angle of 223.1º 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 #B4C8FB is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 200 | 251 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.02 |
| HSL | 223.1º | 0.9% | 0.85% | - |
| HSV(B) | 223.1º | 0.28% | 0.98% | - |
| XYZ | 56.89 | 57.98 | 99.46 | - |
| YUV | 199.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 251 | 0.28 | 0.20 | 0 | 0.02 | 223.1 | 0.9 | 0.85 |
| Hex | B4 | C8 | FB | 1C | 14 | 0 | 2 | DF | 5A | 55 |
| Octal | 264 | 310 | 373 | 34 | 24 | 0 | 2 | 337 | 132 | 125 |
| Binary | 10110100 | 11001000 | 11111011 | 11100 | 10100 | 0 | 10 | 11011111 | 1011010 | 1010101 |
Color Harmonies of #B4C8FB
Complementary color
Monochromatic Colors of #B4C8FB
Black with #B4C8FB
Text Example
Text Example
White with #B4C8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8FB; }
p { color: rgb(180,200,251); }
H1.HeaderClassName
{
color: #B4C8FB;
}
.AnyTagClassName
{
color: #B4C8FB;
}
</style>
background-color css
<style>
a { background-color: #B4C8FB; }
a { background-color: rgb(180,200,251); }
div.DivClassName
{
background-color: #B4C8FB;
}
.BgClassName
{
background-color: #B4C8FB;
}
</style>
border-color css
<style>
span { border-color: #B4C8FB; }
span { border-color: rgb(180,200,251); }
td.TdClassName
{
border-color: #B4C8FB;
}
.TagClassName
{
border-color: #B4C8FB;
}
</style>