Shades of Malibu #60C7EF
Tints of Malibu #60C7EF
RGB
CMYK
RGB Variations
Color information
#60C7EF (or 0x60C7EF) is known color: Malibu. HEX triplet: 60, C7 and EF. RGB value is (96,199,239). Sum of RGB (Red+Green+Blue) = 96+199+239=534 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.98% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #60C7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C7EF is #9F3810. Grayscale: #ACACAC. Windows color (decimal): -10434577 or 15714144. OLE color: 15714144.
HSL color Cylindrical-coordinate representation of color #60C7EF: hue angle of 196.78º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C7EF is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 199 | 239 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.06 |
| HSL | 196.78º | 0.82% | 0.66% | - |
| HSV(B) | 196.78º | 0.6% | 0.94% | - |
| XYZ | 40.83 | 49.57 | 89.08 | - |
| YUV | 172.76 | 165.38 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 239 | 0.60 | 0.17 | 0 | 0.06 | 196.78 | 0.82 | 0.66 |
| Hex | 60 | C7 | EF | 3C | 11 | 0 | 6 | C5 | 52 | 42 |
| Octal | 140 | 307 | 357 | 74 | 21 | 0 | 6 | 305 | 122 | 102 |
| Binary | 1100000 | 11000111 | 11101111 | 111100 | 10001 | 0 | 110 | 11000101 | 1010010 | 1000010 |
Color Harmonies of #60C7EF
Complementary color
Monochromatic Colors of #60C7EF
Black with #60C7EF
Text Example
Text Example
White with #60C7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C7EF; }
p { color: rgb(96,199,239); }
H1.HeaderClassName
{
color: #60C7EF;
}
.AnyTagClassName
{
color: #60C7EF;
}
</style>
background-color css
<style>
a { background-color: #60C7EF; }
a { background-color: rgb(96,199,239); }
div.DivClassName
{
background-color: #60C7EF;
}
.BgClassName
{
background-color: #60C7EF;
}
</style>
border-color css
<style>
span { border-color: #60C7EF; }
span { border-color: rgb(96,199,239); }
td.TdClassName
{
border-color: #60C7EF;
}
.TagClassName
{
border-color: #60C7EF;
}
</style>