Shades of Malibu #68C4DA
Tints of Malibu #68C4DA
RGB
CMYK
RGB Variations
Color information
#68C4DA (or 0x68C4DA) is known color: Malibu. HEX triplet: 68, C4 and DA. RGB value is (104,196,218). Sum of RGB (Red+Green+Blue) = 104+196+218=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #68C4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C4DA is #973B25. Grayscale: #AAAAAA. Windows color (decimal): -9911078 or 14337128. OLE color: 14337128.
HSL color Cylindrical-coordinate representation of color #68C4DA: hue angle of 191.58º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68C4DA is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 196 | 218 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.15 |
| HSL | 191.58º | 0.61% | 0.63% | - |
| HSV(B) | 191.58º | 0.52% | 0.85% | - |
| XYZ | 38.1 | 47.48 | 73.49 | - |
| YUV | 171 | 154.52 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 218 | 0.52 | 0.10 | 0 | 0.15 | 191.58 | 0.61 | 0.63 |
| Hex | 68 | C4 | DA | 34 | A | 0 | F | C0 | 3D | 3F |
| Octal | 150 | 304 | 332 | 64 | 12 | 0 | 17 | 300 | 75 | 77 |
| Binary | 1101000 | 11000100 | 11011010 | 110100 | 1010 | 0 | 1111 | 11000000 | 111101 | 111111 |
Color Harmonies of #68C4DA
Complementary color
Monochromatic Colors of #68C4DA
Black with #68C4DA
Text Example
Text Example
White with #68C4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C4DA; }
p { color: rgb(104,196,218); }
H1.HeaderClassName
{
color: #68C4DA;
}
.AnyTagClassName
{
color: #68C4DA;
}
</style>
background-color css
<style>
a { background-color: #68C4DA; }
a { background-color: rgb(104,196,218); }
div.DivClassName
{
background-color: #68C4DA;
}
.BgClassName
{
background-color: #68C4DA;
}
</style>
border-color css
<style>
span { border-color: #68C4DA; }
span { border-color: rgb(104,196,218); }
td.TdClassName
{
border-color: #68C4DA;
}
.TagClassName
{
border-color: #68C4DA;
}
</style>