Shades of Malibu #60C7F1
Tints of Malibu #60C7F1
RGB
CMYK
RGB Variations
Color information
#60C7F1 (or 0x60C7F1) is known color: Malibu. HEX triplet: 60, C7 and F1. RGB value is (96,199,241). Sum of RGB (Red+Green+Blue) = 96+199+241=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #60C7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C7F1 is #9F380E. Grayscale: #ACACAC. Windows color (decimal): -10434575 or 15845216. OLE color: 15845216.
HSL color Cylindrical-coordinate representation of color #60C7F1: hue angle of 197.38º degrees, saturation: 0.84, 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 #60C7F1 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 199 | 241 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.05 |
| HSL | 197.38º | 0.84% | 0.66% | - |
| HSV(B) | 197.38º | 0.6% | 0.95% | - |
| XYZ | 41.12 | 49.68 | 90.64 | - |
| YUV | 172.99 | 166.38 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 241 | 0.60 | 0.17 | 0 | 0.05 | 197.38 | 0.84 | 0.66 |
| Hex | 60 | C7 | F1 | 3C | 11 | 0 | 5 | C5 | 54 | 42 |
| Octal | 140 | 307 | 361 | 74 | 21 | 0 | 5 | 305 | 124 | 102 |
| Binary | 1100000 | 11000111 | 11110001 | 111100 | 10001 | 0 | 101 | 11000101 | 1010100 | 1000010 |
Color Harmonies of #60C7F1
Complementary color
Monochromatic Colors of #60C7F1
Black with #60C7F1
Text Example
Text Example
White with #60C7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C7F1; }
p { color: rgb(96,199,241); }
H1.HeaderClassName
{
color: #60C7F1;
}
.AnyTagClassName
{
color: #60C7F1;
}
</style>
background-color css
<style>
a { background-color: #60C7F1; }
a { background-color: rgb(96,199,241); }
div.DivClassName
{
background-color: #60C7F1;
}
.BgClassName
{
background-color: #60C7F1;
}
</style>
border-color css
<style>
span { border-color: #60C7F1; }
span { border-color: rgb(96,199,241); }
td.TdClassName
{
border-color: #60C7F1;
}
.TagClassName
{
border-color: #60C7F1;
}
</style>