Shades of Tropical Blue #B4C7EF
Tints of Tropical Blue #B4C7EF
RGB
CMYK
RGB Variations
Color information
#B4C7EF (or 0xB4C7EF) is known color: Tropical Blue. HEX triplet: B4, C7 and EF. RGB value is (180,199,239). Sum of RGB (Red+Green+Blue) = 180+199+239=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4C7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C7EF is #4B3810. Grayscale: #C5C5C5. Windows color (decimal): -4929553 or 15714228. OLE color: 15714228.
HSL color Cylindrical-coordinate representation of color #B4C7EF: hue angle of 220.68º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4C7EF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 199 | 239 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.06 |
| HSL | 220.68º | 0.65% | 0.82% | - |
| HSV(B) | 220.68º | 0.25% | 0.94% | - |
| XYZ | 54.83 | 56.78 | 89.73 | - |
| YUV | 197.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 199 | 239 | 0.25 | 0.17 | 0 | 0.06 | 220.68 | 0.65 | 0.82 |
| Hex | B4 | C7 | EF | 19 | 11 | 0 | 6 | DD | 41 | 52 |
| Octal | 264 | 307 | 357 | 31 | 21 | 0 | 6 | 335 | 101 | 122 |
| Binary | 10110100 | 11000111 | 11101111 | 11001 | 10001 | 0 | 110 | 11011101 | 1000001 | 1010010 |
Color Harmonies of #B4C7EF
Complementary color
Monochromatic Colors of #B4C7EF
Black with #B4C7EF
Text Example
Text Example
White with #B4C7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C7EF; }
p { color: rgb(180,199,239); }
H1.HeaderClassName
{
color: #B4C7EF;
}
.AnyTagClassName
{
color: #B4C7EF;
}
</style>
background-color css
<style>
a { background-color: #B4C7EF; }
a { background-color: rgb(180,199,239); }
div.DivClassName
{
background-color: #B4C7EF;
}
.BgClassName
{
background-color: #B4C7EF;
}
</style>
border-color css
<style>
span { border-color: #B4C7EF; }
span { border-color: rgb(180,199,239); }
td.TdClassName
{
border-color: #B4C7EF;
}
.TagClassName
{
border-color: #B4C7EF;
}
</style>