Shades of Malibu #68BCDD
Tints of Malibu #68BCDD
RGB
CMYK
RGB Variations
Color information
#68BCDD (or 0x68BCDD) is known color: Malibu. HEX triplet: 68, BC and DD. RGB value is (104,188,221). Sum of RGB (Red+Green+Blue) = 104+188+221=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #68BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCDD is #974322. Grayscale: #A6A6A6. Windows color (decimal): -9913123 or 14531688. OLE color: 14531688.
HSL color Cylindrical-coordinate representation of color #68BCDD: hue angle of 196.92º 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 #68BCDD is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 188 | 221 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.13 |
| HSL | 196.92º | 0.63% | 0.64% | - |
| HSV(B) | 196.92º | 0.53% | 0.87% | - |
| XYZ | 36.74 | 44.13 | 74.99 | - |
| YUV | 166.65 | 158.67 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 221 | 0.53 | 0.15 | 0 | 0.13 | 196.92 | 0.63 | 0.64 |
| Hex | 68 | BC | DD | 35 | F | 0 | D | C5 | 3F | 40 |
| Octal | 150 | 274 | 335 | 65 | 17 | 0 | 15 | 305 | 77 | 100 |
| Binary | 1101000 | 10111100 | 11011101 | 110101 | 1111 | 0 | 1101 | 11000101 | 111111 | 1000000 |
Color Harmonies of #68BCDD
Complementary color
Monochromatic Colors of #68BCDD
Black with #68BCDD
Text Example
Text Example
White with #68BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCDD; }
p { color: rgb(104,188,221); }
H1.HeaderClassName
{
color: #68BCDD;
}
.AnyTagClassName
{
color: #68BCDD;
}
</style>
background-color css
<style>
a { background-color: #68BCDD; }
a { background-color: rgb(104,188,221); }
div.DivClassName
{
background-color: #68BCDD;
}
.BgClassName
{
background-color: #68BCDD;
}
</style>
border-color css
<style>
span { border-color: #68BCDD; }
span { border-color: rgb(104,188,221); }
td.TdClassName
{
border-color: #68BCDD;
}
.TagClassName
{
border-color: #68BCDD;
}
</style>