Shades of Malibu #54BDE5
Tints of Malibu #54BDE5
RGB
CMYK
RGB Variations
Color information
#54BDE5 (or 0x54BDE5) is known color: Malibu. HEX triplet: 54, BD and E5. RGB value is (84,189,229). Sum of RGB (Red+Green+Blue) = 84+189+229=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #54BDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDE5 is #AB421A. Grayscale: #A1A1A1. Windows color (decimal): -11223579 or 15056212. OLE color: 15056212.
HSL color Cylindrical-coordinate representation of color #54BDE5: hue angle of 196.55º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54BDE5 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 189 | 229 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.10 |
| HSL | 196.55º | 0.74% | 0.61% | - |
| HSV(B) | 196.55º | 0.63% | 0.9% | - |
| XYZ | 36 | 43.94 | 80.71 | - |
| YUV | 162.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 229 | 0.63 | 0.17 | 0 | 0.10 | 196.55 | 0.74 | 0.61 |
| Hex | 54 | BD | E5 | 3F | 11 | 0 | A | C5 | 4A | 3D |
| Octal | 124 | 275 | 345 | 77 | 21 | 0 | 12 | 305 | 112 | 75 |
| Binary | 1010100 | 10111101 | 11100101 | 111111 | 10001 | 0 | 1010 | 11000101 | 1001010 | 111101 |
Color Harmonies of #54BDE5
Complementary color
Monochromatic Colors of #54BDE5
Black with #54BDE5
Text Example
Text Example
White with #54BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDE5; }
p { color: rgb(84,189,229); }
H1.HeaderClassName
{
color: #54BDE5;
}
.AnyTagClassName
{
color: #54BDE5;
}
</style>
background-color css
<style>
a { background-color: #54BDE5; }
a { background-color: rgb(84,189,229); }
div.DivClassName
{
background-color: #54BDE5;
}
.BgClassName
{
background-color: #54BDE5;
}
</style>
border-color css
<style>
span { border-color: #54BDE5; }
span { border-color: rgb(84,189,229); }
td.TdClassName
{
border-color: #54BDE5;
}
.TagClassName
{
border-color: #54BDE5;
}
</style>