Shades of Malibu #60C0F2
Tints of Malibu #60C0F2
RGB
CMYK
RGB Variations
Color information
#60C0F2 (or 0x60C0F2) is known color: Malibu. HEX triplet: 60, C0 and F2. RGB value is (96,192,242). Sum of RGB (Red+Green+Blue) = 96+192+242=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #60C0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C0F2 is #9F3F0D. Grayscale: #A8A8A8. Windows color (decimal): -10436366 or 15908960. OLE color: 15908960.
HSL color Cylindrical-coordinate representation of color #60C0F2: hue angle of 200.55º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C0F2 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 192 | 242 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.05 |
| HSL | 200.55º | 0.85% | 0.66% | - |
| HSV(B) | 200.55º | 0.6% | 0.95% | - |
| XYZ | 39.7 | 46.6 | 90.91 | - |
| YUV | 169 | 169.2 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 242 | 0.60 | 0.21 | 0 | 0.05 | 200.55 | 0.85 | 0.66 |
| Hex | 60 | C0 | F2 | 3C | 15 | 0 | 5 | C9 | 55 | 42 |
| Octal | 140 | 300 | 362 | 74 | 25 | 0 | 5 | 311 | 125 | 102 |
| Binary | 1100000 | 11000000 | 11110010 | 111100 | 10101 | 0 | 101 | 11001001 | 1010101 | 1000010 |
Color Harmonies of #60C0F2
Complementary color
Monochromatic Colors of #60C0F2
Black with #60C0F2
Text Example
Text Example
White with #60C0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0F2; }
p { color: rgb(96,192,242); }
H1.HeaderClassName
{
color: #60C0F2;
}
.AnyTagClassName
{
color: #60C0F2;
}
</style>
background-color css
<style>
a { background-color: #60C0F2; }
a { background-color: rgb(96,192,242); }
div.DivClassName
{
background-color: #60C0F2;
}
.BgClassName
{
background-color: #60C0F2;
}
</style>
border-color css
<style>
span { border-color: #60C0F2; }
span { border-color: rgb(96,192,242); }
td.TdClassName
{
border-color: #60C0F2;
}
.TagClassName
{
border-color: #60C0F2;
}
</style>