Shades of Malibu #60C8EE
Tints of Malibu #60C8EE
RGB
CMYK
RGB Variations
Color information
#60C8EE (or 0x60C8EE) is known color: Malibu. HEX triplet: 60, C8 and EE. RGB value is (96,200,238). Sum of RGB (Red+Green+Blue) = 96+200+238=534 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.98% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #60C8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C8EE is #9F3711. Grayscale: #ACACAC. Windows color (decimal): -10434322 or 15648864. OLE color: 15648864.
HSL color Cylindrical-coordinate representation of color #60C8EE: hue angle of 196.06º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C8EE is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 200 | 238 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.07 |
| HSL | 196.06º | 0.81% | 0.65% | - |
| HSV(B) | 196.06º | 0.6% | 0.93% | - |
| XYZ | 40.91 | 49.97 | 88.38 | - |
| YUV | 173.24 | 164.54 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 238 | 0.60 | 0.16 | 0 | 0.07 | 196.06 | 0.81 | 0.65 |
| Hex | 60 | C8 | EE | 3C | 10 | 0 | 7 | C4 | 51 | 41 |
| Octal | 140 | 310 | 356 | 74 | 20 | 0 | 7 | 304 | 121 | 101 |
| Binary | 1100000 | 11001000 | 11101110 | 111100 | 10000 | 0 | 111 | 11000100 | 1010001 | 1000001 |
Color Harmonies of #60C8EE
Complementary color
Monochromatic Colors of #60C8EE
Black with #60C8EE
Text Example
Text Example
White with #60C8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C8EE; }
p { color: rgb(96,200,238); }
H1.HeaderClassName
{
color: #60C8EE;
}
.AnyTagClassName
{
color: #60C8EE;
}
</style>
background-color css
<style>
a { background-color: #60C8EE; }
a { background-color: rgb(96,200,238); }
div.DivClassName
{
background-color: #60C8EE;
}
.BgClassName
{
background-color: #60C8EE;
}
</style>
border-color css
<style>
span { border-color: #60C8EE; }
span { border-color: rgb(96,200,238); }
td.TdClassName
{
border-color: #60C8EE;
}
.TagClassName
{
border-color: #60C8EE;
}
</style>