Shades of Malibu #60ADDC
Tints of Malibu #60ADDC
RGB
CMYK
RGB Variations
Color information
#60ADDC (or 0x60ADDC) is known color: Malibu. HEX triplet: 60, AD and DC. RGB value is (96,173,220). Sum of RGB (Red+Green+Blue) = 96+173+220=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #60ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADDC is #9F5223. Grayscale: #9B9B9B. Windows color (decimal): -10441252 or 14462304. OLE color: 14462304.
HSL color Cylindrical-coordinate representation of color #60ADDC: hue angle of 202.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60ADDC is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 173 | 220 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.14 |
| HSL | 202.74º | 0.64% | 0.62% | - |
| HSV(B) | 202.74º | 0.56% | 0.86% | - |
| XYZ | 32.69 | 37.54 | 73.23 | - |
| YUV | 155.34 | 164.49 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 220 | 0.56 | 0.21 | 0 | 0.14 | 202.74 | 0.64 | 0.62 |
| Hex | 60 | AD | DC | 38 | 15 | 0 | E | CB | 40 | 3E |
| Octal | 140 | 255 | 334 | 70 | 25 | 0 | 16 | 313 | 100 | 76 |
| Binary | 1100000 | 10101101 | 11011100 | 111000 | 10101 | 0 | 1110 | 11001011 | 1000000 | 111110 |
Color Harmonies of #60ADDC
Complementary color
Monochromatic Colors of #60ADDC
Black with #60ADDC
Text Example
Text Example
White with #60ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADDC; }
p { color: rgb(96,173,220); }
H1.HeaderClassName
{
color: #60ADDC;
}
.AnyTagClassName
{
color: #60ADDC;
}
</style>
background-color css
<style>
a { background-color: #60ADDC; }
a { background-color: rgb(96,173,220); }
div.DivClassName
{
background-color: #60ADDC;
}
.BgClassName
{
background-color: #60ADDC;
}
</style>
border-color css
<style>
span { border-color: #60ADDC; }
span { border-color: rgb(96,173,220); }
td.TdClassName
{
border-color: #60ADDC;
}
.TagClassName
{
border-color: #60ADDC;
}
</style>