Shades of Malibu #54B1DE
Tints of Malibu #54B1DE
RGB
CMYK
RGB Variations
Color information
#54B1DE (or 0x54B1DE) is known color: Malibu. HEX triplet: 54, B1 and DE. RGB value is (84,177,222). Sum of RGB (Red+Green+Blue) = 84+177+222=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #54B1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B1DE is #AB4E21. Grayscale: #9A9A9A. Windows color (decimal): -11226658 or 14594388. OLE color: 14594388.
HSL color Cylindrical-coordinate representation of color #54B1DE: hue angle of 199.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B1DE is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 177 | 222 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.13 |
| HSL | 199.57º | 0.68% | 0.6% | - |
| HSV(B) | 199.57º | 0.62% | 0.87% | - |
| XYZ | 32.56 | 38.6 | 74.84 | - |
| YUV | 154.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 177 | 222 | 0.62 | 0.20 | 0 | 0.13 | 199.57 | 0.68 | 0.6 |
| Hex | 54 | B1 | DE | 3E | 14 | 0 | D | C8 | 44 | 3C |
| Octal | 124 | 261 | 336 | 76 | 24 | 0 | 15 | 310 | 104 | 74 |
| Binary | 1010100 | 10110001 | 11011110 | 111110 | 10100 | 0 | 1101 | 11001000 | 1000100 | 111100 |
Color Harmonies of #54B1DE
Complementary color
Monochromatic Colors of #54B1DE
Black with #54B1DE
Text Example
Text Example
White with #54B1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B1DE; }
p { color: rgb(84,177,222); }
H1.HeaderClassName
{
color: #54B1DE;
}
.AnyTagClassName
{
color: #54B1DE;
}
</style>
background-color css
<style>
a { background-color: #54B1DE; }
a { background-color: rgb(84,177,222); }
div.DivClassName
{
background-color: #54B1DE;
}
.BgClassName
{
background-color: #54B1DE;
}
</style>
border-color css
<style>
span { border-color: #54B1DE; }
span { border-color: rgb(84,177,222); }
td.TdClassName
{
border-color: #54B1DE;
}
.TagClassName
{
border-color: #54B1DE;
}
</style>