Shades of Malibu #54C1EB
Tints of Malibu #54C1EB
RGB
CMYK
RGB Variations
Color information
#54C1EB (or 0x54C1EB) is known color: Malibu. HEX triplet: 54, C1 and EB. RGB value is (84,193,235). Sum of RGB (Red+Green+Blue) = 84+193+235=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #54C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C1EB is #AB3E14. Grayscale: #A4A4A4. Windows color (decimal): -11222549 or 15450452. OLE color: 15450452.
HSL color Cylindrical-coordinate representation of color #54C1EB: hue angle of 196.69º 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 #54C1EB is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 193 | 235 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.08 |
| HSL | 196.69º | 0.79% | 0.63% | - |
| HSV(B) | 196.69º | 0.64% | 0.92% | - |
| XYZ | 37.72 | 46.02 | 85.49 | - |
| YUV | 165.2 | 167.39 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 193 | 235 | 0.64 | 0.18 | 0 | 0.08 | 196.69 | 0.79 | 0.63 |
| Hex | 54 | C1 | EB | 40 | 12 | 0 | 8 | C5 | 4F | 3F |
| Octal | 124 | 301 | 353 | 100 | 22 | 0 | 10 | 305 | 117 | 77 |
| Binary | 1010100 | 11000001 | 11101011 | 1000000 | 10010 | 0 | 1000 | 11000101 | 1001111 | 111111 |
Color Harmonies of #54C1EB
Complementary color
Monochromatic Colors of #54C1EB
Black with #54C1EB
Text Example
Text Example
White with #54C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C1EB; }
p { color: rgb(84,193,235); }
H1.HeaderClassName
{
color: #54C1EB;
}
.AnyTagClassName
{
color: #54C1EB;
}
</style>
background-color css
<style>
a { background-color: #54C1EB; }
a { background-color: rgb(84,193,235); }
div.DivClassName
{
background-color: #54C1EB;
}
.BgClassName
{
background-color: #54C1EB;
}
</style>
border-color css
<style>
span { border-color: #54C1EB; }
span { border-color: rgb(84,193,235); }
td.TdClassName
{
border-color: #54C1EB;
}
.TagClassName
{
border-color: #54C1EB;
}
</style>