Shades of Malibu #60BDD6
Tints of Malibu #60BDD6
RGB
CMYK
RGB Variations
Color information
#60BDD6 (or 0x60BDD6) is known color: Malibu. HEX triplet: 60, BD and D6. RGB value is (96,189,214). Sum of RGB (Red+Green+Blue) = 96+189+214=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #60BDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDD6 is #9F4229. Grayscale: #A3A3A3. Windows color (decimal): -10437162 or 14073184. OLE color: 14073184.
HSL color Cylindrical-coordinate representation of color #60BDD6: hue angle of 192.71º degrees, saturation: 0.59, 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 #60BDD6 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 189 | 214 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.16 |
| HSL | 192.71º | 0.59% | 0.61% | - |
| HSV(B) | 192.71º | 0.55% | 0.84% | - |
| XYZ | 35.16 | 43.74 | 70.21 | - |
| YUV | 164.04 | 156.19 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 214 | 0.55 | 0.12 | 0 | 0.16 | 192.71 | 0.59 | 0.61 |
| Hex | 60 | BD | D6 | 37 | C | 0 | 10 | C1 | 3B | 3D |
| Octal | 140 | 275 | 326 | 67 | 14 | 0 | 20 | 301 | 73 | 75 |
| Binary | 1100000 | 10111101 | 11010110 | 110111 | 1100 | 0 | 10000 | 11000001 | 111011 | 111101 |
Color Harmonies of #60BDD6
Complementary color
Monochromatic Colors of #60BDD6
Black with #60BDD6
Text Example
Text Example
White with #60BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDD6; }
p { color: rgb(96,189,214); }
H1.HeaderClassName
{
color: #60BDD6;
}
.AnyTagClassName
{
color: #60BDD6;
}
</style>
background-color css
<style>
a { background-color: #60BDD6; }
a { background-color: rgb(96,189,214); }
div.DivClassName
{
background-color: #60BDD6;
}
.BgClassName
{
background-color: #60BDD6;
}
</style>
border-color css
<style>
span { border-color: #60BDD6; }
span { border-color: rgb(96,189,214); }
td.TdClassName
{
border-color: #60BDD6;
}
.TagClassName
{
border-color: #60BDD6;
}
</style>