Shades of Malibu #60ADDD
Tints of Malibu #60ADDD
RGB
CMYK
RGB Variations
Color information
#60ADDD (or 0x60ADDD) is known color: Malibu. HEX triplet: 60, AD and DD. RGB value is (96,173,221). Sum of RGB (Red+Green+Blue) = 96+173+221=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #60ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADDD is #9F5222. Grayscale: #9B9B9B. Windows color (decimal): -10441251 or 14527840. OLE color: 14527840.
HSL color Cylindrical-coordinate representation of color #60ADDD: hue angle of 203.04º degrees, saturation: 0.65, 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 #60ADDD is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 173 | 221 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.13 |
| HSL | 203.04º | 0.65% | 0.62% | - |
| HSV(B) | 203.04º | 0.57% | 0.87% | - |
| XYZ | 32.82 | 37.59 | 73.93 | - |
| YUV | 155.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 221 | 0.57 | 0.22 | 0 | 0.13 | 203.04 | 0.65 | 0.62 |
| Hex | 60 | AD | DD | 39 | 16 | 0 | D | CB | 41 | 3E |
| Octal | 140 | 255 | 335 | 71 | 26 | 0 | 15 | 313 | 101 | 76 |
| Binary | 1100000 | 10101101 | 11011101 | 111001 | 10110 | 0 | 1101 | 11001011 | 1000001 | 111110 |
Color Harmonies of #60ADDD
Complementary color
Monochromatic Colors of #60ADDD
Black with #60ADDD
Text Example
Text Example
White with #60ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADDD; }
p { color: rgb(96,173,221); }
H1.HeaderClassName
{
color: #60ADDD;
}
.AnyTagClassName
{
color: #60ADDD;
}
</style>
background-color css
<style>
a { background-color: #60ADDD; }
a { background-color: rgb(96,173,221); }
div.DivClassName
{
background-color: #60ADDD;
}
.BgClassName
{
background-color: #60ADDD;
}
</style>
border-color css
<style>
span { border-color: #60ADDD; }
span { border-color: rgb(96,173,221); }
td.TdClassName
{
border-color: #60ADDD;
}
.TagClassName
{
border-color: #60ADDD;
}
</style>