Shades of Malibu #60B7EC
Tints of Malibu #60B7EC
RGB
CMYK
RGB Variations
Color information
#60B7EC (or 0x60B7EC) is known color: Malibu. HEX triplet: 60, B7 and EC. RGB value is (96,183,236). Sum of RGB (Red+Green+Blue) = 96+183+236=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #60B7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B7EC is #9F4813. Grayscale: #A2A2A2. Windows color (decimal): -10438676 or 15513440. OLE color: 15513440.
HSL color Cylindrical-coordinate representation of color #60B7EC: hue angle of 202.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60B7EC is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 183 | 236 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.07 |
| HSL | 202.71º | 0.79% | 0.65% | - |
| HSV(B) | 202.71º | 0.59% | 0.93% | - |
| XYZ | 36.9 | 42.41 | 85.6 | - |
| YUV | 163.03 | 169.18 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 236 | 0.59 | 0.22 | 0 | 0.07 | 202.71 | 0.79 | 0.65 |
| Hex | 60 | B7 | EC | 3B | 16 | 0 | 7 | CB | 4F | 41 |
| Octal | 140 | 267 | 354 | 73 | 26 | 0 | 7 | 313 | 117 | 101 |
| Binary | 1100000 | 10110111 | 11101100 | 111011 | 10110 | 0 | 111 | 11001011 | 1001111 | 1000001 |
Color Harmonies of #60B7EC
Complementary color
Monochromatic Colors of #60B7EC
Black with #60B7EC
Text Example
Text Example
White with #60B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B7EC; }
p { color: rgb(96,183,236); }
H1.HeaderClassName
{
color: #60B7EC;
}
.AnyTagClassName
{
color: #60B7EC;
}
</style>
background-color css
<style>
a { background-color: #60B7EC; }
a { background-color: rgb(96,183,236); }
div.DivClassName
{
background-color: #60B7EC;
}
.BgClassName
{
background-color: #60B7EC;
}
</style>
border-color css
<style>
span { border-color: #60B7EC; }
span { border-color: rgb(96,183,236); }
td.TdClassName
{
border-color: #60B7EC;
}
.TagClassName
{
border-color: #60B7EC;
}
</style>