Shades of Malibu #68C0DD
Tints of Malibu #68C0DD
RGB
CMYK
RGB Variations
Color information
#68C0DD (or 0x68C0DD) is known color: Malibu. HEX triplet: 68, C0 and DD. RGB value is (104,192,221). Sum of RGB (Red+Green+Blue) = 104+192+221=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #68C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C0DD is #973F22. Grayscale: #A8A8A8. Windows color (decimal): -9912099 or 14532712. OLE color: 14532712.
HSL color Cylindrical-coordinate representation of color #68C0DD: hue angle of 194.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C0DD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 192 | 221 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.13 |
| HSL | 194.87º | 0.63% | 0.64% | - |
| HSV(B) | 194.87º | 0.53% | 0.87% | - |
| XYZ | 37.61 | 45.86 | 75.28 | - |
| YUV | 168.99 | 157.35 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 221 | 0.53 | 0.13 | 0 | 0.13 | 194.87 | 0.63 | 0.64 |
| Hex | 68 | C0 | DD | 35 | D | 0 | D | C3 | 3F | 40 |
| Octal | 150 | 300 | 335 | 65 | 15 | 0 | 15 | 303 | 77 | 100 |
| Binary | 1101000 | 11000000 | 11011101 | 110101 | 1101 | 0 | 1101 | 11000011 | 111111 | 1000000 |
Color Harmonies of #68C0DD
Complementary color
Monochromatic Colors of #68C0DD
Black with #68C0DD
Text Example
Text Example
White with #68C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0DD; }
p { color: rgb(104,192,221); }
H1.HeaderClassName
{
color: #68C0DD;
}
.AnyTagClassName
{
color: #68C0DD;
}
</style>
background-color css
<style>
a { background-color: #68C0DD; }
a { background-color: rgb(104,192,221); }
div.DivClassName
{
background-color: #68C0DD;
}
.BgClassName
{
background-color: #68C0DD;
}
</style>
border-color css
<style>
span { border-color: #68C0DD; }
span { border-color: rgb(104,192,221); }
td.TdClassName
{
border-color: #68C0DD;
}
.TagClassName
{
border-color: #68C0DD;
}
</style>