Shades of Malibu #54C5F0
Tints of Malibu #54C5F0
RGB
CMYK
RGB Variations
Color information
#54C5F0 (or 0x54C5F0) is known color: Malibu. HEX triplet: 54, C5 and F0. RGB value is (84,197,240). Sum of RGB (Red+Green+Blue) = 84+197+240=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #54C5F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C5F0 is #AB3A0F. Grayscale: #A7A7A7. Windows color (decimal): -11221520 or 15779156. OLE color: 15779156.
HSL color Cylindrical-coordinate representation of color #54C5F0: hue angle of 196.54º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54C5F0 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 197 | 240 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.06 |
| HSL | 196.54º | 0.84% | 0.64% | - |
| HSV(B) | 196.54º | 0.65% | 0.94% | - |
| XYZ | 39.35 | 48.11 | 89.65 | - |
| YUV | 168.12 | 168.56 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 197 | 240 | 0.65 | 0.18 | 0 | 0.06 | 196.54 | 0.84 | 0.64 |
| Hex | 54 | C5 | F0 | 41 | 12 | 0 | 6 | C5 | 54 | 40 |
| Octal | 124 | 305 | 360 | 101 | 22 | 0 | 6 | 305 | 124 | 100 |
| Binary | 1010100 | 11000101 | 11110000 | 1000001 | 10010 | 0 | 110 | 11000101 | 1010100 | 1000000 |
Color Harmonies of #54C5F0
Complementary color
Monochromatic Colors of #54C5F0
Black with #54C5F0
Text Example
Text Example
White with #54C5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C5F0; }
p { color: rgb(84,197,240); }
H1.HeaderClassName
{
color: #54C5F0;
}
.AnyTagClassName
{
color: #54C5F0;
}
</style>
background-color css
<style>
a { background-color: #54C5F0; }
a { background-color: rgb(84,197,240); }
div.DivClassName
{
background-color: #54C5F0;
}
.BgClassName
{
background-color: #54C5F0;
}
</style>
border-color css
<style>
span { border-color: #54C5F0; }
span { border-color: rgb(84,197,240); }
td.TdClassName
{
border-color: #54C5F0;
}
.TagClassName
{
border-color: #54C5F0;
}
</style>