Shades of Malibu #54BBF4
Tints of Malibu #54BBF4
RGB
CMYK
RGB Variations
Color information
#54BBF4 (or 0x54BBF4) is known color: Malibu. HEX triplet: 54, BB and F4. RGB value is (84,187,244). Sum of RGB (Red+Green+Blue) = 84+187+244=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #54BBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBF4 is #AB440B. Grayscale: #A2A2A2. Windows color (decimal): -11224076 or 16038740. OLE color: 16038740.
HSL color Cylindrical-coordinate representation of color #54BBF4: hue angle of 201.38º 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 #54BBF4 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 187 | 244 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.04 |
| HSL | 201.38º | 0.88% | 0.64% | - |
| HSV(B) | 201.38º | 0.66% | 0.96% | - |
| XYZ | 37.76 | 43.96 | 92.08 | - |
| YUV | 162.7 | 173.88 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 244 | 0.66 | 0.23 | 0 | 0.04 | 201.38 | 0.88 | 0.64 |
| Hex | 54 | BB | F4 | 42 | 17 | 0 | 4 | C9 | 58 | 40 |
| Octal | 124 | 273 | 364 | 102 | 27 | 0 | 4 | 311 | 130 | 100 |
| Binary | 1010100 | 10111011 | 11110100 | 1000010 | 10111 | 0 | 100 | 11001001 | 1011000 | 1000000 |
Color Harmonies of #54BBF4
Complementary color
Monochromatic Colors of #54BBF4
Black with #54BBF4
Text Example
Text Example
White with #54BBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBF4; }
p { color: rgb(84,187,244); }
H1.HeaderClassName
{
color: #54BBF4;
}
.AnyTagClassName
{
color: #54BBF4;
}
</style>
background-color css
<style>
a { background-color: #54BBF4; }
a { background-color: rgb(84,187,244); }
div.DivClassName
{
background-color: #54BBF4;
}
.BgClassName
{
background-color: #54BBF4;
}
</style>
border-color css
<style>
span { border-color: #54BBF4; }
span { border-color: rgb(84,187,244); }
td.TdClassName
{
border-color: #54BBF4;
}
.TagClassName
{
border-color: #54BBF4;
}
</style>