Shades of Malibu #60C3EC
Tints of Malibu #60C3EC
RGB
CMYK
RGB Variations
Color information
#60C3EC (or 0x60C3EC) is known color: Malibu. HEX triplet: 60, C3 and EC. RGB value is (96,195,236). Sum of RGB (Red+Green+Blue) = 96+195+236=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #60C3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C3EC is #9F3C13. Grayscale: #A9A9A9. Windows color (decimal): -10435604 or 15516512. OLE color: 15516512.
HSL color Cylindrical-coordinate representation of color #60C3EC: hue angle of 197.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C3EC is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 195 | 236 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.07 |
| HSL | 197.57º | 0.79% | 0.65% | - |
| HSV(B) | 197.57º | 0.59% | 0.93% | - |
| XYZ | 39.48 | 47.57 | 86.46 | - |
| YUV | 170.07 | 165.2 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 236 | 0.59 | 0.17 | 0 | 0.07 | 197.57 | 0.79 | 0.65 |
| Hex | 60 | C3 | EC | 3B | 11 | 0 | 7 | C6 | 4F | 41 |
| Octal | 140 | 303 | 354 | 73 | 21 | 0 | 7 | 306 | 117 | 101 |
| Binary | 1100000 | 11000011 | 11101100 | 111011 | 10001 | 0 | 111 | 11000110 | 1001111 | 1000001 |
Color Harmonies of #60C3EC
Complementary color
Monochromatic Colors of #60C3EC
Black with #60C3EC
Text Example
Text Example
White with #60C3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C3EC; }
p { color: rgb(96,195,236); }
H1.HeaderClassName
{
color: #60C3EC;
}
.AnyTagClassName
{
color: #60C3EC;
}
</style>
background-color css
<style>
a { background-color: #60C3EC; }
a { background-color: rgb(96,195,236); }
div.DivClassName
{
background-color: #60C3EC;
}
.BgClassName
{
background-color: #60C3EC;
}
</style>
border-color css
<style>
span { border-color: #60C3EC; }
span { border-color: rgb(96,195,236); }
td.TdClassName
{
border-color: #60C3EC;
}
.TagClassName
{
border-color: #60C3EC;
}
</style>