Shades of Malibu #60ADD9
Tints of Malibu #60ADD9
RGB
CMYK
RGB Variations
Color information
#60ADD9 (or 0x60ADD9) is known color: Malibu. HEX triplet: 60, AD and D9. RGB value is (96,173,217). Sum of RGB (Red+Green+Blue) = 96+173+217=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #60ADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADD9 is #9F5226. Grayscale: #9A9A9A. Windows color (decimal): -10441255 or 14265696. OLE color: 14265696.
HSL color Cylindrical-coordinate representation of color #60ADD9: hue angle of 201.82º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60ADD9 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 173 | 217 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.15 |
| HSL | 201.82º | 0.61% | 0.61% | - |
| HSV(B) | 201.82º | 0.56% | 0.85% | - |
| XYZ | 32.29 | 37.38 | 71.16 | - |
| YUV | 154.99 | 162.99 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 217 | 0.56 | 0.20 | 0 | 0.15 | 201.82 | 0.61 | 0.61 |
| Hex | 60 | AD | D9 | 38 | 14 | 0 | F | CA | 3D | 3D |
| Octal | 140 | 255 | 331 | 70 | 24 | 0 | 17 | 312 | 75 | 75 |
| Binary | 1100000 | 10101101 | 11011001 | 111000 | 10100 | 0 | 1111 | 11001010 | 111101 | 111101 |
Color Harmonies of #60ADD9
Complementary color
Monochromatic Colors of #60ADD9
Black with #60ADD9
Text Example
Text Example
White with #60ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADD9; }
p { color: rgb(96,173,217); }
H1.HeaderClassName
{
color: #60ADD9;
}
.AnyTagClassName
{
color: #60ADD9;
}
</style>
background-color css
<style>
a { background-color: #60ADD9; }
a { background-color: rgb(96,173,217); }
div.DivClassName
{
background-color: #60ADD9;
}
.BgClassName
{
background-color: #60ADD9;
}
</style>
border-color css
<style>
span { border-color: #60ADD9; }
span { border-color: rgb(96,173,217); }
td.TdClassName
{
border-color: #60ADD9;
}
.TagClassName
{
border-color: #60ADD9;
}
</style>