Shades of Malibu #54B8F2
Tints of Malibu #54B8F2
RGB
CMYK
RGB Variations
Color information
#54B8F2 (or 0x54B8F2) is known color: Malibu. HEX triplet: 54, B8 and F2. RGB value is (84,184,242). Sum of RGB (Red+Green+Blue) = 84+184+242=510 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.47% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #54B8F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B8F2 is #AB470D. Grayscale: #A0A0A0. Windows color (decimal): -11224846 or 15906900. OLE color: 15906900.
HSL color Cylindrical-coordinate representation of color #54B8F2: hue angle of 202.03º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54B8F2 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 184 | 242 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.05 |
| HSL | 202.03º | 0.86% | 0.64% | - |
| HSV(B) | 202.03º | 0.65% | 0.95% | - |
| XYZ | 36.82 | 42.58 | 90.28 | - |
| YUV | 160.71 | 173.87 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 184 | 242 | 0.65 | 0.24 | 0 | 0.05 | 202.03 | 0.86 | 0.64 |
| Hex | 54 | B8 | F2 | 41 | 18 | 0 | 5 | CA | 56 | 40 |
| Octal | 124 | 270 | 362 | 101 | 30 | 0 | 5 | 312 | 126 | 100 |
| Binary | 1010100 | 10111000 | 11110010 | 1000001 | 11000 | 0 | 101 | 11001010 | 1010110 | 1000000 |
Color Harmonies of #54B8F2
Complementary color
Monochromatic Colors of #54B8F2
Black with #54B8F2
Text Example
Text Example
White with #54B8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B8F2; }
p { color: rgb(84,184,242); }
H1.HeaderClassName
{
color: #54B8F2;
}
.AnyTagClassName
{
color: #54B8F2;
}
</style>
background-color css
<style>
a { background-color: #54B8F2; }
a { background-color: rgb(84,184,242); }
div.DivClassName
{
background-color: #54B8F2;
}
.BgClassName
{
background-color: #54B8F2;
}
</style>
border-color css
<style>
span { border-color: #54B8F2; }
span { border-color: rgb(84,184,242); }
td.TdClassName
{
border-color: #54B8F2;
}
.TagClassName
{
border-color: #54B8F2;
}
</style>