Shades of Malibu #54ABEA
Tints of Malibu #54ABEA
RGB
CMYK
RGB Variations
Color information
#54ABEA (or 0x54ABEA) is known color: Malibu. HEX triplet: 54, AB and EA. RGB value is (84,171,234). Sum of RGB (Red+Green+Blue) = 84+171+234=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #54ABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ABEA is #AB5415. Grayscale: #979797. Windows color (decimal): -11228182 or 15379284. OLE color: 15379284.
HSL color Cylindrical-coordinate representation of color #54ABEA: hue angle of 205.2º 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 #54ABEA is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 171 | 234 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.08 |
| HSL | 205.2º | 0.78% | 0.62% | - |
| HSV(B) | 205.2º | 0.64% | 0.92% | - |
| XYZ | 33.07 | 36.95 | 83.23 | - |
| YUV | 152.17 | 174.18 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 234 | 0.64 | 0.27 | 0 | 0.08 | 205.2 | 0.78 | 0.62 |
| Hex | 54 | AB | EA | 40 | 1B | 0 | 8 | CD | 4E | 3E |
| Octal | 124 | 253 | 352 | 100 | 33 | 0 | 10 | 315 | 116 | 76 |
| Binary | 1010100 | 10101011 | 11101010 | 1000000 | 11011 | 0 | 1000 | 11001101 | 1001110 | 111110 |
Color Harmonies of #54ABEA
Complementary color
Monochromatic Colors of #54ABEA
Black with #54ABEA
Text Example
Text Example
White with #54ABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABEA; }
p { color: rgb(84,171,234); }
H1.HeaderClassName
{
color: #54ABEA;
}
.AnyTagClassName
{
color: #54ABEA;
}
</style>
background-color css
<style>
a { background-color: #54ABEA; }
a { background-color: rgb(84,171,234); }
div.DivClassName
{
background-color: #54ABEA;
}
.BgClassName
{
background-color: #54ABEA;
}
</style>
border-color css
<style>
span { border-color: #54ABEA; }
span { border-color: rgb(84,171,234); }
td.TdClassName
{
border-color: #54ABEA;
}
.TagClassName
{
border-color: #54ABEA;
}
</style>