Shades of Malibu #68C0DF
Tints of Malibu #68C0DF
RGB
CMYK
RGB Variations
Color information
#68C0DF (or 0x68C0DF) is known color: Malibu. HEX triplet: 68, C0 and DF. RGB value is (104,192,223). Sum of RGB (Red+Green+Blue) = 104+192+223=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #68C0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C0DF is #973F20. Grayscale: #A9A9A9. Windows color (decimal): -9912097 or 14663784. OLE color: 14663784.
HSL color Cylindrical-coordinate representation of color #68C0DF: hue angle of 195.63º degrees, saturation: 0.65, 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 #68C0DF is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 192 | 223 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.13 |
| HSL | 195.63º | 0.65% | 0.64% | - |
| HSV(B) | 195.63º | 0.53% | 0.87% | - |
| XYZ | 37.88 | 45.97 | 76.69 | - |
| YUV | 169.22 | 158.35 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 223 | 0.53 | 0.14 | 0 | 0.13 | 195.63 | 0.65 | 0.64 |
| Hex | 68 | C0 | DF | 35 | E | 0 | D | C4 | 41 | 40 |
| Octal | 150 | 300 | 337 | 65 | 16 | 0 | 15 | 304 | 101 | 100 |
| Binary | 1101000 | 11000000 | 11011111 | 110101 | 1110 | 0 | 1101 | 11000100 | 1000001 | 1000000 |
Color Harmonies of #68C0DF
Complementary color
Monochromatic Colors of #68C0DF
Black with #68C0DF
Text Example
Text Example
White with #68C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0DF; }
p { color: rgb(104,192,223); }
H1.HeaderClassName
{
color: #68C0DF;
}
.AnyTagClassName
{
color: #68C0DF;
}
</style>
background-color css
<style>
a { background-color: #68C0DF; }
a { background-color: rgb(104,192,223); }
div.DivClassName
{
background-color: #68C0DF;
}
.BgClassName
{
background-color: #68C0DF;
}
</style>
border-color css
<style>
span { border-color: #68C0DF; }
span { border-color: rgb(104,192,223); }
td.TdClassName
{
border-color: #68C0DF;
}
.TagClassName
{
border-color: #68C0DF;
}
</style>