Shades of Malibu #68C0DB
Tints of Malibu #68C0DB
RGB
CMYK
RGB Variations
Color information
#68C0DB (or 0x68C0DB) is known color: Malibu. HEX triplet: 68, C0 and DB. RGB value is (104,192,219). Sum of RGB (Red+Green+Blue) = 104+192+219=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 192 (75.39% from 255 or 37.28% 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 #68C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C0DB is #973F24. Grayscale: #A8A8A8. Windows color (decimal): -9912101 or 14401640. OLE color: 14401640.
HSL color Cylindrical-coordinate representation of color #68C0DB: hue angle of 194.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C0DB is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 192 | 219 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.14 |
| HSL | 194.09º | 0.61% | 0.63% | - |
| HSV(B) | 194.09º | 0.53% | 0.86% | - |
| XYZ | 37.34 | 45.76 | 73.88 | - |
| YUV | 168.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 219 | 0.53 | 0.12 | 0 | 0.14 | 194.09 | 0.61 | 0.63 |
| Hex | 68 | C0 | DB | 35 | C | 0 | E | C2 | 3D | 3F |
| Octal | 150 | 300 | 333 | 65 | 14 | 0 | 16 | 302 | 75 | 77 |
| Binary | 1101000 | 11000000 | 11011011 | 110101 | 1100 | 0 | 1110 | 11000010 | 111101 | 111111 |
Color Harmonies of #68C0DB
Complementary color
Monochromatic Colors of #68C0DB
Black with #68C0DB
Text Example
Text Example
White with #68C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0DB; }
p { color: rgb(104,192,219); }
H1.HeaderClassName
{
color: #68C0DB;
}
.AnyTagClassName
{
color: #68C0DB;
}
</style>
background-color css
<style>
a { background-color: #68C0DB; }
a { background-color: rgb(104,192,219); }
div.DivClassName
{
background-color: #68C0DB;
}
.BgClassName
{
background-color: #68C0DB;
}
</style>
border-color css
<style>
span { border-color: #68C0DB; }
span { border-color: rgb(104,192,219); }
td.TdClassName
{
border-color: #68C0DB;
}
.TagClassName
{
border-color: #68C0DB;
}
</style>