Shades of Malibu #54BBDA
Tints of Malibu #54BBDA
RGB
CMYK
RGB Variations
Color information
#54BBDA (or 0x54BBDA) is known color: Malibu. HEX triplet: 54, BB and DA. RGB value is (84,187,218). Sum of RGB (Red+Green+Blue) = 84+187+218=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #54BBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBDA is #AB4425. Grayscale: #9F9F9F. Windows color (decimal): -11224102 or 14334804. OLE color: 14334804.
HSL color Cylindrical-coordinate representation of color #54BBDA: hue angle of 193.88º 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 #54BBDA is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 187 | 218 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.15 |
| HSL | 193.88º | 0.64% | 0.59% | - |
| HSV(B) | 193.88º | 0.61% | 0.85% | - |
| XYZ | 34.08 | 42.49 | 72.73 | - |
| YUV | 159.74 | 160.88 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 218 | 0.61 | 0.14 | 0 | 0.15 | 193.88 | 0.64 | 0.59 |
| Hex | 54 | BB | DA | 3D | E | 0 | F | C2 | 40 | 3B |
| Octal | 124 | 273 | 332 | 75 | 16 | 0 | 17 | 302 | 100 | 73 |
| Binary | 1010100 | 10111011 | 11011010 | 111101 | 1110 | 0 | 1111 | 11000010 | 1000000 | 111011 |
Color Harmonies of #54BBDA
Complementary color
Monochromatic Colors of #54BBDA
Black with #54BBDA
Text Example
Text Example
White with #54BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBDA; }
p { color: rgb(84,187,218); }
H1.HeaderClassName
{
color: #54BBDA;
}
.AnyTagClassName
{
color: #54BBDA;
}
</style>
background-color css
<style>
a { background-color: #54BBDA; }
a { background-color: rgb(84,187,218); }
div.DivClassName
{
background-color: #54BBDA;
}
.BgClassName
{
background-color: #54BBDA;
}
</style>
border-color css
<style>
span { border-color: #54BBDA; }
span { border-color: rgb(84,187,218); }
td.TdClassName
{
border-color: #54BBDA;
}
.TagClassName
{
border-color: #54BBDA;
}
</style>