Shades of Malibu #60B9D0
Tints of Malibu #60B9D0
RGB
CMYK
RGB Variations
Color information
#60B9D0 (or 0x60B9D0) is known color: Malibu. HEX triplet: 60, B9 and D0. RGB value is (96,185,208). Sum of RGB (Red+Green+Blue) = 96+185+208=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #60B9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9D0 is #9F462F. Grayscale: #A0A0A0. Windows color (decimal): -10438192 or 13678944. OLE color: 13678944.
HSL color Cylindrical-coordinate representation of color #60B9D0: hue angle of 192.32º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60B9D0 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 185 | 208 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.18 |
| HSL | 192.32º | 0.54% | 0.6% | - |
| HSV(B) | 192.32º | 0.54% | 0.82% | - |
| XYZ | 33.56 | 41.74 | 65.96 | - |
| YUV | 161.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 208 | 0.54 | 0.11 | 0 | 0.18 | 192.32 | 0.54 | 0.6 |
| Hex | 60 | B9 | D0 | 36 | B | 0 | 12 | C0 | 36 | 3C |
| Octal | 140 | 271 | 320 | 66 | 13 | 0 | 22 | 300 | 66 | 74 |
| Binary | 1100000 | 10111001 | 11010000 | 110110 | 1011 | 0 | 10010 | 11000000 | 110110 | 111100 |
Color Harmonies of #60B9D0
Complementary color
Monochromatic Colors of #60B9D0
Black with #60B9D0
Text Example
Text Example
White with #60B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B9D0; }
p { color: rgb(96,185,208); }
H1.HeaderClassName
{
color: #60B9D0;
}
.AnyTagClassName
{
color: #60B9D0;
}
</style>
background-color css
<style>
a { background-color: #60B9D0; }
a { background-color: rgb(96,185,208); }
div.DivClassName
{
background-color: #60B9D0;
}
.BgClassName
{
background-color: #60B9D0;
}
</style>
border-color css
<style>
span { border-color: #60B9D0; }
span { border-color: rgb(96,185,208); }
td.TdClassName
{
border-color: #60B9D0;
}
.TagClassName
{
border-color: #60B9D0;
}
</style>