Shades of Malibu #54B3DB
Tints of Malibu #54B3DB
RGB
CMYK
RGB Variations
Color information
#54B3DB (or 0x54B3DB) is known color: Malibu. HEX triplet: 54, B3 and DB. RGB value is (84,179,219). Sum of RGB (Red+Green+Blue) = 84+179+219=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #54B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B3DB is #AB4C24. Grayscale: #9A9A9A. Windows color (decimal): -11226149 or 14398292. OLE color: 14398292.
HSL color Cylindrical-coordinate representation of color #54B3DB: hue angle of 197.78º 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 #54B3DB is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 179 | 219 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.14 |
| HSL | 197.78º | 0.65% | 0.59% | - |
| HSV(B) | 197.78º | 0.62% | 0.86% | - |
| XYZ | 32.56 | 39.24 | 72.88 | - |
| YUV | 155.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 219 | 0.62 | 0.18 | 0 | 0.14 | 197.78 | 0.65 | 0.59 |
| Hex | 54 | B3 | DB | 3E | 12 | 0 | E | C6 | 41 | 3B |
| Octal | 124 | 263 | 333 | 76 | 22 | 0 | 16 | 306 | 101 | 73 |
| Binary | 1010100 | 10110011 | 11011011 | 111110 | 10010 | 0 | 1110 | 11000110 | 1000001 | 111011 |
Color Harmonies of #54B3DB
Complementary color
Monochromatic Colors of #54B3DB
Black with #54B3DB
Text Example
Text Example
White with #54B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B3DB; }
p { color: rgb(84,179,219); }
H1.HeaderClassName
{
color: #54B3DB;
}
.AnyTagClassName
{
color: #54B3DB;
}
</style>
background-color css
<style>
a { background-color: #54B3DB; }
a { background-color: rgb(84,179,219); }
div.DivClassName
{
background-color: #54B3DB;
}
.BgClassName
{
background-color: #54B3DB;
}
</style>
border-color css
<style>
span { border-color: #54B3DB; }
span { border-color: rgb(84,179,219); }
td.TdClassName
{
border-color: #54B3DB;
}
.TagClassName
{
border-color: #54B3DB;
}
</style>