Shades of Malibu #60BDD5
Tints of Malibu #60BDD5
RGB
CMYK
RGB Variations
Color information
#60BDD5 (or 0x60BDD5) is known color: Malibu. HEX triplet: 60, BD and D5. RGB value is (96,189,213). Sum of RGB (Red+Green+Blue) = 96+189+213=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #60BDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDD5 is #9F422A. Grayscale: #A3A3A3. Windows color (decimal): -10437163 or 14007648. OLE color: 14007648.
HSL color Cylindrical-coordinate representation of color #60BDD5: hue angle of 192.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60BDD5 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 189 | 213 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.16 |
| HSL | 192.31º | 0.58% | 0.61% | - |
| HSV(B) | 192.31º | 0.55% | 0.84% | - |
| XYZ | 35.03 | 43.69 | 69.54 | - |
| YUV | 163.93 | 155.69 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 213 | 0.55 | 0.11 | 0 | 0.16 | 192.31 | 0.58 | 0.61 |
| Hex | 60 | BD | D5 | 37 | B | 0 | 10 | C0 | 3A | 3D |
| Octal | 140 | 275 | 325 | 67 | 13 | 0 | 20 | 300 | 72 | 75 |
| Binary | 1100000 | 10111101 | 11010101 | 110111 | 1011 | 0 | 10000 | 11000000 | 111010 | 111101 |
Color Harmonies of #60BDD5
Complementary color
Monochromatic Colors of #60BDD5
Black with #60BDD5
Text Example
Text Example
White with #60BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDD5; }
p { color: rgb(96,189,213); }
H1.HeaderClassName
{
color: #60BDD5;
}
.AnyTagClassName
{
color: #60BDD5;
}
</style>
background-color css
<style>
a { background-color: #60BDD5; }
a { background-color: rgb(96,189,213); }
div.DivClassName
{
background-color: #60BDD5;
}
.BgClassName
{
background-color: #60BDD5;
}
</style>
border-color css
<style>
span { border-color: #60BDD5; }
span { border-color: rgb(96,189,213); }
td.TdClassName
{
border-color: #60BDD5;
}
.TagClassName
{
border-color: #60BDD5;
}
</style>