Shades of Malibu #60BFD5
Tints of Malibu #60BFD5
RGB
CMYK
RGB Variations
Color information
#60BFD5 (or 0x60BFD5) is known color: Malibu. HEX triplet: 60, BF and D5. RGB value is (96,191,213). Sum of RGB (Red+Green+Blue) = 96+191+213=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #60BFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFD5 is #9F402A. Grayscale: #A4A4A4. Windows color (decimal): -10436651 or 14008160. OLE color: 14008160.
HSL color Cylindrical-coordinate representation of color #60BFD5: hue angle of 191.28º 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 #60BFD5 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 96 | 191 | 213 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.16 |
| HSL | 191.28º | 0.58% | 0.61% | - |
| HSV(B) | 191.28º | 0.55% | 0.84% | - |
| XYZ | 35.46 | 44.55 | 69.68 | - |
| YUV | 165.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 213 | 0.55 | 0.10 | 0 | 0.16 | 191.28 | 0.58 | 0.61 |
| Hex | 60 | BF | D5 | 37 | A | 0 | 10 | BF | 3A | 3D |
| Octal | 140 | 277 | 325 | 67 | 12 | 0 | 20 | 277 | 72 | 75 |
| Binary | 1100000 | 10111111 | 11010101 | 110111 | 1010 | 0 | 10000 | 10111111 | 111010 | 111101 |
Color Harmonies of #60BFD5
Complementary color
Monochromatic Colors of #60BFD5
Black with #60BFD5
Text Example
Text Example
White with #60BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFD5; }
p { color: rgb(96,191,213); }
H1.HeaderClassName
{
color: #60BFD5;
}
.AnyTagClassName
{
color: #60BFD5;
}
</style>
background-color css
<style>
a { background-color: #60BFD5; }
a { background-color: rgb(96,191,213); }
div.DivClassName
{
background-color: #60BFD5;
}
.BgClassName
{
background-color: #60BFD5;
}
</style>
border-color css
<style>
span { border-color: #60BFD5; }
span { border-color: rgb(96,191,213); }
td.TdClassName
{
border-color: #60BFD5;
}
.TagClassName
{
border-color: #60BFD5;
}
</style>