Shades of Malibu #60B3EC
Tints of Malibu #60B3EC
RGB
CMYK
RGB Variations
Color information
#60B3EC (or 0x60B3EC) is known color: Malibu. HEX triplet: 60, B3 and EC. RGB value is (96,179,236). Sum of RGB (Red+Green+Blue) = 96+179+236=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #60B3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B3EC is #9F4C13. Grayscale: #A0A0A0. Windows color (decimal): -10439700 or 15512416. OLE color: 15512416.
HSL color Cylindrical-coordinate representation of color #60B3EC: hue angle of 204.43º 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 #60B3EC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 179 | 236 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.07 |
| HSL | 204.43º | 0.79% | 0.65% | - |
| HSV(B) | 204.43º | 0.59% | 0.93% | - |
| XYZ | 36.08 | 40.78 | 85.33 | - |
| YUV | 160.68 | 170.5 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 236 | 0.59 | 0.24 | 0 | 0.07 | 204.43 | 0.79 | 0.65 |
| Hex | 60 | B3 | EC | 3B | 18 | 0 | 7 | CC | 4F | 41 |
| Octal | 140 | 263 | 354 | 73 | 30 | 0 | 7 | 314 | 117 | 101 |
| Binary | 1100000 | 10110011 | 11101100 | 111011 | 11000 | 0 | 111 | 11001100 | 1001111 | 1000001 |
Color Harmonies of #60B3EC
Complementary color
Monochromatic Colors of #60B3EC
Black with #60B3EC
Text Example
Text Example
White with #60B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B3EC; }
p { color: rgb(96,179,236); }
H1.HeaderClassName
{
color: #60B3EC;
}
.AnyTagClassName
{
color: #60B3EC;
}
</style>
background-color css
<style>
a { background-color: #60B3EC; }
a { background-color: rgb(96,179,236); }
div.DivClassName
{
background-color: #60B3EC;
}
.BgClassName
{
background-color: #60B3EC;
}
</style>
border-color css
<style>
span { border-color: #60B3EC; }
span { border-color: rgb(96,179,236); }
td.TdClassName
{
border-color: #60B3EC;
}
.TagClassName
{
border-color: #60B3EC;
}
</style>