Shades of Tropical Blue #B4C5EF
Tints of Tropical Blue #B4C5EF
RGB
CMYK
RGB Variations
Color information
#B4C5EF (or 0xB4C5EF) is known color: Tropical Blue. HEX triplet: B4, C5 and EF. RGB value is (180,197,239). Sum of RGB (Red+Green+Blue) = 180+197+239=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4C5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4C5EF is #4B3A10. Grayscale: #C4C4C4. Windows color (decimal): -4930065 or 15713716. OLE color: 15713716.
HSL color Cylindrical-coordinate representation of color #B4C5EF: hue angle of 222.71º 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 #B4C5EF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 197 | 239 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.06 |
| HSL | 222.71º | 0.65% | 0.82% | - |
| HSV(B) | 222.71º | 0.25% | 0.94% | - |
| XYZ | 54.37 | 55.87 | 89.58 | - |
| YUV | 196.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 239 | 0.25 | 0.18 | 0 | 0.06 | 222.71 | 0.65 | 0.82 |
| Hex | B4 | C5 | EF | 19 | 12 | 0 | 6 | DF | 41 | 52 |
| Octal | 264 | 305 | 357 | 31 | 22 | 0 | 6 | 337 | 101 | 122 |
| Binary | 10110100 | 11000101 | 11101111 | 11001 | 10010 | 0 | 110 | 11011111 | 1000001 | 1010010 |
Color Harmonies of #B4C5EF
Complementary color
Monochromatic Colors of #B4C5EF
Black with #B4C5EF
Text Example
Text Example
White with #B4C5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C5EF; }
p { color: rgb(180,197,239); }
H1.HeaderClassName
{
color: #B4C5EF;
}
.AnyTagClassName
{
color: #B4C5EF;
}
</style>
background-color css
<style>
a { background-color: #B4C5EF; }
a { background-color: rgb(180,197,239); }
div.DivClassName
{
background-color: #B4C5EF;
}
.BgClassName
{
background-color: #B4C5EF;
}
</style>
border-color css
<style>
span { border-color: #B4C5EF; }
span { border-color: rgb(180,197,239); }
td.TdClassName
{
border-color: #B4C5EF;
}
.TagClassName
{
border-color: #B4C5EF;
}
</style>