Shades of Malibu #54BFDC
Tints of Malibu #54BFDC
RGB
CMYK
RGB Variations
Color information
#54BFDC (or 0x54BFDC) is known color: Malibu. HEX triplet: 54, BF and DC. RGB value is (84,191,220). Sum of RGB (Red+Green+Blue) = 84+191+220=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #54BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BFDC is #AB4023. Grayscale: #A2A2A2. Windows color (decimal): -11223076 or 14466900. OLE color: 14466900.
HSL color Cylindrical-coordinate representation of color #54BFDC: hue angle of 192.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54BFDC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 191 | 220 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.14 |
| HSL | 192.79º | 0.66% | 0.6% | - |
| HSV(B) | 192.79º | 0.62% | 0.86% | - |
| XYZ | 35.21 | 44.31 | 74.41 | - |
| YUV | 162.31 | 160.55 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 220 | 0.62 | 0.13 | 0 | 0.14 | 192.79 | 0.66 | 0.6 |
| Hex | 54 | BF | DC | 3E | D | 0 | E | C1 | 42 | 3C |
| Octal | 124 | 277 | 334 | 76 | 15 | 0 | 16 | 301 | 102 | 74 |
| Binary | 1010100 | 10111111 | 11011100 | 111110 | 1101 | 0 | 1110 | 11000001 | 1000010 | 111100 |
Color Harmonies of #54BFDC
Complementary color
Monochromatic Colors of #54BFDC
Black with #54BFDC
Text Example
Text Example
White with #54BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFDC; }
p { color: rgb(84,191,220); }
H1.HeaderClassName
{
color: #54BFDC;
}
.AnyTagClassName
{
color: #54BFDC;
}
</style>
background-color css
<style>
a { background-color: #54BFDC; }
a { background-color: rgb(84,191,220); }
div.DivClassName
{
background-color: #54BFDC;
}
.BgClassName
{
background-color: #54BFDC;
}
</style>
border-color css
<style>
span { border-color: #54BFDC; }
span { border-color: rgb(84,191,220); }
td.TdClassName
{
border-color: #54BFDC;
}
.TagClassName
{
border-color: #54BFDC;
}
</style>