Shades of Malibu #54B6DF
Tints of Malibu #54B6DF
RGB
CMYK
RGB Variations
Color information
#54B6DF (or 0x54B6DF) is known color: Malibu. HEX triplet: 54, B6 and DF. RGB value is (84,182,223). Sum of RGB (Red+Green+Blue) = 84+182+223=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #54B6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B6DF is #AB4920. Grayscale: #9D9D9D. Windows color (decimal): -11225377 or 14661204. OLE color: 14661204.
HSL color Cylindrical-coordinate representation of color #54B6DF: hue angle of 197.7º 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 #54B6DF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 182 | 223 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.13 |
| HSL | 197.7º | 0.68% | 0.6% | - |
| HSV(B) | 197.7º | 0.62% | 0.87% | - |
| XYZ | 33.7 | 40.67 | 75.89 | - |
| YUV | 157.37 | 165.03 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 182 | 223 | 0.62 | 0.18 | 0 | 0.13 | 197.7 | 0.68 | 0.6 |
| Hex | 54 | B6 | DF | 3E | 12 | 0 | D | C6 | 44 | 3C |
| Octal | 124 | 266 | 337 | 76 | 22 | 0 | 15 | 306 | 104 | 74 |
| Binary | 1010100 | 10110110 | 11011111 | 111110 | 10010 | 0 | 1101 | 11000110 | 1000100 | 111100 |
Color Harmonies of #54B6DF
Complementary color
Monochromatic Colors of #54B6DF
Black with #54B6DF
Text Example
Text Example
White with #54B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B6DF; }
p { color: rgb(84,182,223); }
H1.HeaderClassName
{
color: #54B6DF;
}
.AnyTagClassName
{
color: #54B6DF;
}
</style>
background-color css
<style>
a { background-color: #54B6DF; }
a { background-color: rgb(84,182,223); }
div.DivClassName
{
background-color: #54B6DF;
}
.BgClassName
{
background-color: #54B6DF;
}
</style>
border-color css
<style>
span { border-color: #54B6DF; }
span { border-color: rgb(84,182,223); }
td.TdClassName
{
border-color: #54B6DF;
}
.TagClassName
{
border-color: #54B6DF;
}
</style>