Shades of Malibu #68BADD
Tints of Malibu #68BADD
RGB
CMYK
RGB Variations
Color information
#68BADD (or 0x68BADD) is known color: Malibu. HEX triplet: 68, BA and DD. RGB value is (104,186,221). Sum of RGB (Red+Green+Blue) = 104+186+221=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #68BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BADD is #974522. Grayscale: #A5A5A5. Windows color (decimal): -9913635 or 14531176. OLE color: 14531176.
HSL color Cylindrical-coordinate representation of color #68BADD: hue angle of 197.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68BADD is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 186 | 221 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.13 |
| HSL | 197.95º | 0.63% | 0.64% | - |
| HSV(B) | 197.95º | 0.53% | 0.87% | - |
| XYZ | 36.32 | 43.28 | 74.85 | - |
| YUV | 165.47 | 159.33 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 221 | 0.53 | 0.16 | 0 | 0.13 | 197.95 | 0.63 | 0.64 |
| Hex | 68 | BA | DD | 35 | 10 | 0 | D | C6 | 3F | 40 |
| Octal | 150 | 272 | 335 | 65 | 20 | 0 | 15 | 306 | 77 | 100 |
| Binary | 1101000 | 10111010 | 11011101 | 110101 | 10000 | 0 | 1101 | 11000110 | 111111 | 1000000 |
Color Harmonies of #68BADD
Complementary color
Monochromatic Colors of #68BADD
Black with #68BADD
Text Example
Text Example
White with #68BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BADD; }
p { color: rgb(104,186,221); }
H1.HeaderClassName
{
color: #68BADD;
}
.AnyTagClassName
{
color: #68BADD;
}
</style>
background-color css
<style>
a { background-color: #68BADD; }
a { background-color: rgb(104,186,221); }
div.DivClassName
{
background-color: #68BADD;
}
.BgClassName
{
background-color: #68BADD;
}
</style>
border-color css
<style>
span { border-color: #68BADD; }
span { border-color: rgb(104,186,221); }
td.TdClassName
{
border-color: #68BADD;
}
.TagClassName
{
border-color: #68BADD;
}
</style>