Shades of Malibu #54BEF2
Tints of Malibu #54BEF2
RGB
CMYK
RGB Variations
Color information
#54BEF2 (or 0x54BEF2) is known color: Malibu. HEX triplet: 54, BE and F2. RGB value is (84,190,242). Sum of RGB (Red+Green+Blue) = 84+190+242=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #54BEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BEF2 is #AB410D. Grayscale: #A3A3A3. Windows color (decimal): -11223310 or 15908436. OLE color: 15908436.
HSL color Cylindrical-coordinate representation of color #54BEF2: hue angle of 199.75º degrees, saturation: 0.86, 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 #54BEF2 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 190 | 242 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.05 |
| HSL | 199.75º | 0.86% | 0.64% | - |
| HSV(B) | 199.75º | 0.65% | 0.95% | - |
| XYZ | 38.1 | 45.12 | 90.71 | - |
| YUV | 164.23 | 171.88 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 242 | 0.65 | 0.21 | 0 | 0.05 | 199.75 | 0.86 | 0.64 |
| Hex | 54 | BE | F2 | 41 | 15 | 0 | 5 | C8 | 56 | 40 |
| Octal | 124 | 276 | 362 | 101 | 25 | 0 | 5 | 310 | 126 | 100 |
| Binary | 1010100 | 10111110 | 11110010 | 1000001 | 10101 | 0 | 101 | 11001000 | 1010110 | 1000000 |
Color Harmonies of #54BEF2
Complementary color
Monochromatic Colors of #54BEF2
Black with #54BEF2
Text Example
Text Example
White with #54BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEF2; }
p { color: rgb(84,190,242); }
H1.HeaderClassName
{
color: #54BEF2;
}
.AnyTagClassName
{
color: #54BEF2;
}
</style>
background-color css
<style>
a { background-color: #54BEF2; }
a { background-color: rgb(84,190,242); }
div.DivClassName
{
background-color: #54BEF2;
}
.BgClassName
{
background-color: #54BEF2;
}
</style>
border-color css
<style>
span { border-color: #54BEF2; }
span { border-color: rgb(84,190,242); }
td.TdClassName
{
border-color: #54BEF2;
}
.TagClassName
{
border-color: #54BEF2;
}
</style>