Shades of Malibu #68B2DB
Tints of Malibu #68B2DB
RGB
CMYK
RGB Variations
Color information
#68B2DB (or 0x68B2DB) is known color: Malibu. HEX triplet: 68, B2 and DB. RGB value is (104,178,219). Sum of RGB (Red+Green+Blue) = 104+178+219=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #68B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B2DB is #974D24. Grayscale: #A0A0A0. Windows color (decimal): -9915685 or 14398056. OLE color: 14398056.
HSL color Cylindrical-coordinate representation of color #68B2DB: hue angle of 201.39º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68B2DB is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 178 | 219 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.14 |
| HSL | 201.39º | 0.61% | 0.63% | - |
| HSV(B) | 201.39º | 0.53% | 0.86% | - |
| XYZ | 34.42 | 39.9 | 72.91 | - |
| YUV | 160.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 219 | 0.53 | 0.19 | 0 | 0.14 | 201.39 | 0.61 | 0.63 |
| Hex | 68 | B2 | DB | 35 | 13 | 0 | E | C9 | 3D | 3F |
| Octal | 150 | 262 | 333 | 65 | 23 | 0 | 16 | 311 | 75 | 77 |
| Binary | 1101000 | 10110010 | 11011011 | 110101 | 10011 | 0 | 1110 | 11001001 | 111101 | 111111 |
Color Harmonies of #68B2DB
Complementary color
Monochromatic Colors of #68B2DB
Black with #68B2DB
Text Example
Text Example
White with #68B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B2DB; }
p { color: rgb(104,178,219); }
H1.HeaderClassName
{
color: #68B2DB;
}
.AnyTagClassName
{
color: #68B2DB;
}
</style>
background-color css
<style>
a { background-color: #68B2DB; }
a { background-color: rgb(104,178,219); }
div.DivClassName
{
background-color: #68B2DB;
}
.BgClassName
{
background-color: #68B2DB;
}
</style>
border-color css
<style>
span { border-color: #68B2DB; }
span { border-color: rgb(104,178,219); }
td.TdClassName
{
border-color: #68B2DB;
}
.TagClassName
{
border-color: #68B2DB;
}
</style>