Shades of Malibu #54BCDA
Tints of Malibu #54BCDA
RGB
CMYK
RGB Variations
Color information
#54BCDA (or 0x54BCDA) is known color: Malibu. HEX triplet: 54, BC and DA. RGB value is (84,188,218). Sum of RGB (Red+Green+Blue) = 84+188+218=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #54BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCDA is #AB4325. Grayscale: #A0A0A0. Windows color (decimal): -11223846 or 14335060. OLE color: 14335060.
HSL color Cylindrical-coordinate representation of color #54BCDA: hue angle of 193.43º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54BCDA is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 188 | 218 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.15 |
| HSL | 193.43º | 0.64% | 0.59% | - |
| HSV(B) | 193.43º | 0.61% | 0.85% | - |
| XYZ | 34.29 | 42.91 | 72.81 | - |
| YUV | 160.32 | 160.54 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 218 | 0.61 | 0.14 | 0 | 0.15 | 193.43 | 0.64 | 0.59 |
| Hex | 54 | BC | DA | 3D | E | 0 | F | C1 | 40 | 3B |
| Octal | 124 | 274 | 332 | 75 | 16 | 0 | 17 | 301 | 100 | 73 |
| Binary | 1010100 | 10111100 | 11011010 | 111101 | 1110 | 0 | 1111 | 11000001 | 1000000 | 111011 |
Color Harmonies of #54BCDA
Complementary color
Monochromatic Colors of #54BCDA
Black with #54BCDA
Text Example
Text Example
White with #54BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCDA; }
p { color: rgb(84,188,218); }
H1.HeaderClassName
{
color: #54BCDA;
}
.AnyTagClassName
{
color: #54BCDA;
}
</style>
background-color css
<style>
a { background-color: #54BCDA; }
a { background-color: rgb(84,188,218); }
div.DivClassName
{
background-color: #54BCDA;
}
.BgClassName
{
background-color: #54BCDA;
}
</style>
border-color css
<style>
span { border-color: #54BCDA; }
span { border-color: rgb(84,188,218); }
td.TdClassName
{
border-color: #54BCDA;
}
.TagClassName
{
border-color: #54BCDA;
}
</style>