Shades of Malibu #68BADE
Tints of Malibu #68BADE
RGB
CMYK
RGB Variations
Color information
#68BADE (or 0x68BADE) is known color: Malibu. HEX triplet: 68, BA and DE. RGB value is (104,186,222). Sum of RGB (Red+Green+Blue) = 104+186+222=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #68BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BADE is #974521. Grayscale: #A5A5A5. Windows color (decimal): -9913634 or 14596712. OLE color: 14596712.
HSL color Cylindrical-coordinate representation of color #68BADE: hue angle of 198.31º degrees, saturation: 0.64, 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 #68BADE is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 186 | 222 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.13 |
| HSL | 198.31º | 0.64% | 0.64% | - |
| HSV(B) | 198.31º | 0.53% | 0.87% | - |
| XYZ | 36.45 | 43.33 | 75.55 | - |
| YUV | 165.59 | 159.83 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 222 | 0.53 | 0.16 | 0 | 0.13 | 198.31 | 0.64 | 0.64 |
| Hex | 68 | BA | DE | 35 | 10 | 0 | D | C6 | 40 | 40 |
| Octal | 150 | 272 | 336 | 65 | 20 | 0 | 15 | 306 | 100 | 100 |
| Binary | 1101000 | 10111010 | 11011110 | 110101 | 10000 | 0 | 1101 | 11000110 | 1000000 | 1000000 |
Color Harmonies of #68BADE
Complementary color
Monochromatic Colors of #68BADE
Black with #68BADE
Text Example
Text Example
White with #68BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BADE; }
p { color: rgb(104,186,222); }
H1.HeaderClassName
{
color: #68BADE;
}
.AnyTagClassName
{
color: #68BADE;
}
</style>
background-color css
<style>
a { background-color: #68BADE; }
a { background-color: rgb(104,186,222); }
div.DivClassName
{
background-color: #68BADE;
}
.BgClassName
{
background-color: #68BADE;
}
</style>
border-color css
<style>
span { border-color: #68BADE; }
span { border-color: rgb(104,186,222); }
td.TdClassName
{
border-color: #68BADE;
}
.TagClassName
{
border-color: #68BADE;
}
</style>