Shades of Malibu #54BEDB
Tints of Malibu #54BEDB
RGB
CMYK
RGB Variations
Color information
#54BEDB (or 0x54BEDB) is known color: Malibu. HEX triplet: 54, BE and DB. RGB value is (84,190,219). Sum of RGB (Red+Green+Blue) = 84+190+219=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #54BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEDB is #AB4124. Grayscale: #A1A1A1. Windows color (decimal): -11223333 or 14401108. OLE color: 14401108.
HSL color Cylindrical-coordinate representation of color #54BEDB: hue angle of 192.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54BEDB is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 190 | 219 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.14 |
| HSL | 192.89º | 0.65% | 0.59% | - |
| HSV(B) | 192.89º | 0.62% | 0.86% | - |
| XYZ | 34.86 | 43.83 | 73.64 | - |
| YUV | 161.61 | 160.38 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 219 | 0.62 | 0.13 | 0 | 0.14 | 192.89 | 0.65 | 0.59 |
| Hex | 54 | BE | DB | 3E | D | 0 | E | C1 | 41 | 3B |
| Octal | 124 | 276 | 333 | 76 | 15 | 0 | 16 | 301 | 101 | 73 |
| Binary | 1010100 | 10111110 | 11011011 | 111110 | 1101 | 0 | 1110 | 11000001 | 1000001 | 111011 |
Color Harmonies of #54BEDB
Complementary color
Monochromatic Colors of #54BEDB
Black with #54BEDB
Text Example
Text Example
White with #54BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEDB; }
p { color: rgb(84,190,219); }
H1.HeaderClassName
{
color: #54BEDB;
}
.AnyTagClassName
{
color: #54BEDB;
}
</style>
background-color css
<style>
a { background-color: #54BEDB; }
a { background-color: rgb(84,190,219); }
div.DivClassName
{
background-color: #54BEDB;
}
.BgClassName
{
background-color: #54BEDB;
}
</style>
border-color css
<style>
span { border-color: #54BEDB; }
span { border-color: rgb(84,190,219); }
td.TdClassName
{
border-color: #54BEDB;
}
.TagClassName
{
border-color: #54BEDB;
}
</style>