Shades of Malibu #54B9DF
Tints of Malibu #54B9DF
RGB
CMYK
RGB Variations
Color information
#54B9DF (or 0x54B9DF) is known color: Malibu. HEX triplet: 54, B9 and DF. RGB value is (84,185,223). Sum of RGB (Red+Green+Blue) = 84+185+223=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #54B9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9DF is #AB4620. Grayscale: #9E9E9E. Windows color (decimal): -11224609 or 14661972. OLE color: 14661972.
HSL color Cylindrical-coordinate representation of color #54B9DF: hue angle of 196.4º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B9DF is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 185 | 223 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.13 |
| HSL | 196.4º | 0.68% | 0.6% | - |
| HSV(B) | 196.4º | 0.62% | 0.87% | - |
| XYZ | 34.32 | 41.91 | 76.09 | - |
| YUV | 159.13 | 164.04 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 185 | 223 | 0.62 | 0.17 | 0 | 0.13 | 196.4 | 0.68 | 0.6 |
| Hex | 54 | B9 | DF | 3E | 11 | 0 | D | C4 | 44 | 3C |
| Octal | 124 | 271 | 337 | 76 | 21 | 0 | 15 | 304 | 104 | 74 |
| Binary | 1010100 | 10111001 | 11011111 | 111110 | 10001 | 0 | 1101 | 11000100 | 1000100 | 111100 |
Color Harmonies of #54B9DF
Complementary color
Monochromatic Colors of #54B9DF
Black with #54B9DF
Text Example
Text Example
White with #54B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B9DF; }
p { color: rgb(84,185,223); }
H1.HeaderClassName
{
color: #54B9DF;
}
.AnyTagClassName
{
color: #54B9DF;
}
</style>
background-color css
<style>
a { background-color: #54B9DF; }
a { background-color: rgb(84,185,223); }
div.DivClassName
{
background-color: #54B9DF;
}
.BgClassName
{
background-color: #54B9DF;
}
</style>
border-color css
<style>
span { border-color: #54B9DF; }
span { border-color: rgb(84,185,223); }
td.TdClassName
{
border-color: #54B9DF;
}
.TagClassName
{
border-color: #54B9DF;
}
</style>