Shades of Malibu #54B9F9
Tints of Malibu #54B9F9
RGB
CMYK
RGB Variations
Color information
#54B9F9 (or 0x54B9F9) is known color: Malibu. HEX triplet: 54, B9 and F9. RGB value is (84,185,249). Sum of RGB (Red+Green+Blue) = 84+185+249=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #54B9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B9F9 is #AB4606. Grayscale: #A1A1A1. Windows color (decimal): -11224583 or 16365908. OLE color: 16365908.
HSL color Cylindrical-coordinate representation of color #54B9F9: hue angle of 203.27º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54B9F9 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 185 | 249 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.02 |
| HSL | 203.27º | 0.93% | 0.65% | - |
| HSV(B) | 203.27º | 0.66% | 0.98% | - |
| XYZ | 38.1 | 43.42 | 96 | - |
| YUV | 162.1 | 177.04 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 249 | 0.66 | 0.26 | 0 | 0.02 | 203.27 | 0.93 | 0.65 |
| Hex | 54 | B9 | F9 | 42 | 1A | 0 | 2 | CB | 5D | 41 |
| Octal | 124 | 271 | 371 | 102 | 32 | 0 | 2 | 313 | 135 | 101 |
| Binary | 1010100 | 10111001 | 11111001 | 1000010 | 11010 | 0 | 10 | 11001011 | 1011101 | 1000001 |
Color Harmonies of #54B9F9
Complementary color
Monochromatic Colors of #54B9F9
Black with #54B9F9
Text Example
Text Example
White with #54B9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B9F9; }
p { color: rgb(84,185,249); }
H1.HeaderClassName
{
color: #54B9F9;
}
.AnyTagClassName
{
color: #54B9F9;
}
</style>
background-color css
<style>
a { background-color: #54B9F9; }
a { background-color: rgb(84,185,249); }
div.DivClassName
{
background-color: #54B9F9;
}
.BgClassName
{
background-color: #54B9F9;
}
</style>
border-color css
<style>
span { border-color: #54B9F9; }
span { border-color: rgb(84,185,249); }
td.TdClassName
{
border-color: #54B9F9;
}
.TagClassName
{
border-color: #54B9F9;
}
</style>