Shades of Malibu #60C4EC
Tints of Malibu #60C4EC
RGB
CMYK
RGB Variations
Color information
#60C4EC (or 0x60C4EC) is known color: Malibu. HEX triplet: 60, C4 and EC. RGB value is (96,196,236). Sum of RGB (Red+Green+Blue) = 96+196+236=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #60C4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C4EC is #9F3B13. Grayscale: #AAAAAA. Windows color (decimal): -10435348 or 15516768. OLE color: 15516768.
HSL color Cylindrical-coordinate representation of color #60C4EC: hue angle of 197.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C4EC is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 196 | 236 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.07 |
| HSL | 197.14º | 0.79% | 0.65% | - |
| HSV(B) | 197.14º | 0.59% | 0.93% | - |
| XYZ | 39.7 | 48.02 | 86.53 | - |
| YUV | 170.66 | 164.87 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 236 | 0.59 | 0.17 | 0 | 0.07 | 197.14 | 0.79 | 0.65 |
| Hex | 60 | C4 | EC | 3B | 11 | 0 | 7 | C5 | 4F | 41 |
| Octal | 140 | 304 | 354 | 73 | 21 | 0 | 7 | 305 | 117 | 101 |
| Binary | 1100000 | 11000100 | 11101100 | 111011 | 10001 | 0 | 111 | 11000101 | 1001111 | 1000001 |
Color Harmonies of #60C4EC
Complementary color
Monochromatic Colors of #60C4EC
Black with #60C4EC
Text Example
Text Example
White with #60C4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C4EC; }
p { color: rgb(96,196,236); }
H1.HeaderClassName
{
color: #60C4EC;
}
.AnyTagClassName
{
color: #60C4EC;
}
</style>
background-color css
<style>
a { background-color: #60C4EC; }
a { background-color: rgb(96,196,236); }
div.DivClassName
{
background-color: #60C4EC;
}
.BgClassName
{
background-color: #60C4EC;
}
</style>
border-color css
<style>
span { border-color: #60C4EC; }
span { border-color: rgb(96,196,236); }
td.TdClassName
{
border-color: #60C4EC;
}
.TagClassName
{
border-color: #60C4EC;
}
</style>