Shades of Malibu #54BFEC
Tints of Malibu #54BFEC
RGB
CMYK
RGB Variations
Color information
#54BFEC (or 0x54BFEC) is known color: Malibu. HEX triplet: 54, BF and EC. RGB value is (84,191,236). Sum of RGB (Red+Green+Blue) = 84+191+236=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #54BFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFEC is #AB4013. Grayscale: #A3A3A3. Windows color (decimal): -11223060 or 15515476. OLE color: 15515476.
HSL color Cylindrical-coordinate representation of color #54BFEC: hue angle of 197.76º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54BFEC is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 191 | 236 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.07 |
| HSL | 197.76º | 0.8% | 0.63% | - |
| HSV(B) | 197.76º | 0.64% | 0.93% | - |
| XYZ | 37.43 | 45.2 | 86.11 | - |
| YUV | 164.14 | 168.55 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 236 | 0.64 | 0.19 | 0 | 0.07 | 197.76 | 0.8 | 0.63 |
| Hex | 54 | BF | EC | 40 | 13 | 0 | 7 | C6 | 50 | 3F |
| Octal | 124 | 277 | 354 | 100 | 23 | 0 | 7 | 306 | 120 | 77 |
| Binary | 1010100 | 10111111 | 11101100 | 1000000 | 10011 | 0 | 111 | 11000110 | 1010000 | 111111 |
Color Harmonies of #54BFEC
Complementary color
Monochromatic Colors of #54BFEC
Black with #54BFEC
Text Example
Text Example
White with #54BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFEC; }
p { color: rgb(84,191,236); }
H1.HeaderClassName
{
color: #54BFEC;
}
.AnyTagClassName
{
color: #54BFEC;
}
</style>
background-color css
<style>
a { background-color: #54BFEC; }
a { background-color: rgb(84,191,236); }
div.DivClassName
{
background-color: #54BFEC;
}
.BgClassName
{
background-color: #54BFEC;
}
</style>
border-color css
<style>
span { border-color: #54BFEC; }
span { border-color: rgb(84,191,236); }
td.TdClassName
{
border-color: #54BFEC;
}
.TagClassName
{
border-color: #54BFEC;
}
</style>