Shades of Malibu #54C6EB
Tints of Malibu #54C6EB
RGB
CMYK
RGB Variations
Color information
#54C6EB (or 0x54C6EB) is known color: Malibu. HEX triplet: 54, C6 and EB. RGB value is (84,198,235). Sum of RGB (Red+Green+Blue) = 84+198+235=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #54C6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C6EB is #AB3914. Grayscale: #A7A7A7. Windows color (decimal): -11221269 or 15451732. OLE color: 15451732.
HSL color Cylindrical-coordinate representation of color #54C6EB: hue angle of 194.7º 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 #54C6EB is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 198 | 235 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.08 |
| HSL | 194.7º | 0.79% | 0.63% | - |
| HSV(B) | 194.7º | 0.64% | 0.92% | - |
| XYZ | 38.85 | 48.27 | 85.87 | - |
| YUV | 168.13 | 165.73 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 198 | 235 | 0.64 | 0.16 | 0 | 0.08 | 194.7 | 0.79 | 0.63 |
| Hex | 54 | C6 | EB | 40 | 10 | 0 | 8 | C3 | 4F | 3F |
| Octal | 124 | 306 | 353 | 100 | 20 | 0 | 10 | 303 | 117 | 77 |
| Binary | 1010100 | 11000110 | 11101011 | 1000000 | 10000 | 0 | 1000 | 11000011 | 1001111 | 111111 |
Color Harmonies of #54C6EB
Complementary color
Monochromatic Colors of #54C6EB
Black with #54C6EB
Text Example
Text Example
White with #54C6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C6EB; }
p { color: rgb(84,198,235); }
H1.HeaderClassName
{
color: #54C6EB;
}
.AnyTagClassName
{
color: #54C6EB;
}
</style>
background-color css
<style>
a { background-color: #54C6EB; }
a { background-color: rgb(84,198,235); }
div.DivClassName
{
background-color: #54C6EB;
}
.BgClassName
{
background-color: #54C6EB;
}
</style>
border-color css
<style>
span { border-color: #54C6EB; }
span { border-color: rgb(84,198,235); }
td.TdClassName
{
border-color: #54C6EB;
}
.TagClassName
{
border-color: #54C6EB;
}
</style>