Shades of Malibu #60C5DA
Tints of Malibu #60C5DA
RGB
CMYK
RGB Variations
Color information
#60C5DA (or 0x60C5DA) is known color: Malibu. HEX triplet: 60, C5 and DA. RGB value is (96,197,218). Sum of RGB (Red+Green+Blue) = 96+197+218=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #60C5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C5DA is #9F3A25. Grayscale: #A9A9A9. Windows color (decimal): -10435110 or 14337376. OLE color: 14337376.
HSL color Cylindrical-coordinate representation of color #60C5DA: hue angle of 190.33º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60C5DA is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 197 | 218 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.15 |
| HSL | 190.33º | 0.62% | 0.62% | - |
| HSV(B) | 190.33º | 0.56% | 0.85% | - |
| XYZ | 37.45 | 47.48 | 73.52 | - |
| YUV | 169.2 | 155.54 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 197 | 218 | 0.56 | 0.10 | 0 | 0.15 | 190.33 | 0.62 | 0.62 |
| Hex | 60 | C5 | DA | 38 | A | 0 | F | BE | 3E | 3E |
| Octal | 140 | 305 | 332 | 70 | 12 | 0 | 17 | 276 | 76 | 76 |
| Binary | 1100000 | 11000101 | 11011010 | 111000 | 1010 | 0 | 1111 | 10111110 | 111110 | 111110 |
Color Harmonies of #60C5DA
Complementary color
Monochromatic Colors of #60C5DA
Black with #60C5DA
Text Example
Text Example
White with #60C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C5DA; }
p { color: rgb(96,197,218); }
H1.HeaderClassName
{
color: #60C5DA;
}
.AnyTagClassName
{
color: #60C5DA;
}
</style>
background-color css
<style>
a { background-color: #60C5DA; }
a { background-color: rgb(96,197,218); }
div.DivClassName
{
background-color: #60C5DA;
}
.BgClassName
{
background-color: #60C5DA;
}
</style>
border-color css
<style>
span { border-color: #60C5DA; }
span { border-color: rgb(96,197,218); }
td.TdClassName
{
border-color: #60C5DA;
}
.TagClassName
{
border-color: #60C5DA;
}
</style>