Shades of Malibu #68B7DC
Tints of Malibu #68B7DC
RGB
CMYK
RGB Variations
Color information
#68B7DC (or 0x68B7DC) is known color: Malibu. HEX triplet: 68, B7 and DC. RGB value is (104,183,220). Sum of RGB (Red+Green+Blue) = 104+183+220=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #68B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B7DC is #974823. Grayscale: #A3A3A3. Windows color (decimal): -9914404 or 14464872. OLE color: 14464872.
HSL color Cylindrical-coordinate representation of color #68B7DC: hue angle of 199.14º 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 #68B7DC is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 183 | 220 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.14 |
| HSL | 199.14º | 0.62% | 0.64% | - |
| HSV(B) | 199.14º | 0.53% | 0.86% | - |
| XYZ | 35.56 | 41.98 | 73.94 | - |
| YUV | 163.6 | 159.83 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 220 | 0.53 | 0.17 | 0 | 0.14 | 199.14 | 0.62 | 0.64 |
| Hex | 68 | B7 | DC | 35 | 11 | 0 | E | C7 | 3E | 40 |
| Octal | 150 | 267 | 334 | 65 | 21 | 0 | 16 | 307 | 76 | 100 |
| Binary | 1101000 | 10110111 | 11011100 | 110101 | 10001 | 0 | 1110 | 11000111 | 111110 | 1000000 |
Color Harmonies of #68B7DC
Complementary color
Monochromatic Colors of #68B7DC
Black with #68B7DC
Text Example
Text Example
White with #68B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B7DC; }
p { color: rgb(104,183,220); }
H1.HeaderClassName
{
color: #68B7DC;
}
.AnyTagClassName
{
color: #68B7DC;
}
</style>
background-color css
<style>
a { background-color: #68B7DC; }
a { background-color: rgb(104,183,220); }
div.DivClassName
{
background-color: #68B7DC;
}
.BgClassName
{
background-color: #68B7DC;
}
</style>
border-color css
<style>
span { border-color: #68B7DC; }
span { border-color: rgb(104,183,220); }
td.TdClassName
{
border-color: #68B7DC;
}
.TagClassName
{
border-color: #68B7DC;
}
</style>