Shades of Malibu #68C4DD
Tints of Malibu #68C4DD
RGB
CMYK
RGB Variations
Color information
#68C4DD (or 0x68C4DD) is known color: Malibu. HEX triplet: 68, C4 and DD. RGB value is (104,196,221). Sum of RGB (Red+Green+Blue) = 104+196+221=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #68C4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C4DD is #973B22. Grayscale: #ABABAB. Windows color (decimal): -9911075 or 14533736. OLE color: 14533736.
HSL color Cylindrical-coordinate representation of color #68C4DD: hue angle of 192.82º 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 #68C4DD is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 196 | 221 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.13 |
| HSL | 192.82º | 0.63% | 0.64% | - |
| HSV(B) | 192.82º | 0.53% | 0.87% | - |
| XYZ | 38.5 | 47.64 | 75.57 | - |
| YUV | 171.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 221 | 0.53 | 0.11 | 0 | 0.13 | 192.82 | 0.63 | 0.64 |
| Hex | 68 | C4 | DD | 35 | B | 0 | D | C1 | 3F | 40 |
| Octal | 150 | 304 | 335 | 65 | 13 | 0 | 15 | 301 | 77 | 100 |
| Binary | 1101000 | 11000100 | 11011101 | 110101 | 1011 | 0 | 1101 | 11000001 | 111111 | 1000000 |
Color Harmonies of #68C4DD
Complementary color
Monochromatic Colors of #68C4DD
Black with #68C4DD
Text Example
Text Example
White with #68C4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C4DD; }
p { color: rgb(104,196,221); }
H1.HeaderClassName
{
color: #68C4DD;
}
.AnyTagClassName
{
color: #68C4DD;
}
</style>
background-color css
<style>
a { background-color: #68C4DD; }
a { background-color: rgb(104,196,221); }
div.DivClassName
{
background-color: #68C4DD;
}
.BgClassName
{
background-color: #68C4DD;
}
</style>
border-color css
<style>
span { border-color: #68C4DD; }
span { border-color: rgb(104,196,221); }
td.TdClassName
{
border-color: #68C4DD;
}
.TagClassName
{
border-color: #68C4DD;
}
</style>