Shades of Malibu #54C7EE
Tints of Malibu #54C7EE
RGB
CMYK
RGB Variations
Color information
#54C7EE (or 0x54C7EE) is known color: Malibu. HEX triplet: 54, C7 and EE. RGB value is (84,199,238). Sum of RGB (Red+Green+Blue) = 84+199+238=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #54C7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C7EE is #AB3811. Grayscale: #A8A8A8. Windows color (decimal): -11221010 or 15648596. OLE color: 15648596.
HSL color Cylindrical-coordinate representation of color #54C7EE: hue angle of 195.19º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54C7EE is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 199 | 238 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.07 |
| HSL | 195.19º | 0.82% | 0.63% | - |
| HSV(B) | 195.19º | 0.65% | 0.93% | - |
| XYZ | 39.51 | 48.9 | 88.25 | - |
| YUV | 169.06 | 166.9 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 199 | 238 | 0.65 | 0.16 | 0 | 0.07 | 195.19 | 0.82 | 0.63 |
| Hex | 54 | C7 | EE | 41 | 10 | 0 | 7 | C3 | 52 | 3F |
| Octal | 124 | 307 | 356 | 101 | 20 | 0 | 7 | 303 | 122 | 77 |
| Binary | 1010100 | 11000111 | 11101110 | 1000001 | 10000 | 0 | 111 | 11000011 | 1010010 | 111111 |
Color Harmonies of #54C7EE
Complementary color
Monochromatic Colors of #54C7EE
Black with #54C7EE
Text Example
Text Example
White with #54C7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C7EE; }
p { color: rgb(84,199,238); }
H1.HeaderClassName
{
color: #54C7EE;
}
.AnyTagClassName
{
color: #54C7EE;
}
</style>
background-color css
<style>
a { background-color: #54C7EE; }
a { background-color: rgb(84,199,238); }
div.DivClassName
{
background-color: #54C7EE;
}
.BgClassName
{
background-color: #54C7EE;
}
</style>
border-color css
<style>
span { border-color: #54C7EE; }
span { border-color: rgb(84,199,238); }
td.TdClassName
{
border-color: #54C7EE;
}
.TagClassName
{
border-color: #54C7EE;
}
</style>