Shades of Malibu #60C7DB
Tints of Malibu #60C7DB
RGB
CMYK
RGB Variations
Color information
#60C7DB (or 0x60C7DB) is known color: Malibu. HEX triplet: 60, C7 and DB. RGB value is (96,199,219). Sum of RGB (Red+Green+Blue) = 96+199+219=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #60C7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7DB is #9F3824. Grayscale: #AAAAAA. Windows color (decimal): -10434597 or 14403424. OLE color: 14403424.
HSL color Cylindrical-coordinate representation of color #60C7DB: hue angle of 189.76º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60C7DB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 199 | 219 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.14 |
| HSL | 189.76º | 0.63% | 0.62% | - |
| HSV(B) | 189.76º | 0.56% | 0.86% | - |
| XYZ | 38.03 | 48.45 | 74.36 | - |
| YUV | 170.48 | 155.38 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 199 | 219 | 0.56 | 0.09 | 0 | 0.14 | 189.76 | 0.63 | 0.62 |
| Hex | 60 | C7 | DB | 38 | 9 | 0 | E | BE | 3F | 3E |
| Octal | 140 | 307 | 333 | 70 | 11 | 0 | 16 | 276 | 77 | 76 |
| Binary | 1100000 | 11000111 | 11011011 | 111000 | 1001 | 0 | 1110 | 10111110 | 111111 | 111110 |
Color Harmonies of #60C7DB
Complementary color
Monochromatic Colors of #60C7DB
Black with #60C7DB
Text Example
Text Example
White with #60C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C7DB; }
p { color: rgb(96,199,219); }
H1.HeaderClassName
{
color: #60C7DB;
}
.AnyTagClassName
{
color: #60C7DB;
}
</style>
background-color css
<style>
a { background-color: #60C7DB; }
a { background-color: rgb(96,199,219); }
div.DivClassName
{
background-color: #60C7DB;
}
.BgClassName
{
background-color: #60C7DB;
}
</style>
border-color css
<style>
span { border-color: #60C7DB; }
span { border-color: rgb(96,199,219); }
td.TdClassName
{
border-color: #60C7DB;
}
.TagClassName
{
border-color: #60C7DB;
}
</style>