Shades of Malibu #54BEEA
Tints of Malibu #54BEEA
RGB
CMYK
RGB Variations
Color information
#54BEEA (or 0x54BEEA) is known color: Malibu. HEX triplet: 54, BE and EA. RGB value is (84,190,234). Sum of RGB (Red+Green+Blue) = 84+190+234=508 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.54% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #54BEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BEEA is #AB4115. Grayscale: #A3A3A3. Windows color (decimal): -11223318 or 15384148. OLE color: 15384148.
HSL color Cylindrical-coordinate representation of color #54BEEA: hue angle of 197.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54BEEA is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 190 | 234 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.08 |
| HSL | 197.6º | 0.78% | 0.62% | - |
| HSV(B) | 197.6º | 0.64% | 0.92% | - |
| XYZ | 36.92 | 44.65 | 84.51 | - |
| YUV | 163.32 | 167.88 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 190 | 234 | 0.64 | 0.19 | 0 | 0.08 | 197.6 | 0.78 | 0.62 |
| Hex | 54 | BE | EA | 40 | 13 | 0 | 8 | C6 | 4E | 3E |
| Octal | 124 | 276 | 352 | 100 | 23 | 0 | 10 | 306 | 116 | 76 |
| Binary | 1010100 | 10111110 | 11101010 | 1000000 | 10011 | 0 | 1000 | 11000110 | 1001110 | 111110 |
Color Harmonies of #54BEEA
Complementary color
Monochromatic Colors of #54BEEA
Black with #54BEEA
Text Example
Text Example
White with #54BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BEEA; }
p { color: rgb(84,190,234); }
H1.HeaderClassName
{
color: #54BEEA;
}
.AnyTagClassName
{
color: #54BEEA;
}
</style>
background-color css
<style>
a { background-color: #54BEEA; }
a { background-color: rgb(84,190,234); }
div.DivClassName
{
background-color: #54BEEA;
}
.BgClassName
{
background-color: #54BEEA;
}
</style>
border-color css
<style>
span { border-color: #54BEEA; }
span { border-color: rgb(84,190,234); }
td.TdClassName
{
border-color: #54BEEA;
}
.TagClassName
{
border-color: #54BEEA;
}
</style>