Shades of Malibu #60BCDD
Tints of Malibu #60BCDD
RGB
CMYK
RGB Variations
Color information
#60BCDD (or 0x60BCDD) is known color: Malibu. HEX triplet: 60, BC and DD. RGB value is (96,188,221). Sum of RGB (Red+Green+Blue) = 96+188+221=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #60BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCDD is #9F4322. Grayscale: #A4A4A4. Windows color (decimal): -10437411 or 14531680. OLE color: 14531680.
HSL color Cylindrical-coordinate representation of color #60BCDD: hue angle of 195.84º 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 #60BCDD is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 188 | 221 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.13 |
| HSL | 195.84º | 0.65% | 0.62% | - |
| HSV(B) | 195.84º | 0.57% | 0.87% | - |
| XYZ | 35.86 | 43.67 | 74.95 | - |
| YUV | 164.25 | 160.02 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 221 | 0.57 | 0.15 | 0 | 0.13 | 195.84 | 0.65 | 0.62 |
| Hex | 60 | BC | DD | 39 | F | 0 | D | C4 | 41 | 3E |
| Octal | 140 | 274 | 335 | 71 | 17 | 0 | 15 | 304 | 101 | 76 |
| Binary | 1100000 | 10111100 | 11011101 | 111001 | 1111 | 0 | 1101 | 11000100 | 1000001 | 111110 |
Color Harmonies of #60BCDD
Complementary color
Monochromatic Colors of #60BCDD
Black with #60BCDD
Text Example
Text Example
White with #60BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCDD; }
p { color: rgb(96,188,221); }
H1.HeaderClassName
{
color: #60BCDD;
}
.AnyTagClassName
{
color: #60BCDD;
}
</style>
background-color css
<style>
a { background-color: #60BCDD; }
a { background-color: rgb(96,188,221); }
div.DivClassName
{
background-color: #60BCDD;
}
.BgClassName
{
background-color: #60BCDD;
}
</style>
border-color css
<style>
span { border-color: #60BCDD; }
span { border-color: rgb(96,188,221); }
td.TdClassName
{
border-color: #60BCDD;
}
.TagClassName
{
border-color: #60BCDD;
}
</style>