Shades of Malibu #54BDF1
Tints of Malibu #54BDF1
RGB
CMYK
RGB Variations
Color information
#54BDF1 (or 0x54BDF1) is known color: Malibu. HEX triplet: 54, BD and F1. RGB value is (84,189,241). Sum of RGB (Red+Green+Blue) = 84+189+241=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #54BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BDF1 is #AB420E. Grayscale: #A3A3A3. Windows color (decimal): -11223567 or 15842644. OLE color: 15842644.
HSL color Cylindrical-coordinate representation of color #54BDF1: hue angle of 199.87º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BDF1 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 189 | 241 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.05 |
| HSL | 199.87º | 0.85% | 0.64% | - |
| HSV(B) | 199.87º | 0.65% | 0.95% | - |
| XYZ | 37.73 | 44.63 | 89.85 | - |
| YUV | 163.53 | 171.71 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 189 | 241 | 0.65 | 0.22 | 0 | 0.05 | 199.87 | 0.85 | 0.64 |
| Hex | 54 | BD | F1 | 41 | 16 | 0 | 5 | C8 | 55 | 40 |
| Octal | 124 | 275 | 361 | 101 | 26 | 0 | 5 | 310 | 125 | 100 |
| Binary | 1010100 | 10111101 | 11110001 | 1000001 | 10110 | 0 | 101 | 11001000 | 1010101 | 1000000 |
Color Harmonies of #54BDF1
Complementary color
Monochromatic Colors of #54BDF1
Black with #54BDF1
Text Example
Text Example
White with #54BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BDF1; }
p { color: rgb(84,189,241); }
H1.HeaderClassName
{
color: #54BDF1;
}
.AnyTagClassName
{
color: #54BDF1;
}
</style>
background-color css
<style>
a { background-color: #54BDF1; }
a { background-color: rgb(84,189,241); }
div.DivClassName
{
background-color: #54BDF1;
}
.BgClassName
{
background-color: #54BDF1;
}
</style>
border-color css
<style>
span { border-color: #54BDF1; }
span { border-color: rgb(84,189,241); }
td.TdClassName
{
border-color: #54BDF1;
}
.TagClassName
{
border-color: #54BDF1;
}
</style>