Shades of Malibu #54BCED
Tints of Malibu #54BCED
RGB
CMYK
RGB Variations
Color information
#54BCED (or 0x54BCED) is known color: Malibu. HEX triplet: 54, BC and ED. RGB value is (84,188,237). Sum of RGB (Red+Green+Blue) = 84+188+237=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #54BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCED is #AB4312. Grayscale: #A2A2A2. Windows color (decimal): -11223827 or 15580244. OLE color: 15580244.
HSL color Cylindrical-coordinate representation of color #54BCED: hue angle of 199.22º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BCED is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 188 | 237 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.07 |
| HSL | 199.22º | 0.81% | 0.63% | - |
| HSV(B) | 199.22º | 0.65% | 0.93% | - |
| XYZ | 36.93 | 43.97 | 86.66 | - |
| YUV | 162.49 | 170.04 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 237 | 0.65 | 0.21 | 0 | 0.07 | 199.22 | 0.81 | 0.63 |
| Hex | 54 | BC | ED | 41 | 15 | 0 | 7 | C7 | 51 | 3F |
| Octal | 124 | 274 | 355 | 101 | 25 | 0 | 7 | 307 | 121 | 77 |
| Binary | 1010100 | 10111100 | 11101101 | 1000001 | 10101 | 0 | 111 | 11000111 | 1010001 | 111111 |
Color Harmonies of #54BCED
Complementary color
Monochromatic Colors of #54BCED
Black with #54BCED
Text Example
Text Example
White with #54BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCED; }
p { color: rgb(84,188,237); }
H1.HeaderClassName
{
color: #54BCED;
}
.AnyTagClassName
{
color: #54BCED;
}
</style>
background-color css
<style>
a { background-color: #54BCED; }
a { background-color: rgb(84,188,237); }
div.DivClassName
{
background-color: #54BCED;
}
.BgClassName
{
background-color: #54BCED;
}
</style>
border-color css
<style>
span { border-color: #54BCED; }
span { border-color: rgb(84,188,237); }
td.TdClassName
{
border-color: #54BCED;
}
.TagClassName
{
border-color: #54BCED;
}
</style>