Shades of Tropical Blue #B4C7FE
Tints of Tropical Blue #B4C7FE
RGB
CMYK
RGB Variations
Color information
#B4C7FE (or 0xB4C7FE) is known color: Tropical Blue. HEX triplet: B4, C7 and FE. RGB value is (180,199,254). Sum of RGB (Red+Green+Blue) = 180+199+254=633 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.44% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C7FE is #4B3801. Grayscale: #C7C7C7. Windows color (decimal): -4929538 or 16697268. OLE color: 16697268.
HSL color Cylindrical-coordinate representation of color #B4C7FE: hue angle of 224.59º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4C7FE is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 199 | 254 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.00 |
| HSL | 224.59º | 0.97% | 0.85% | - |
| HSV(B) | 224.59º | 0.29% | 1% | - |
| XYZ | 57.14 | 57.71 | 101.89 | - |
| YUV | 199.59 | 158.71 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 254 | 0.29 | 0.22 | 0 | 0.00 | 224.59 | 0.97 | 0.85 |
| Hex | B4 | C7 | FE | 1D | 16 | 0 | 0 | E1 | 61 | 55 |
| Octal | 264 | 307 | 376 | 35 | 26 | 0 | 0 | 341 | 141 | 125 |
| Binary | 10110100 | 11000111 | 11111110 | 11101 | 10110 | 0 | 0 | 11100001 | 1100001 | 1010101 |
Color Harmonies of #B4C7FE
Complementary color
Monochromatic Colors of #B4C7FE
Black with #B4C7FE
Text Example
Text Example
White with #B4C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C7FE; }
p { color: rgb(180,199,254); }
H1.HeaderClassName
{
color: #B4C7FE;
}
.AnyTagClassName
{
color: #B4C7FE;
}
</style>
background-color css
<style>
a { background-color: #B4C7FE; }
a { background-color: rgb(180,199,254); }
div.DivClassName
{
background-color: #B4C7FE;
}
.BgClassName
{
background-color: #B4C7FE;
}
</style>
border-color css
<style>
span { border-color: #B4C7FE; }
span { border-color: rgb(180,199,254); }
td.TdClassName
{
border-color: #B4C7FE;
}
.TagClassName
{
border-color: #B4C7FE;
}
</style>