Shades of Malibu #54BDDA
Tints of Malibu #54BDDA
RGB
CMYK
RGB Variations
Color information
#54BDDA (or 0x54BDDA) is known color: Malibu. HEX triplet: 54, BD and DA. RGB value is (84,189,218). Sum of RGB (Red+Green+Blue) = 84+189+218=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #54BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDDA is #AB4225. Grayscale: #A0A0A0. Windows color (decimal): -11223590 or 14335316. OLE color: 14335316.
HSL color Cylindrical-coordinate representation of color #54BDDA: hue angle of 192.99º 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 #54BDDA is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 189 | 218 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.15 |
| HSL | 192.99º | 0.64% | 0.59% | - |
| HSV(B) | 192.99º | 0.61% | 0.85% | - |
| XYZ | 34.51 | 43.34 | 72.88 | - |
| YUV | 160.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 218 | 0.61 | 0.13 | 0 | 0.15 | 192.99 | 0.64 | 0.59 |
| Hex | 54 | BD | DA | 3D | D | 0 | F | C1 | 40 | 3B |
| Octal | 124 | 275 | 332 | 75 | 15 | 0 | 17 | 301 | 100 | 73 |
| Binary | 1010100 | 10111101 | 11011010 | 111101 | 1101 | 0 | 1111 | 11000001 | 1000000 | 111011 |
Color Harmonies of #54BDDA
Complementary color
Monochromatic Colors of #54BDDA
Black with #54BDDA
Text Example
Text Example
White with #54BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDDA; }
p { color: rgb(84,189,218); }
H1.HeaderClassName
{
color: #54BDDA;
}
.AnyTagClassName
{
color: #54BDDA;
}
</style>
background-color css
<style>
a { background-color: #54BDDA; }
a { background-color: rgb(84,189,218); }
div.DivClassName
{
background-color: #54BDDA;
}
.BgClassName
{
background-color: #54BDDA;
}
</style>
border-color css
<style>
span { border-color: #54BDDA; }
span { border-color: rgb(84,189,218); }
td.TdClassName
{
border-color: #54BDDA;
}
.TagClassName
{
border-color: #54BDDA;
}
</style>