Shades of Malibu #60C1D9
Tints of Malibu #60C1D9
RGB
CMYK
RGB Variations
Color information
#60C1D9 (or 0x60C1D9) is known color: Malibu. HEX triplet: 60, C1 and D9. RGB value is (96,193,217). Sum of RGB (Red+Green+Blue) = 96+193+217=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #60C1D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C1D9 is #9F3E26. Grayscale: #A6A6A6. Windows color (decimal): -10436135 or 14270816. OLE color: 14270816.
HSL color Cylindrical-coordinate representation of color #60C1D9: hue angle of 191.9º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60C1D9 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 193 | 217 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.15 |
| HSL | 191.9º | 0.61% | 0.61% | - |
| HSV(B) | 191.9º | 0.56% | 0.85% | - |
| XYZ | 36.42 | 45.64 | 72.53 | - |
| YUV | 166.73 | 156.36 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 217 | 0.56 | 0.11 | 0 | 0.15 | 191.9 | 0.61 | 0.61 |
| Hex | 60 | C1 | D9 | 38 | B | 0 | F | C0 | 3D | 3D |
| Octal | 140 | 301 | 331 | 70 | 13 | 0 | 17 | 300 | 75 | 75 |
| Binary | 1100000 | 11000001 | 11011001 | 111000 | 1011 | 0 | 1111 | 11000000 | 111101 | 111101 |
Color Harmonies of #60C1D9
Complementary color
Monochromatic Colors of #60C1D9
Black with #60C1D9
Text Example
Text Example
White with #60C1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C1D9; }
p { color: rgb(96,193,217); }
H1.HeaderClassName
{
color: #60C1D9;
}
.AnyTagClassName
{
color: #60C1D9;
}
</style>
background-color css
<style>
a { background-color: #60C1D9; }
a { background-color: rgb(96,193,217); }
div.DivClassName
{
background-color: #60C1D9;
}
.BgClassName
{
background-color: #60C1D9;
}
</style>
border-color css
<style>
span { border-color: #60C1D9; }
span { border-color: rgb(96,193,217); }
td.TdClassName
{
border-color: #60C1D9;
}
.TagClassName
{
border-color: #60C1D9;
}
</style>