Shades of Malibu #60BCEB
Tints of Malibu #60BCEB
RGB
CMYK
RGB Variations
Color information
#60BCEB (or 0x60BCEB) is known color: Malibu. HEX triplet: 60, BC and EB. RGB value is (96,188,235). Sum of RGB (Red+Green+Blue) = 96+188+235=519 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.50% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #60BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCEB is #9F4314. Grayscale: #A5A5A5. Windows color (decimal): -10437397 or 15449184. OLE color: 15449184.
HSL color Cylindrical-coordinate representation of color #60BCEB: hue angle of 200.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60BCEB is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 188 | 235 | - |
| CMYK | 0.59 | 0.2 | 0 | 0.08 |
| HSL | 200.29º | 0.78% | 0.65% | - |
| HSV(B) | 200.29º | 0.59% | 0.92% | - |
| XYZ | 37.8 | 44.45 | 85.18 | - |
| YUV | 165.85 | 167.02 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 235 | 0.59 | 0.2 | 0 | 0.08 | 200.29 | 0.78 | 0.65 |
| Hex | 60 | BC | EB | 3B | 14 | 0 | 8 | C8 | 4E | 41 |
| Octal | 140 | 274 | 353 | 73 | 24 | 0 | 10 | 310 | 116 | 101 |
| Binary | 1100000 | 10111100 | 11101011 | 111011 | 10100 | 0 | 1000 | 11001000 | 1001110 | 1000001 |
Color Harmonies of #60BCEB
Complementary color
Monochromatic Colors of #60BCEB
Black with #60BCEB
Text Example
Text Example
White with #60BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCEB; }
p { color: rgb(96,188,235); }
H1.HeaderClassName
{
color: #60BCEB;
}
.AnyTagClassName
{
color: #60BCEB;
}
</style>
background-color css
<style>
a { background-color: #60BCEB; }
a { background-color: rgb(96,188,235); }
div.DivClassName
{
background-color: #60BCEB;
}
.BgClassName
{
background-color: #60BCEB;
}
</style>
border-color css
<style>
span { border-color: #60BCEB; }
span { border-color: rgb(96,188,235); }
td.TdClassName
{
border-color: #60BCEB;
}
.TagClassName
{
border-color: #60BCEB;
}
</style>