Shades of Malibu #54BCF0
Tints of Malibu #54BCF0
RGB
CMYK
RGB Variations
Color information
#54BCF0 (or 0x54BCF0) is known color: Malibu. HEX triplet: 54, BC and F0. RGB value is (84,188,240). Sum of RGB (Red+Green+Blue) = 84+188+240=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #54BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCF0 is #AB430F. Grayscale: #A2A2A2. Windows color (decimal): -11223824 or 15776852. OLE color: 15776852.
HSL color Cylindrical-coordinate representation of color #54BCF0: hue angle of 200º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BCF0 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 188 | 240 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.06 |
| HSL | 200º | 0.84% | 0.64% | - |
| HSV(B) | 200º | 0.65% | 0.94% | - |
| XYZ | 37.37 | 44.14 | 88.99 | - |
| YUV | 162.83 | 171.54 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 240 | 0.65 | 0.22 | 0 | 0.06 | 200 | 0.84 | 0.64 |
| Hex | 54 | BC | F0 | 41 | 16 | 0 | 6 | C8 | 54 | 40 |
| Octal | 124 | 274 | 360 | 101 | 26 | 0 | 6 | 310 | 124 | 100 |
| Binary | 1010100 | 10111100 | 11110000 | 1000001 | 10110 | 0 | 110 | 11001000 | 1010100 | 1000000 |
Color Harmonies of #54BCF0
Complementary color
Monochromatic Colors of #54BCF0
Black with #54BCF0
Text Example
Text Example
White with #54BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCF0; }
p { color: rgb(84,188,240); }
H1.HeaderClassName
{
color: #54BCF0;
}
.AnyTagClassName
{
color: #54BCF0;
}
</style>
background-color css
<style>
a { background-color: #54BCF0; }
a { background-color: rgb(84,188,240); }
div.DivClassName
{
background-color: #54BCF0;
}
.BgClassName
{
background-color: #54BCF0;
}
</style>
border-color css
<style>
span { border-color: #54BCF0; }
span { border-color: rgb(84,188,240); }
td.TdClassName
{
border-color: #54BCF0;
}
.TagClassName
{
border-color: #54BCF0;
}
</style>