Shades of Malibu #68BADC
Tints of Malibu #68BADC
RGB
CMYK
RGB Variations
Color information
#68BADC (or 0x68BADC) is known color: Malibu. HEX triplet: 68, BA and DC. RGB value is (104,186,220). Sum of RGB (Red+Green+Blue) = 104+186+220=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #68BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BADC is #974523. Grayscale: #A5A5A5. Windows color (decimal): -9913636 or 14465640. OLE color: 14465640.
HSL color Cylindrical-coordinate representation of color #68BADC: hue angle of 197.59º 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 #68BADC is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 186 | 220 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.14 |
| HSL | 197.59º | 0.62% | 0.64% | - |
| HSV(B) | 197.59º | 0.53% | 0.86% | - |
| XYZ | 36.19 | 43.23 | 74.15 | - |
| YUV | 165.36 | 158.83 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 220 | 0.53 | 0.15 | 0 | 0.14 | 197.59 | 0.62 | 0.64 |
| Hex | 68 | BA | DC | 35 | F | 0 | E | C6 | 3E | 40 |
| Octal | 150 | 272 | 334 | 65 | 17 | 0 | 16 | 306 | 76 | 100 |
| Binary | 1101000 | 10111010 | 11011100 | 110101 | 1111 | 0 | 1110 | 11000110 | 111110 | 1000000 |
Color Harmonies of #68BADC
Complementary color
Monochromatic Colors of #68BADC
Black with #68BADC
Text Example
Text Example
White with #68BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BADC; }
p { color: rgb(104,186,220); }
H1.HeaderClassName
{
color: #68BADC;
}
.AnyTagClassName
{
color: #68BADC;
}
</style>
background-color css
<style>
a { background-color: #68BADC; }
a { background-color: rgb(104,186,220); }
div.DivClassName
{
background-color: #68BADC;
}
.BgClassName
{
background-color: #68BADC;
}
</style>
border-color css
<style>
span { border-color: #68BADC; }
span { border-color: rgb(104,186,220); }
td.TdClassName
{
border-color: #68BADC;
}
.TagClassName
{
border-color: #68BADC;
}
</style>