Shades of Malibu #60B7DA
Tints of Malibu #60B7DA
RGB
CMYK
RGB Variations
Color information
#60B7DA (or 0x60B7DA) is known color: Malibu. HEX triplet: 60, B7 and DA. RGB value is (96,183,218). Sum of RGB (Red+Green+Blue) = 96+183+218=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #60B7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7DA is #9F4825. Grayscale: #A0A0A0. Windows color (decimal): -10438694 or 14333792. OLE color: 14333792.
HSL color Cylindrical-coordinate representation of color #60B7DA: hue angle of 197.21º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60B7DA is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 183 | 218 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.15 |
| HSL | 197.21º | 0.62% | 0.62% | - |
| HSV(B) | 197.21º | 0.56% | 0.85% | - |
| XYZ | 34.41 | 41.42 | 72.51 | - |
| YUV | 160.98 | 160.18 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 218 | 0.56 | 0.16 | 0 | 0.15 | 197.21 | 0.62 | 0.62 |
| Hex | 60 | B7 | DA | 38 | 10 | 0 | F | C5 | 3E | 3E |
| Octal | 140 | 267 | 332 | 70 | 20 | 0 | 17 | 305 | 76 | 76 |
| Binary | 1100000 | 10110111 | 11011010 | 111000 | 10000 | 0 | 1111 | 11000101 | 111110 | 111110 |
Color Harmonies of #60B7DA
Complementary color
Monochromatic Colors of #60B7DA
Black with #60B7DA
Text Example
Text Example
White with #60B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B7DA; }
p { color: rgb(96,183,218); }
H1.HeaderClassName
{
color: #60B7DA;
}
.AnyTagClassName
{
color: #60B7DA;
}
</style>
background-color css
<style>
a { background-color: #60B7DA; }
a { background-color: rgb(96,183,218); }
div.DivClassName
{
background-color: #60B7DA;
}
.BgClassName
{
background-color: #60B7DA;
}
</style>
border-color css
<style>
span { border-color: #60B7DA; }
span { border-color: rgb(96,183,218); }
td.TdClassName
{
border-color: #60B7DA;
}
.TagClassName
{
border-color: #60B7DA;
}
</style>