Shades of Malibu #54B4FA
Tints of Malibu #54B4FA
RGB
CMYK
RGB Variations
Color information
#54B4FA (or 0x54B4FA) is known color: Malibu. HEX triplet: 54, B4 and FA. RGB value is (84,180,250). Sum of RGB (Red+Green+Blue) = 84+180+250=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #54B4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B4FA is #AB4B05. Grayscale: #9E9E9E. Windows color (decimal): -11225862 or 16430164. OLE color: 16430164.
HSL color Cylindrical-coordinate representation of color #54B4FA: hue angle of 205.3º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54B4FA is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 180 | 250 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.02 |
| HSL | 205.3º | 0.94% | 0.65% | - |
| HSV(B) | 205.3º | 0.66% | 0.98% | - |
| XYZ | 37.23 | 41.43 | 96.48 | - |
| YUV | 159.28 | 179.2 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 180 | 250 | 0.66 | 0.28 | 0 | 0.02 | 205.3 | 0.94 | 0.65 |
| Hex | 54 | B4 | FA | 42 | 1C | 0 | 2 | CD | 5E | 41 |
| Octal | 124 | 264 | 372 | 102 | 34 | 0 | 2 | 315 | 136 | 101 |
| Binary | 1010100 | 10110100 | 11111010 | 1000010 | 11100 | 0 | 10 | 11001101 | 1011110 | 1000001 |
Color Harmonies of #54B4FA
Complementary color
Monochromatic Colors of #54B4FA
Black with #54B4FA
Text Example
Text Example
White with #54B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B4FA; }
p { color: rgb(84,180,250); }
H1.HeaderClassName
{
color: #54B4FA;
}
.AnyTagClassName
{
color: #54B4FA;
}
</style>
background-color css
<style>
a { background-color: #54B4FA; }
a { background-color: rgb(84,180,250); }
div.DivClassName
{
background-color: #54B4FA;
}
.BgClassName
{
background-color: #54B4FA;
}
</style>
border-color css
<style>
span { border-color: #54B4FA; }
span { border-color: rgb(84,180,250); }
td.TdClassName
{
border-color: #54B4FA;
}
.TagClassName
{
border-color: #54B4FA;
}
</style>