Shades of Malibu #60C8DB
Tints of Malibu #60C8DB
RGB
CMYK
RGB Variations
Color information
#60C8DB (or 0x60C8DB) is known color: Malibu. HEX triplet: 60, C8 and DB. RGB value is (96,200,219). Sum of RGB (Red+Green+Blue) = 96+200+219=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #60C8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C8DB is #9F3724. Grayscale: #AAAAAA. Windows color (decimal): -10434341 or 14403680. OLE color: 14403680.
HSL color Cylindrical-coordinate representation of color #60C8DB: hue angle of 189.27º 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 #60C8DB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 200 | 219 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.14 |
| HSL | 189.27º | 0.63% | 0.62% | - |
| HSV(B) | 189.27º | 0.56% | 0.86% | - |
| XYZ | 38.26 | 48.91 | 74.44 | - |
| YUV | 171.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 219 | 0.56 | 0.09 | 0 | 0.14 | 189.27 | 0.63 | 0.62 |
| Hex | 60 | C8 | DB | 38 | 9 | 0 | E | BD | 3F | 3E |
| Octal | 140 | 310 | 333 | 70 | 11 | 0 | 16 | 275 | 77 | 76 |
| Binary | 1100000 | 11001000 | 11011011 | 111000 | 1001 | 0 | 1110 | 10111101 | 111111 | 111110 |
Color Harmonies of #60C8DB
Complementary color
Monochromatic Colors of #60C8DB
Black with #60C8DB
Text Example
Text Example
White with #60C8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C8DB; }
p { color: rgb(96,200,219); }
H1.HeaderClassName
{
color: #60C8DB;
}
.AnyTagClassName
{
color: #60C8DB;
}
</style>
background-color css
<style>
a { background-color: #60C8DB; }
a { background-color: rgb(96,200,219); }
div.DivClassName
{
background-color: #60C8DB;
}
.BgClassName
{
background-color: #60C8DB;
}
</style>
border-color css
<style>
span { border-color: #60C8DB; }
span { border-color: rgb(96,200,219); }
td.TdClassName
{
border-color: #60C8DB;
}
.TagClassName
{
border-color: #60C8DB;
}
</style>