Shades of Malibu #60BADD
Tints of Malibu #60BADD
RGB
CMYK
RGB Variations
Color information
#60BADD (or 0x60BADD) is known color: Malibu. HEX triplet: 60, BA and DD. RGB value is (96,186,221). Sum of RGB (Red+Green+Blue) = 96+186+221=503 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.09% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #60BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BADD is #9F4522. Grayscale: #A2A2A2. Windows color (decimal): -10437923 or 14531168. OLE color: 14531168.
HSL color Cylindrical-coordinate representation of color #60BADD: hue angle of 196.8º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BADD is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 186 | 221 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.13 |
| HSL | 196.8º | 0.65% | 0.62% | - |
| HSV(B) | 196.8º | 0.57% | 0.87% | - |
| XYZ | 35.43 | 42.83 | 74.81 | - |
| YUV | 163.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 221 | 0.57 | 0.16 | 0 | 0.13 | 196.8 | 0.65 | 0.62 |
| Hex | 60 | BA | DD | 39 | 10 | 0 | D | C5 | 41 | 3E |
| Octal | 140 | 272 | 335 | 71 | 20 | 0 | 15 | 305 | 101 | 76 |
| Binary | 1100000 | 10111010 | 11011101 | 111001 | 10000 | 0 | 1101 | 11000101 | 1000001 | 111110 |
Color Harmonies of #60BADD
Complementary color
Monochromatic Colors of #60BADD
Black with #60BADD
Text Example
Text Example
White with #60BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BADD; }
p { color: rgb(96,186,221); }
H1.HeaderClassName
{
color: #60BADD;
}
.AnyTagClassName
{
color: #60BADD;
}
</style>
background-color css
<style>
a { background-color: #60BADD; }
a { background-color: rgb(96,186,221); }
div.DivClassName
{
background-color: #60BADD;
}
.BgClassName
{
background-color: #60BADD;
}
</style>
border-color css
<style>
span { border-color: #60BADD; }
span { border-color: rgb(96,186,221); }
td.TdClassName
{
border-color: #60BADD;
}
.TagClassName
{
border-color: #60BADD;
}
</style>