Shades of Malibu #54ABEF
Tints of Malibu #54ABEF
RGB
CMYK
RGB Variations
Color information
#54ABEF (or 0x54ABEF) is known color: Malibu. HEX triplet: 54, AB and EF. RGB value is (84,171,239). Sum of RGB (Red+Green+Blue) = 84+171+239=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #54ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ABEF is #AB5410. Grayscale: #989898. Windows color (decimal): -11228177 or 15706964. OLE color: 15706964.
HSL color Cylindrical-coordinate representation of color #54ABEF: hue angle of 206.32º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ABEF is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 171 | 239 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.06 |
| HSL | 206.32º | 0.83% | 0.63% | - |
| HSV(B) | 206.32º | 0.65% | 0.94% | - |
| XYZ | 33.8 | 37.24 | 87.07 | - |
| YUV | 152.74 | 176.68 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 239 | 0.65 | 0.28 | 0 | 0.06 | 206.32 | 0.83 | 0.63 |
| Hex | 54 | AB | EF | 41 | 1C | 0 | 6 | CE | 53 | 3F |
| Octal | 124 | 253 | 357 | 101 | 34 | 0 | 6 | 316 | 123 | 77 |
| Binary | 1010100 | 10101011 | 11101111 | 1000001 | 11100 | 0 | 110 | 11001110 | 1010011 | 111111 |
Color Harmonies of #54ABEF
Complementary color
Monochromatic Colors of #54ABEF
Black with #54ABEF
Text Example
Text Example
White with #54ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ABEF; }
p { color: rgb(84,171,239); }
H1.HeaderClassName
{
color: #54ABEF;
}
.AnyTagClassName
{
color: #54ABEF;
}
</style>
background-color css
<style>
a { background-color: #54ABEF; }
a { background-color: rgb(84,171,239); }
div.DivClassName
{
background-color: #54ABEF;
}
.BgClassName
{
background-color: #54ABEF;
}
</style>
border-color css
<style>
span { border-color: #54ABEF; }
span { border-color: rgb(84,171,239); }
td.TdClassName
{
border-color: #54ABEF;
}
.TagClassName
{
border-color: #54ABEF;
}
</style>