Shades of Malibu #54BDF0
Tints of Malibu #54BDF0
RGB
CMYK
RGB Variations
Color information
#54BDF0 (or 0x54BDF0) is known color: Malibu. HEX triplet: 54, BD and F0. RGB value is (84,189,240). Sum of RGB (Red+Green+Blue) = 84+189+240=513 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.37% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #54BDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDF0 is #AB420F. Grayscale: #A3A3A3. Windows color (decimal): -11223568 or 15777108. OLE color: 15777108.
HSL color Cylindrical-coordinate representation of color #54BDF0: hue angle of 199.62º 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 #54BDF0 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 189 | 240 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.06 |
| HSL | 199.62º | 0.84% | 0.64% | - |
| HSV(B) | 199.62º | 0.65% | 0.94% | - |
| XYZ | 37.58 | 44.57 | 89.06 | - |
| YUV | 163.42 | 171.21 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 240 | 0.65 | 0.21 | 0 | 0.06 | 199.62 | 0.84 | 0.64 |
| Hex | 54 | BD | F0 | 41 | 15 | 0 | 6 | C8 | 54 | 40 |
| Octal | 124 | 275 | 360 | 101 | 25 | 0 | 6 | 310 | 124 | 100 |
| Binary | 1010100 | 10111101 | 11110000 | 1000001 | 10101 | 0 | 110 | 11001000 | 1010100 | 1000000 |
Color Harmonies of #54BDF0
Complementary color
Monochromatic Colors of #54BDF0
Black with #54BDF0
Text Example
Text Example
White with #54BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDF0; }
p { color: rgb(84,189,240); }
H1.HeaderClassName
{
color: #54BDF0;
}
.AnyTagClassName
{
color: #54BDF0;
}
</style>
background-color css
<style>
a { background-color: #54BDF0; }
a { background-color: rgb(84,189,240); }
div.DivClassName
{
background-color: #54BDF0;
}
.BgClassName
{
background-color: #54BDF0;
}
</style>
border-color css
<style>
span { border-color: #54BDF0; }
span { border-color: rgb(84,189,240); }
td.TdClassName
{
border-color: #54BDF0;
}
.TagClassName
{
border-color: #54BDF0;
}
</style>