Shades of Malibu #68BBDC
Tints of Malibu #68BBDC
RGB
CMYK
RGB Variations
Color information
#68BBDC (or 0x68BBDC) is known color: Malibu. HEX triplet: 68, BB and DC. RGB value is (104,187,220). Sum of RGB (Red+Green+Blue) = 104+187+220=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #68BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBDC is #974423. Grayscale: #A5A5A5. Windows color (decimal): -9913380 or 14465896. OLE color: 14465896.
HSL color Cylindrical-coordinate representation of color #68BBDC: hue angle of 197.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68BBDC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 187 | 220 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.14 |
| HSL | 197.07º | 0.62% | 0.64% | - |
| HSV(B) | 197.07º | 0.53% | 0.86% | - |
| XYZ | 36.4 | 43.65 | 74.22 | - |
| YUV | 165.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 220 | 0.53 | 0.15 | 0 | 0.14 | 197.07 | 0.62 | 0.64 |
| Hex | 68 | BB | DC | 35 | F | 0 | E | C5 | 3E | 40 |
| Octal | 150 | 273 | 334 | 65 | 17 | 0 | 16 | 305 | 76 | 100 |
| Binary | 1101000 | 10111011 | 11011100 | 110101 | 1111 | 0 | 1110 | 11000101 | 111110 | 1000000 |
Color Harmonies of #68BBDC
Complementary color
Monochromatic Colors of #68BBDC
Black with #68BBDC
Text Example
Text Example
White with #68BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBDC; }
p { color: rgb(104,187,220); }
H1.HeaderClassName
{
color: #68BBDC;
}
.AnyTagClassName
{
color: #68BBDC;
}
</style>
background-color css
<style>
a { background-color: #68BBDC; }
a { background-color: rgb(104,187,220); }
div.DivClassName
{
background-color: #68BBDC;
}
.BgClassName
{
background-color: #68BBDC;
}
</style>
border-color css
<style>
span { border-color: #68BBDC; }
span { border-color: rgb(104,187,220); }
td.TdClassName
{
border-color: #68BBDC;
}
.TagClassName
{
border-color: #68BBDC;
}
</style>