Shades of Malibu #68C1DD
Tints of Malibu #68C1DD
RGB
CMYK
RGB Variations
Color information
#68C1DD (or 0x68C1DD) is known color: Malibu. HEX triplet: 68, C1 and DD. RGB value is (104,193,221). Sum of RGB (Red+Green+Blue) = 104+193+221=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #68C1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1DD is #973E22. Grayscale: #A9A9A9. Windows color (decimal): -9911843 or 14532968. OLE color: 14532968.
HSL color Cylindrical-coordinate representation of color #68C1DD: hue angle of 194.36º 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 #68C1DD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 193 | 221 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.13 |
| HSL | 194.36º | 0.63% | 0.64% | - |
| HSV(B) | 194.36º | 0.53% | 0.87% | - |
| XYZ | 37.83 | 46.3 | 75.35 | - |
| YUV | 169.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 221 | 0.53 | 0.13 | 0 | 0.13 | 194.36 | 0.63 | 0.64 |
| Hex | 68 | C1 | DD | 35 | D | 0 | D | C2 | 3F | 40 |
| Octal | 150 | 301 | 335 | 65 | 15 | 0 | 15 | 302 | 77 | 100 |
| Binary | 1101000 | 11000001 | 11011101 | 110101 | 1101 | 0 | 1101 | 11000010 | 111111 | 1000000 |
Color Harmonies of #68C1DD
Complementary color
Monochromatic Colors of #68C1DD
Black with #68C1DD
Text Example
Text Example
White with #68C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1DD; }
p { color: rgb(104,193,221); }
H1.HeaderClassName
{
color: #68C1DD;
}
.AnyTagClassName
{
color: #68C1DD;
}
</style>
background-color css
<style>
a { background-color: #68C1DD; }
a { background-color: rgb(104,193,221); }
div.DivClassName
{
background-color: #68C1DD;
}
.BgClassName
{
background-color: #68C1DD;
}
</style>
border-color css
<style>
span { border-color: #68C1DD; }
span { border-color: rgb(104,193,221); }
td.TdClassName
{
border-color: #68C1DD;
}
.TagClassName
{
border-color: #68C1DD;
}
</style>