Shades of Malibu #54BAF4
Tints of Malibu #54BAF4
RGB
CMYK
RGB Variations
Color information
#54BAF4 (or 0x54BAF4) is known color: Malibu. HEX triplet: 54, BA and F4. RGB value is (84,186,244). Sum of RGB (Red+Green+Blue) = 84+186+244=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #54BAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAF4 is #AB450B. Grayscale: #A1A1A1. Windows color (decimal): -11224332 or 16038484. OLE color: 16038484.
HSL color Cylindrical-coordinate representation of color #54BAF4: hue angle of 201.75º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BAF4 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 186 | 244 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.04 |
| HSL | 201.75º | 0.88% | 0.64% | - |
| HSV(B) | 201.75º | 0.66% | 0.96% | - |
| XYZ | 37.54 | 43.53 | 92.01 | - |
| YUV | 162.11 | 174.21 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 244 | 0.66 | 0.24 | 0 | 0.04 | 201.75 | 0.88 | 0.64 |
| Hex | 54 | BA | F4 | 42 | 18 | 0 | 4 | CA | 58 | 40 |
| Octal | 124 | 272 | 364 | 102 | 30 | 0 | 4 | 312 | 130 | 100 |
| Binary | 1010100 | 10111010 | 11110100 | 1000010 | 11000 | 0 | 100 | 11001010 | 1011000 | 1000000 |
Color Harmonies of #54BAF4
Complementary color
Monochromatic Colors of #54BAF4
Black with #54BAF4
Text Example
Text Example
White with #54BAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BAF4; }
p { color: rgb(84,186,244); }
H1.HeaderClassName
{
color: #54BAF4;
}
.AnyTagClassName
{
color: #54BAF4;
}
</style>
background-color css
<style>
a { background-color: #54BAF4; }
a { background-color: rgb(84,186,244); }
div.DivClassName
{
background-color: #54BAF4;
}
.BgClassName
{
background-color: #54BAF4;
}
</style>
border-color css
<style>
span { border-color: #54BAF4; }
span { border-color: rgb(84,186,244); }
td.TdClassName
{
border-color: #54BAF4;
}
.TagClassName
{
border-color: #54BAF4;
}
</style>