Shades of Malibu #54BDDD
Tints of Malibu #54BDDD
RGB
CMYK
RGB Variations
Color information
#54BDDD (or 0x54BDDD) is known color: Malibu. HEX triplet: 54, BD and DD. RGB value is (84,189,221). Sum of RGB (Red+Green+Blue) = 84+189+221=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #54BDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDDD is #AB4222. Grayscale: #A1A1A1. Windows color (decimal): -11223587 or 14531924. OLE color: 14531924.
HSL color Cylindrical-coordinate representation of color #54BDDD: hue angle of 194.01º degrees, saturation: 0.67, 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 #54BDDD is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 189 | 221 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.13 |
| HSL | 194.01º | 0.67% | 0.6% | - |
| HSV(B) | 194.01º | 0.62% | 0.87% | - |
| XYZ | 34.9 | 43.5 | 74.96 | - |
| YUV | 161.25 | 161.71 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 221 | 0.62 | 0.14 | 0 | 0.13 | 194.01 | 0.67 | 0.6 |
| Hex | 54 | BD | DD | 3E | E | 0 | D | C2 | 43 | 3C |
| Octal | 124 | 275 | 335 | 76 | 16 | 0 | 15 | 302 | 103 | 74 |
| Binary | 1010100 | 10111101 | 11011101 | 111110 | 1110 | 0 | 1101 | 11000010 | 1000011 | 111100 |
Color Harmonies of #54BDDD
Complementary color
Monochromatic Colors of #54BDDD
Black with #54BDDD
Text Example
Text Example
White with #54BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDDD; }
p { color: rgb(84,189,221); }
H1.HeaderClassName
{
color: #54BDDD;
}
.AnyTagClassName
{
color: #54BDDD;
}
</style>
background-color css
<style>
a { background-color: #54BDDD; }
a { background-color: rgb(84,189,221); }
div.DivClassName
{
background-color: #54BDDD;
}
.BgClassName
{
background-color: #54BDDD;
}
</style>
border-color css
<style>
span { border-color: #54BDDD; }
span { border-color: rgb(84,189,221); }
td.TdClassName
{
border-color: #54BDDD;
}
.TagClassName
{
border-color: #54BDDD;
}
</style>