Shades of Malibu #60C0E6
Tints of Malibu #60C0E6
RGB
CMYK
RGB Variations
Color information
#60C0E6 (or 0x60C0E6) is known color: Malibu. HEX triplet: 60, C0 and E6. RGB value is (96,192,230). Sum of RGB (Red+Green+Blue) = 96+192+230=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #60C0E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C0E6 is #9F3F19. Grayscale: #A7A7A7. Windows color (decimal): -10436378 or 15122528. OLE color: 15122528.
HSL color Cylindrical-coordinate representation of color #60C0E6: hue angle of 197.01º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60C0E6 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 192 | 230 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.10 |
| HSL | 197.01º | 0.73% | 0.64% | - |
| HSV(B) | 197.01º | 0.58% | 0.9% | - |
| XYZ | 37.96 | 45.9 | 81.72 | - |
| YUV | 167.63 | 163.2 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 230 | 0.58 | 0.17 | 0 | 0.10 | 197.01 | 0.73 | 0.64 |
| Hex | 60 | C0 | E6 | 3A | 11 | 0 | A | C5 | 49 | 40 |
| Octal | 140 | 300 | 346 | 72 | 21 | 0 | 12 | 305 | 111 | 100 |
| Binary | 1100000 | 11000000 | 11100110 | 111010 | 10001 | 0 | 1010 | 11000101 | 1001001 | 1000000 |
Color Harmonies of #60C0E6
Complementary color
Monochromatic Colors of #60C0E6
Black with #60C0E6
Text Example
Text Example
White with #60C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0E6; }
p { color: rgb(96,192,230); }
H1.HeaderClassName
{
color: #60C0E6;
}
.AnyTagClassName
{
color: #60C0E6;
}
</style>
background-color css
<style>
a { background-color: #60C0E6; }
a { background-color: rgb(96,192,230); }
div.DivClassName
{
background-color: #60C0E6;
}
.BgClassName
{
background-color: #60C0E6;
}
</style>
border-color css
<style>
span { border-color: #60C0E6; }
span { border-color: rgb(96,192,230); }
td.TdClassName
{
border-color: #60C0E6;
}
.TagClassName
{
border-color: #60C0E6;
}
</style>