Shades of Malibu #54B3DF
Tints of Malibu #54B3DF
RGB
CMYK
RGB Variations
Color information
#54B3DF (or 0x54B3DF) is known color: Malibu. HEX triplet: 54, B3 and DF. RGB value is (84,179,223). Sum of RGB (Red+Green+Blue) = 84+179+223=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #54B3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B3DF is #AB4C20. Grayscale: #9B9B9B. Windows color (decimal): -11226145 or 14660436. OLE color: 14660436.
HSL color Cylindrical-coordinate representation of color #54B3DF: hue angle of 198.99º 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 #54B3DF is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 179 | 223 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.13 |
| HSL | 198.99º | 0.68% | 0.6% | - |
| HSV(B) | 198.99º | 0.62% | 0.87% | - |
| XYZ | 33.1 | 39.45 | 75.68 | - |
| YUV | 155.61 | 166.03 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 223 | 0.62 | 0.20 | 0 | 0.13 | 198.99 | 0.68 | 0.6 |
| Hex | 54 | B3 | DF | 3E | 14 | 0 | D | C7 | 44 | 3C |
| Octal | 124 | 263 | 337 | 76 | 24 | 0 | 15 | 307 | 104 | 74 |
| Binary | 1010100 | 10110011 | 11011111 | 111110 | 10100 | 0 | 1101 | 11000111 | 1000100 | 111100 |
Color Harmonies of #54B3DF
Complementary color
Monochromatic Colors of #54B3DF
Black with #54B3DF
Text Example
Text Example
White with #54B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B3DF; }
p { color: rgb(84,179,223); }
H1.HeaderClassName
{
color: #54B3DF;
}
.AnyTagClassName
{
color: #54B3DF;
}
</style>
background-color css
<style>
a { background-color: #54B3DF; }
a { background-color: rgb(84,179,223); }
div.DivClassName
{
background-color: #54B3DF;
}
.BgClassName
{
background-color: #54B3DF;
}
</style>
border-color css
<style>
span { border-color: #54B3DF; }
span { border-color: rgb(84,179,223); }
td.TdClassName
{
border-color: #54B3DF;
}
.TagClassName
{
border-color: #54B3DF;
}
</style>