Shades of Malibu #68BADB
Tints of Malibu #68BADB
RGB
CMYK
RGB Variations
Color information
#68BADB (or 0x68BADB) is known color: Malibu. HEX triplet: 68, BA and DB. RGB value is (104,186,219). Sum of RGB (Red+Green+Blue) = 104+186+219=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #68BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BADB is #974524. Grayscale: #A5A5A5. Windows color (decimal): -9913637 or 14400104. OLE color: 14400104.
HSL color Cylindrical-coordinate representation of color #68BADB: hue angle of 197.22º 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 #68BADB is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 186 | 219 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.14 |
| HSL | 197.22º | 0.61% | 0.63% | - |
| HSV(B) | 197.22º | 0.53% | 0.86% | - |
| XYZ | 36.05 | 43.18 | 73.45 | - |
| YUV | 165.24 | 158.33 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 219 | 0.53 | 0.15 | 0 | 0.14 | 197.22 | 0.61 | 0.63 |
| Hex | 68 | BA | DB | 35 | F | 0 | E | C5 | 3D | 3F |
| Octal | 150 | 272 | 333 | 65 | 17 | 0 | 16 | 305 | 75 | 77 |
| Binary | 1101000 | 10111010 | 11011011 | 110101 | 1111 | 0 | 1110 | 11000101 | 111101 | 111111 |
Color Harmonies of #68BADB
Complementary color
Monochromatic Colors of #68BADB
Black with #68BADB
Text Example
Text Example
White with #68BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BADB; }
p { color: rgb(104,186,219); }
H1.HeaderClassName
{
color: #68BADB;
}
.AnyTagClassName
{
color: #68BADB;
}
</style>
background-color css
<style>
a { background-color: #68BADB; }
a { background-color: rgb(104,186,219); }
div.DivClassName
{
background-color: #68BADB;
}
.BgClassName
{
background-color: #68BADB;
}
</style>
border-color css
<style>
span { border-color: #68BADB; }
span { border-color: rgb(104,186,219); }
td.TdClassName
{
border-color: #68BADB;
}
.TagClassName
{
border-color: #68BADB;
}
</style>