Shades of Malibu #54BFDB
Tints of Malibu #54BFDB
RGB
CMYK
RGB Variations
Color information
#54BFDB (or 0x54BFDB) is known color: Malibu. HEX triplet: 54, BF and DB. RGB value is (84,191,219). Sum of RGB (Red+Green+Blue) = 84+191+219=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #54BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BFDB is #AB4024. Grayscale: #A1A1A1. Windows color (decimal): -11223077 or 14401364. OLE color: 14401364.
HSL color Cylindrical-coordinate representation of color #54BFDB: hue angle of 192.44º 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 #54BFDB is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 191 | 219 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.14 |
| HSL | 192.44º | 0.65% | 0.59% | - |
| HSV(B) | 192.44º | 0.62% | 0.86% | - |
| XYZ | 35.07 | 44.26 | 73.71 | - |
| YUV | 162.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 219 | 0.62 | 0.13 | 0 | 0.14 | 192.44 | 0.65 | 0.59 |
| Hex | 54 | BF | DB | 3E | D | 0 | E | C0 | 41 | 3B |
| Octal | 124 | 277 | 333 | 76 | 15 | 0 | 16 | 300 | 101 | 73 |
| Binary | 1010100 | 10111111 | 11011011 | 111110 | 1101 | 0 | 1110 | 11000000 | 1000001 | 111011 |
Color Harmonies of #54BFDB
Complementary color
Monochromatic Colors of #54BFDB
Black with #54BFDB
Text Example
Text Example
White with #54BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFDB; }
p { color: rgb(84,191,219); }
H1.HeaderClassName
{
color: #54BFDB;
}
.AnyTagClassName
{
color: #54BFDB;
}
</style>
background-color css
<style>
a { background-color: #54BFDB; }
a { background-color: rgb(84,191,219); }
div.DivClassName
{
background-color: #54BFDB;
}
.BgClassName
{
background-color: #54BFDB;
}
</style>
border-color css
<style>
span { border-color: #54BFDB; }
span { border-color: rgb(84,191,219); }
td.TdClassName
{
border-color: #54BFDB;
}
.TagClassName
{
border-color: #54BFDB;
}
</style>