Shades of Malibu #60C8EB
Tints of Malibu #60C8EB
RGB
CMYK
RGB Variations
Color information
#60C8EB (or 0x60C8EB) is known color: Malibu. HEX triplet: 60, C8 and EB. RGB value is (96,200,235). Sum of RGB (Red+Green+Blue) = 96+200+235=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #60C8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C8EB is #9F3714. Grayscale: #ACACAC. Windows color (decimal): -10434325 or 15452256. OLE color: 15452256.
HSL color Cylindrical-coordinate representation of color #60C8EB: hue angle of 195.11º 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 #60C8EB is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 200 | 235 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.08 |
| HSL | 195.11º | 0.78% | 0.65% | - |
| HSV(B) | 195.11º | 0.59% | 0.92% | - |
| XYZ | 40.47 | 49.79 | 86.08 | - |
| YUV | 172.89 | 163.04 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 235 | 0.59 | 0.15 | 0 | 0.08 | 195.11 | 0.78 | 0.65 |
| Hex | 60 | C8 | EB | 3B | F | 0 | 8 | C3 | 4E | 41 |
| Octal | 140 | 310 | 353 | 73 | 17 | 0 | 10 | 303 | 116 | 101 |
| Binary | 1100000 | 11001000 | 11101011 | 111011 | 1111 | 0 | 1000 | 11000011 | 1001110 | 1000001 |
Color Harmonies of #60C8EB
Complementary color
Monochromatic Colors of #60C8EB
Black with #60C8EB
Text Example
Text Example
White with #60C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C8EB; }
p { color: rgb(96,200,235); }
H1.HeaderClassName
{
color: #60C8EB;
}
.AnyTagClassName
{
color: #60C8EB;
}
</style>
background-color css
<style>
a { background-color: #60C8EB; }
a { background-color: rgb(96,200,235); }
div.DivClassName
{
background-color: #60C8EB;
}
.BgClassName
{
background-color: #60C8EB;
}
</style>
border-color css
<style>
span { border-color: #60C8EB; }
span { border-color: rgb(96,200,235); }
td.TdClassName
{
border-color: #60C8EB;
}
.TagClassName
{
border-color: #60C8EB;
}
</style>