Shades of Malibu #54B2DD
Tints of Malibu #54B2DD
RGB
CMYK
RGB Variations
Color information
#54B2DD (or 0x54B2DD) is known color: Malibu. HEX triplet: 54, B2 and DD. RGB value is (84,178,221). Sum of RGB (Red+Green+Blue) = 84+178+221=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #54B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2DD is #AB4D22. Grayscale: #9A9A9A. Windows color (decimal): -11226403 or 14529108. OLE color: 14529108.
HSL color Cylindrical-coordinate representation of color #54B2DD: hue angle of 198.83º degrees, saturation: 0.67, 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 #54B2DD is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 178 | 221 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.13 |
| HSL | 198.83º | 0.67% | 0.6% | - |
| HSV(B) | 198.83º | 0.62% | 0.87% | - |
| XYZ | 32.63 | 38.95 | 74.2 | - |
| YUV | 154.8 | 165.36 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 221 | 0.62 | 0.19 | 0 | 0.13 | 198.83 | 0.67 | 0.6 |
| Hex | 54 | B2 | DD | 3E | 13 | 0 | D | C7 | 43 | 3C |
| Octal | 124 | 262 | 335 | 76 | 23 | 0 | 15 | 307 | 103 | 74 |
| Binary | 1010100 | 10110010 | 11011101 | 111110 | 10011 | 0 | 1101 | 11000111 | 1000011 | 111100 |
Color Harmonies of #54B2DD
Complementary color
Monochromatic Colors of #54B2DD
Black with #54B2DD
Text Example
Text Example
White with #54B2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B2DD; }
p { color: rgb(84,178,221); }
H1.HeaderClassName
{
color: #54B2DD;
}
.AnyTagClassName
{
color: #54B2DD;
}
</style>
background-color css
<style>
a { background-color: #54B2DD; }
a { background-color: rgb(84,178,221); }
div.DivClassName
{
background-color: #54B2DD;
}
.BgClassName
{
background-color: #54B2DD;
}
</style>
border-color css
<style>
span { border-color: #54B2DD; }
span { border-color: rgb(84,178,221); }
td.TdClassName
{
border-color: #54B2DD;
}
.TagClassName
{
border-color: #54B2DD;
}
</style>