Shades of Malibu #68B7DB
Tints of Malibu #68B7DB
RGB
CMYK
RGB Variations
Color information
#68B7DB (or 0x68B7DB) is known color: Malibu. HEX triplet: 68, B7 and DB. RGB value is (104,183,219). Sum of RGB (Red+Green+Blue) = 104+183+219=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #68B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B7DB is #974824. Grayscale: #A3A3A3. Windows color (decimal): -9914405 or 14399336. OLE color: 14399336.
HSL color Cylindrical-coordinate representation of color #68B7DB: hue angle of 198.78º 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 #68B7DB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 183 | 219 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.14 |
| HSL | 198.78º | 0.61% | 0.63% | - |
| HSV(B) | 198.78º | 0.53% | 0.86% | - |
| XYZ | 35.43 | 41.92 | 73.24 | - |
| YUV | 163.48 | 159.33 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 219 | 0.53 | 0.16 | 0 | 0.14 | 198.78 | 0.61 | 0.63 |
| Hex | 68 | B7 | DB | 35 | 10 | 0 | E | C7 | 3D | 3F |
| Octal | 150 | 267 | 333 | 65 | 20 | 0 | 16 | 307 | 75 | 77 |
| Binary | 1101000 | 10110111 | 11011011 | 110101 | 10000 | 0 | 1110 | 11000111 | 111101 | 111111 |
Color Harmonies of #68B7DB
Complementary color
Monochromatic Colors of #68B7DB
Black with #68B7DB
Text Example
Text Example
White with #68B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B7DB; }
p { color: rgb(104,183,219); }
H1.HeaderClassName
{
color: #68B7DB;
}
.AnyTagClassName
{
color: #68B7DB;
}
</style>
background-color css
<style>
a { background-color: #68B7DB; }
a { background-color: rgb(104,183,219); }
div.DivClassName
{
background-color: #68B7DB;
}
.BgClassName
{
background-color: #68B7DB;
}
</style>
border-color css
<style>
span { border-color: #68B7DB; }
span { border-color: rgb(104,183,219); }
td.TdClassName
{
border-color: #68B7DB;
}
.TagClassName
{
border-color: #68B7DB;
}
</style>