Shades of Malibu #60C8DE
Tints of Malibu #60C8DE
RGB
CMYK
RGB Variations
Color information
#60C8DE (or 0x60C8DE) is known color: Malibu. HEX triplet: 60, C8 and DE. RGB value is (96,200,222). Sum of RGB (Red+Green+Blue) = 96+200+222=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #60C8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C8DE is #9F3721. Grayscale: #ABABAB. Windows color (decimal): -10434338 or 14600288. OLE color: 14600288.
HSL color Cylindrical-coordinate representation of color #60C8DE: hue angle of 190.48º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60C8DE is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 200 | 222 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.13 |
| HSL | 190.48º | 0.66% | 0.62% | - |
| HSV(B) | 190.48º | 0.57% | 0.87% | - |
| XYZ | 38.66 | 49.07 | 76.54 | - |
| YUV | 171.41 | 156.54 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 200 | 222 | 0.57 | 0.10 | 0 | 0.13 | 190.48 | 0.66 | 0.62 |
| Hex | 60 | C8 | DE | 39 | A | 0 | D | BE | 42 | 3E |
| Octal | 140 | 310 | 336 | 71 | 12 | 0 | 15 | 276 | 102 | 76 |
| Binary | 1100000 | 11001000 | 11011110 | 111001 | 1010 | 0 | 1101 | 10111110 | 1000010 | 111110 |
Color Harmonies of #60C8DE
Complementary color
Monochromatic Colors of #60C8DE
Black with #60C8DE
Text Example
Text Example
White with #60C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C8DE; }
p { color: rgb(96,200,222); }
H1.HeaderClassName
{
color: #60C8DE;
}
.AnyTagClassName
{
color: #60C8DE;
}
</style>
background-color css
<style>
a { background-color: #60C8DE; }
a { background-color: rgb(96,200,222); }
div.DivClassName
{
background-color: #60C8DE;
}
.BgClassName
{
background-color: #60C8DE;
}
</style>
border-color css
<style>
span { border-color: #60C8DE; }
span { border-color: rgb(96,200,222); }
td.TdClassName
{
border-color: #60C8DE;
}
.TagClassName
{
border-color: #60C8DE;
}
</style>