Shades of Malibu #54B7DD
Tints of Malibu #54B7DD
RGB
CMYK
RGB Variations
Color information
#54B7DD (or 0x54B7DD) is known color: Malibu. HEX triplet: 54, B7 and DD. RGB value is (84,183,221). Sum of RGB (Red+Green+Blue) = 84+183+221=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #54B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B7DD is #AB4822. Grayscale: #9D9D9D. Windows color (decimal): -11225123 or 14530388. OLE color: 14530388.
HSL color Cylindrical-coordinate representation of color #54B7DD: hue angle of 196.64º 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 #54B7DD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 183 | 221 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.13 |
| HSL | 196.64º | 0.67% | 0.6% | - |
| HSV(B) | 196.64º | 0.62% | 0.87% | - |
| XYZ | 33.64 | 40.97 | 74.54 | - |
| YUV | 157.73 | 163.7 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 183 | 221 | 0.62 | 0.17 | 0 | 0.13 | 196.64 | 0.67 | 0.6 |
| Hex | 54 | B7 | DD | 3E | 11 | 0 | D | C5 | 43 | 3C |
| Octal | 124 | 267 | 335 | 76 | 21 | 0 | 15 | 305 | 103 | 74 |
| Binary | 1010100 | 10110111 | 11011101 | 111110 | 10001 | 0 | 1101 | 11000101 | 1000011 | 111100 |
Color Harmonies of #54B7DD
Complementary color
Monochromatic Colors of #54B7DD
Black with #54B7DD
Text Example
Text Example
White with #54B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B7DD; }
p { color: rgb(84,183,221); }
H1.HeaderClassName
{
color: #54B7DD;
}
.AnyTagClassName
{
color: #54B7DD;
}
</style>
background-color css
<style>
a { background-color: #54B7DD; }
a { background-color: rgb(84,183,221); }
div.DivClassName
{
background-color: #54B7DD;
}
.BgClassName
{
background-color: #54B7DD;
}
</style>
border-color css
<style>
span { border-color: #54B7DD; }
span { border-color: rgb(84,183,221); }
td.TdClassName
{
border-color: #54B7DD;
}
.TagClassName
{
border-color: #54B7DD;
}
</style>