Shades of Malibu #54BDDC
Tints of Malibu #54BDDC
RGB
CMYK
RGB Variations
Color information
#54BDDC (or 0x54BDDC) is known color: Malibu. HEX triplet: 54, BD and DC. RGB value is (84,189,220). Sum of RGB (Red+Green+Blue) = 84+189+220=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #54BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDDC is #AB4223. Grayscale: #A0A0A0. Windows color (decimal): -11223588 or 14466388. OLE color: 14466388.
HSL color Cylindrical-coordinate representation of color #54BDDC: hue angle of 193.68º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54BDDC is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 189 | 220 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.14 |
| HSL | 193.68º | 0.66% | 0.6% | - |
| HSV(B) | 193.68º | 0.62% | 0.86% | - |
| XYZ | 34.77 | 43.45 | 74.26 | - |
| YUV | 161.14 | 161.21 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 220 | 0.62 | 0.14 | 0 | 0.14 | 193.68 | 0.66 | 0.6 |
| Hex | 54 | BD | DC | 3E | E | 0 | E | C2 | 42 | 3C |
| Octal | 124 | 275 | 334 | 76 | 16 | 0 | 16 | 302 | 102 | 74 |
| Binary | 1010100 | 10111101 | 11011100 | 111110 | 1110 | 0 | 1110 | 11000010 | 1000010 | 111100 |
Color Harmonies of #54BDDC
Complementary color
Monochromatic Colors of #54BDDC
Black with #54BDDC
Text Example
Text Example
White with #54BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDDC; }
p { color: rgb(84,189,220); }
H1.HeaderClassName
{
color: #54BDDC;
}
.AnyTagClassName
{
color: #54BDDC;
}
</style>
background-color css
<style>
a { background-color: #54BDDC; }
a { background-color: rgb(84,189,220); }
div.DivClassName
{
background-color: #54BDDC;
}
.BgClassName
{
background-color: #54BDDC;
}
</style>
border-color css
<style>
span { border-color: #54BDDC; }
span { border-color: rgb(84,189,220); }
td.TdClassName
{
border-color: #54BDDC;
}
.TagClassName
{
border-color: #54BDDC;
}
</style>