Shades of Malibu #54B0EE
Tints of Malibu #54B0EE
RGB
CMYK
RGB Variations
Color information
#54B0EE (or 0x54B0EE) is known color: Malibu. HEX triplet: 54, B0 and EE. RGB value is (84,176,238). Sum of RGB (Red+Green+Blue) = 84+176+238=498 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.87% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #54B0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B0EE is #AB4F11. Grayscale: #9B9B9B. Windows color (decimal): -11226898 or 15642708. OLE color: 15642708.
HSL color Cylindrical-coordinate representation of color #54B0EE: hue angle of 204.16º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54B0EE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 176 | 238 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.07 |
| HSL | 204.16º | 0.82% | 0.63% | - |
| HSV(B) | 204.16º | 0.65% | 0.93% | - |
| XYZ | 34.61 | 39.11 | 86.61 | - |
| YUV | 155.56 | 174.52 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 176 | 238 | 0.65 | 0.26 | 0 | 0.07 | 204.16 | 0.82 | 0.63 |
| Hex | 54 | B0 | EE | 41 | 1A | 0 | 7 | CC | 52 | 3F |
| Octal | 124 | 260 | 356 | 101 | 32 | 0 | 7 | 314 | 122 | 77 |
| Binary | 1010100 | 10110000 | 11101110 | 1000001 | 11010 | 0 | 111 | 11001100 | 1010010 | 111111 |
Color Harmonies of #54B0EE
Complementary color
Monochromatic Colors of #54B0EE
Black with #54B0EE
Text Example
Text Example
White with #54B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B0EE; }
p { color: rgb(84,176,238); }
H1.HeaderClassName
{
color: #54B0EE;
}
.AnyTagClassName
{
color: #54B0EE;
}
</style>
background-color css
<style>
a { background-color: #54B0EE; }
a { background-color: rgb(84,176,238); }
div.DivClassName
{
background-color: #54B0EE;
}
.BgClassName
{
background-color: #54B0EE;
}
</style>
border-color css
<style>
span { border-color: #54B0EE; }
span { border-color: rgb(84,176,238); }
td.TdClassName
{
border-color: #54B0EE;
}
.TagClassName
{
border-color: #54B0EE;
}
</style>