Shades of Malibu #54BEE1
Tints of Malibu #54BEE1
RGB
CMYK
RGB Variations
Color information
#54BEE1 (or 0x54BEE1) is known color: Malibu. HEX triplet: 54, BE and E1. RGB value is (84,190,225). Sum of RGB (Red+Green+Blue) = 84+190+225=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #54BEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEE1 is #AB411E. Grayscale: #A2A2A2. Windows color (decimal): -11223327 or 14794324. OLE color: 14794324.
HSL color Cylindrical-coordinate representation of color #54BEE1: hue angle of 194.89º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54BEE1 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 190 | 225 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.12 |
| HSL | 194.89º | 0.7% | 0.61% | - |
| HSV(B) | 194.89º | 0.63% | 0.88% | - |
| XYZ | 35.66 | 44.15 | 77.88 | - |
| YUV | 162.3 | 163.38 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 225 | 0.63 | 0.16 | 0 | 0.12 | 194.89 | 0.7 | 0.61 |
| Hex | 54 | BE | E1 | 3F | 10 | 0 | C | C3 | 46 | 3D |
| Octal | 124 | 276 | 341 | 77 | 20 | 0 | 14 | 303 | 106 | 75 |
| Binary | 1010100 | 10111110 | 11100001 | 111111 | 10000 | 0 | 1100 | 11000011 | 1000110 | 111101 |
Color Harmonies of #54BEE1
Complementary color
Monochromatic Colors of #54BEE1
Black with #54BEE1
Text Example
Text Example
White with #54BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEE1; }
p { color: rgb(84,190,225); }
H1.HeaderClassName
{
color: #54BEE1;
}
.AnyTagClassName
{
color: #54BEE1;
}
</style>
background-color css
<style>
a { background-color: #54BEE1; }
a { background-color: rgb(84,190,225); }
div.DivClassName
{
background-color: #54BEE1;
}
.BgClassName
{
background-color: #54BEE1;
}
</style>
border-color css
<style>
span { border-color: #54BEE1; }
span { border-color: rgb(84,190,225); }
td.TdClassName
{
border-color: #54BEE1;
}
.TagClassName
{
border-color: #54BEE1;
}
</style>