Shades of Malibu #60C1E6
Tints of Malibu #60C1E6
RGB
CMYK
RGB Variations
Color information
#60C1E6 (or 0x60C1E6) is known color: Malibu. HEX triplet: 60, C1 and E6. RGB value is (96,193,230). Sum of RGB (Red+Green+Blue) = 96+193+230=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #60C1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C1E6 is #9F3E19. Grayscale: #A7A7A7. Windows color (decimal): -10436122 or 15122784. OLE color: 15122784.
HSL color Cylindrical-coordinate representation of color #60C1E6: hue angle of 196.57º 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 #60C1E6 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 193 | 230 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.10 |
| HSL | 196.57º | 0.73% | 0.64% | - |
| HSV(B) | 196.57º | 0.58% | 0.9% | - |
| XYZ | 38.18 | 46.34 | 81.8 | - |
| YUV | 168.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 230 | 0.58 | 0.16 | 0 | 0.10 | 196.57 | 0.73 | 0.64 |
| Hex | 60 | C1 | E6 | 3A | 10 | 0 | A | C5 | 49 | 40 |
| Octal | 140 | 301 | 346 | 72 | 20 | 0 | 12 | 305 | 111 | 100 |
| Binary | 1100000 | 11000001 | 11100110 | 111010 | 10000 | 0 | 1010 | 11000101 | 1001001 | 1000000 |
Color Harmonies of #60C1E6
Complementary color
Monochromatic Colors of #60C1E6
Black with #60C1E6
Text Example
Text Example
White with #60C1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C1E6; }
p { color: rgb(96,193,230); }
H1.HeaderClassName
{
color: #60C1E6;
}
.AnyTagClassName
{
color: #60C1E6;
}
</style>
background-color css
<style>
a { background-color: #60C1E6; }
a { background-color: rgb(96,193,230); }
div.DivClassName
{
background-color: #60C1E6;
}
.BgClassName
{
background-color: #60C1E6;
}
</style>
border-color css
<style>
span { border-color: #60C1E6; }
span { border-color: rgb(96,193,230); }
td.TdClassName
{
border-color: #60C1E6;
}
.TagClassName
{
border-color: #60C1E6;
}
</style>