Shades of Malibu #54BCEF
Tints of Malibu #54BCEF
RGB
CMYK
RGB Variations
Color information
#54BCEF (or 0x54BCEF) is known color: Malibu. HEX triplet: 54, BC and EF. RGB value is (84,188,239). Sum of RGB (Red+Green+Blue) = 84+188+239=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #54BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCEF is #AB4310. Grayscale: #A2A2A2. Windows color (decimal): -11223825 or 15711316. OLE color: 15711316.
HSL color Cylindrical-coordinate representation of color #54BCEF: hue angle of 199.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BCEF is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 188 | 239 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.06 |
| HSL | 199.74º | 0.83% | 0.63% | - |
| HSV(B) | 199.74º | 0.65% | 0.94% | - |
| XYZ | 37.22 | 44.08 | 88.21 | - |
| YUV | 162.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 239 | 0.65 | 0.21 | 0 | 0.06 | 199.74 | 0.83 | 0.63 |
| Hex | 54 | BC | EF | 41 | 15 | 0 | 6 | C8 | 53 | 3F |
| Octal | 124 | 274 | 357 | 101 | 25 | 0 | 6 | 310 | 123 | 77 |
| Binary | 1010100 | 10111100 | 11101111 | 1000001 | 10101 | 0 | 110 | 11001000 | 1010011 | 111111 |
Color Harmonies of #54BCEF
Complementary color
Monochromatic Colors of #54BCEF
Black with #54BCEF
Text Example
Text Example
White with #54BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BCEF; }
p { color: rgb(84,188,239); }
H1.HeaderClassName
{
color: #54BCEF;
}
.AnyTagClassName
{
color: #54BCEF;
}
</style>
background-color css
<style>
a { background-color: #54BCEF; }
a { background-color: rgb(84,188,239); }
div.DivClassName
{
background-color: #54BCEF;
}
.BgClassName
{
background-color: #54BCEF;
}
</style>
border-color css
<style>
span { border-color: #54BCEF; }
span { border-color: rgb(84,188,239); }
td.TdClassName
{
border-color: #54BCEF;
}
.TagClassName
{
border-color: #54BCEF;
}
</style>