Shades of Malibu #60B7DD
Tints of Malibu #60B7DD
RGB
CMYK
RGB Variations
Color information
#60B7DD (or 0x60B7DD) is known color: Malibu. HEX triplet: 60, B7 and DD. RGB value is (96,183,221). Sum of RGB (Red+Green+Blue) = 96+183+221=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #60B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7DD is #9F4822. Grayscale: #A1A1A1. Windows color (decimal): -10438691 or 14530400. OLE color: 14530400.
HSL color Cylindrical-coordinate representation of color #60B7DD: hue angle of 198.24º 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 #60B7DD is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 183 | 221 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.13 |
| HSL | 198.24º | 0.65% | 0.62% | - |
| HSV(B) | 198.24º | 0.57% | 0.87% | - |
| XYZ | 34.81 | 41.57 | 74.6 | - |
| YUV | 161.32 | 161.68 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 221 | 0.57 | 0.17 | 0 | 0.13 | 198.24 | 0.65 | 0.62 |
| Hex | 60 | B7 | DD | 39 | 11 | 0 | D | C6 | 41 | 3E |
| Octal | 140 | 267 | 335 | 71 | 21 | 0 | 15 | 306 | 101 | 76 |
| Binary | 1100000 | 10110111 | 11011101 | 111001 | 10001 | 0 | 1101 | 11000110 | 1000001 | 111110 |
Color Harmonies of #60B7DD
Complementary color
Monochromatic Colors of #60B7DD
Black with #60B7DD
Text Example
Text Example
White with #60B7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B7DD; }
p { color: rgb(96,183,221); }
H1.HeaderClassName
{
color: #60B7DD;
}
.AnyTagClassName
{
color: #60B7DD;
}
</style>
background-color css
<style>
a { background-color: #60B7DD; }
a { background-color: rgb(96,183,221); }
div.DivClassName
{
background-color: #60B7DD;
}
.BgClassName
{
background-color: #60B7DD;
}
</style>
border-color css
<style>
span { border-color: #60B7DD; }
span { border-color: rgb(96,183,221); }
td.TdClassName
{
border-color: #60B7DD;
}
.TagClassName
{
border-color: #60B7DD;
}
</style>