Shades of Malibu #60C4D7
Tints of Malibu #60C4D7
RGB
CMYK
RGB Variations
Color information
#60C4D7 (or 0x60C4D7) is known color: Malibu. HEX triplet: 60, C4 and D7. RGB value is (96,196,215). Sum of RGB (Red+Green+Blue) = 96+196+215=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #60C4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C4D7 is #9F3B28. Grayscale: #A8A8A8. Windows color (decimal): -10435369 or 14140512. OLE color: 14140512.
HSL color Cylindrical-coordinate representation of color #60C4D7: hue angle of 189.58º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60C4D7 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 196 | 215 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.16 |
| HSL | 189.58º | 0.6% | 0.61% | - |
| HSV(B) | 189.58º | 0.55% | 0.84% | - |
| XYZ | 36.83 | 46.87 | 71.4 | - |
| YUV | 168.27 | 154.37 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 196 | 215 | 0.55 | 0.09 | 0 | 0.16 | 189.58 | 0.6 | 0.61 |
| Hex | 60 | C4 | D7 | 37 | 9 | 0 | 10 | BE | 3C | 3D |
| Octal | 140 | 304 | 327 | 67 | 11 | 0 | 20 | 276 | 74 | 75 |
| Binary | 1100000 | 11000100 | 11010111 | 110111 | 1001 | 0 | 10000 | 10111110 | 111100 | 111101 |
Color Harmonies of #60C4D7
Complementary color
Monochromatic Colors of #60C4D7
Black with #60C4D7
Text Example
Text Example
White with #60C4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C4D7; }
p { color: rgb(96,196,215); }
H1.HeaderClassName
{
color: #60C4D7;
}
.AnyTagClassName
{
color: #60C4D7;
}
</style>
background-color css
<style>
a { background-color: #60C4D7; }
a { background-color: rgb(96,196,215); }
div.DivClassName
{
background-color: #60C4D7;
}
.BgClassName
{
background-color: #60C4D7;
}
</style>
border-color css
<style>
span { border-color: #60C4D7; }
span { border-color: rgb(96,196,215); }
td.TdClassName
{
border-color: #60C4D7;
}
.TagClassName
{
border-color: #60C4D7;
}
</style>