Shades of Malibu #54C2EB
Tints of Malibu #54C2EB
RGB
CMYK
RGB Variations
Color information
#54C2EB (or 0x54C2EB) is known color: Malibu. HEX triplet: 54, C2 and EB. RGB value is (84,194,235). Sum of RGB (Red+Green+Blue) = 84+194+235=513 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.37% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #54C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C2EB is #AB3D14. Grayscale: #A5A5A5. Windows color (decimal): -11222293 or 15450708. OLE color: 15450708.
HSL color Cylindrical-coordinate representation of color #54C2EB: hue angle of 196.29º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54C2EB is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 194 | 235 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.08 |
| HSL | 196.29º | 0.79% | 0.63% | - |
| HSV(B) | 196.29º | 0.64% | 0.92% | - |
| XYZ | 37.94 | 46.47 | 85.57 | - |
| YUV | 165.78 | 167.06 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 235 | 0.64 | 0.17 | 0 | 0.08 | 196.29 | 0.79 | 0.63 |
| Hex | 54 | C2 | EB | 40 | 11 | 0 | 8 | C4 | 4F | 3F |
| Octal | 124 | 302 | 353 | 100 | 21 | 0 | 10 | 304 | 117 | 77 |
| Binary | 1010100 | 11000010 | 11101011 | 1000000 | 10001 | 0 | 1000 | 11000100 | 1001111 | 111111 |
Color Harmonies of #54C2EB
Complementary color
Monochromatic Colors of #54C2EB
Black with #54C2EB
Text Example
Text Example
White with #54C2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2EB; }
p { color: rgb(84,194,235); }
H1.HeaderClassName
{
color: #54C2EB;
}
.AnyTagClassName
{
color: #54C2EB;
}
</style>
background-color css
<style>
a { background-color: #54C2EB; }
a { background-color: rgb(84,194,235); }
div.DivClassName
{
background-color: #54C2EB;
}
.BgClassName
{
background-color: #54C2EB;
}
</style>
border-color css
<style>
span { border-color: #54C2EB; }
span { border-color: rgb(84,194,235); }
td.TdClassName
{
border-color: #54C2EB;
}
.TagClassName
{
border-color: #54C2EB;
}
</style>