Shades of Malibu #54B8DE
Tints of Malibu #54B8DE
RGB
CMYK
RGB Variations
Color information
#54B8DE (or 0x54B8DE) is known color: Malibu. HEX triplet: 54, B8 and DE. RGB value is (84,184,222). Sum of RGB (Red+Green+Blue) = 84+184+222=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #54B8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B8DE is #AB4721. Grayscale: #9E9E9E. Windows color (decimal): -11224866 or 14596180. OLE color: 14596180.
HSL color Cylindrical-coordinate representation of color #54B8DE: hue angle of 196.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B8DE is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 184 | 222 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.13 |
| HSL | 196.52º | 0.68% | 0.6% | - |
| HSV(B) | 196.52º | 0.62% | 0.87% | - |
| XYZ | 33.98 | 41.44 | 75.31 | - |
| YUV | 158.43 | 163.87 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 184 | 222 | 0.62 | 0.17 | 0 | 0.13 | 196.52 | 0.68 | 0.6 |
| Hex | 54 | B8 | DE | 3E | 11 | 0 | D | C5 | 44 | 3C |
| Octal | 124 | 270 | 336 | 76 | 21 | 0 | 15 | 305 | 104 | 74 |
| Binary | 1010100 | 10111000 | 11011110 | 111110 | 10001 | 0 | 1101 | 11000101 | 1000100 | 111100 |
Color Harmonies of #54B8DE
Complementary color
Monochromatic Colors of #54B8DE
Black with #54B8DE
Text Example
Text Example
White with #54B8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B8DE; }
p { color: rgb(84,184,222); }
H1.HeaderClassName
{
color: #54B8DE;
}
.AnyTagClassName
{
color: #54B8DE;
}
</style>
background-color css
<style>
a { background-color: #54B8DE; }
a { background-color: rgb(84,184,222); }
div.DivClassName
{
background-color: #54B8DE;
}
.BgClassName
{
background-color: #54B8DE;
}
</style>
border-color css
<style>
span { border-color: #54B8DE; }
span { border-color: rgb(84,184,222); }
td.TdClassName
{
border-color: #54B8DE;
}
.TagClassName
{
border-color: #54B8DE;
}
</style>