Shades of Malibu #54B1DF
Tints of Malibu #54B1DF
RGB
CMYK
RGB Variations
Color information
#54B1DF (or 0x54B1DF) is known color: Malibu. HEX triplet: 54, B1 and DF. RGB value is (84,177,223). Sum of RGB (Red+Green+Blue) = 84+177+223=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #54B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B1DF is #AB4E20. Grayscale: #9A9A9A. Windows color (decimal): -11226657 or 14659924. OLE color: 14659924.
HSL color Cylindrical-coordinate representation of color #54B1DF: hue angle of 199.86º 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 #54B1DF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 177 | 223 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.13 |
| HSL | 199.86º | 0.68% | 0.6% | - |
| HSV(B) | 199.86º | 0.62% | 0.87% | - |
| XYZ | 32.7 | 38.66 | 75.55 | - |
| YUV | 154.44 | 166.69 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 223 | 0.62 | 0.21 | 0 | 0.13 | 199.86 | 0.68 | 0.6 |
| Hex | 54 | B1 | DF | 3E | 15 | 0 | D | C8 | 44 | 3C |
| Octal | 124 | 261 | 337 | 76 | 25 | 0 | 15 | 310 | 104 | 74 |
| Binary | 1010100 | 10110001 | 11011111 | 111110 | 10101 | 0 | 1101 | 11001000 | 1000100 | 111100 |
Color Harmonies of #54B1DF
Complementary color
Monochromatic Colors of #54B1DF
Black with #54B1DF
Text Example
Text Example
White with #54B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B1DF; }
p { color: rgb(84,177,223); }
H1.HeaderClassName
{
color: #54B1DF;
}
.AnyTagClassName
{
color: #54B1DF;
}
</style>
background-color css
<style>
a { background-color: #54B1DF; }
a { background-color: rgb(84,177,223); }
div.DivClassName
{
background-color: #54B1DF;
}
.BgClassName
{
background-color: #54B1DF;
}
</style>
border-color css
<style>
span { border-color: #54B1DF; }
span { border-color: rgb(84,177,223); }
td.TdClassName
{
border-color: #54B1DF;
}
.TagClassName
{
border-color: #54B1DF;
}
</style>