Shades of Malibu #54C6E0
Tints of Malibu #54C6E0
RGB
CMYK
RGB Variations
Color information
#54C6E0 (or 0x54C6E0) is known color: Malibu. HEX triplet: 54, C6 and E0. RGB value is (84,198,224). Sum of RGB (Red+Green+Blue) = 84+198+224=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #54C6E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C6E0 is #AB391F. Grayscale: #A6A6A6. Windows color (decimal): -11221280 or 14730836. OLE color: 14730836.
HSL color Cylindrical-coordinate representation of color #54C6E0: hue angle of 191.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C6E0 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 198 | 224 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.12 |
| HSL | 191.14º | 0.69% | 0.6% | - |
| HSV(B) | 191.14º | 0.63% | 0.88% | - |
| XYZ | 37.3 | 47.65 | 77.75 | - |
| YUV | 166.88 | 160.23 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 198 | 224 | 0.62 | 0.12 | 0 | 0.12 | 191.14 | 0.69 | 0.6 |
| Hex | 54 | C6 | E0 | 3E | C | 0 | C | BF | 45 | 3C |
| Octal | 124 | 306 | 340 | 76 | 14 | 0 | 14 | 277 | 105 | 74 |
| Binary | 1010100 | 11000110 | 11100000 | 111110 | 1100 | 0 | 1100 | 10111111 | 1000101 | 111100 |
Color Harmonies of #54C6E0
Complementary color
Monochromatic Colors of #54C6E0
Black with #54C6E0
Text Example
Text Example
White with #54C6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C6E0; }
p { color: rgb(84,198,224); }
H1.HeaderClassName
{
color: #54C6E0;
}
.AnyTagClassName
{
color: #54C6E0;
}
</style>
background-color css
<style>
a { background-color: #54C6E0; }
a { background-color: rgb(84,198,224); }
div.DivClassName
{
background-color: #54C6E0;
}
.BgClassName
{
background-color: #54C6E0;
}
</style>
border-color css
<style>
span { border-color: #54C6E0; }
span { border-color: rgb(84,198,224); }
td.TdClassName
{
border-color: #54C6E0;
}
.TagClassName
{
border-color: #54C6E0;
}
</style>