Shades of Malibu #60AADE
Tints of Malibu #60AADE
RGB
CMYK
RGB Variations
Color information
#60AADE (or 0x60AADE) is known color: Malibu. HEX triplet: 60, AA and DE. RGB value is (96,170,222). Sum of RGB (Red+Green+Blue) = 96+170+222=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #60AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AADE is #9F5521. Grayscale: #999999. Windows color (decimal): -10442018 or 14592608. OLE color: 14592608.
HSL color Cylindrical-coordinate representation of color #60AADE: hue angle of 204.76º 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 #60AADE is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 170 | 222 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.13 |
| HSL | 204.76º | 0.66% | 0.62% | - |
| HSV(B) | 204.76º | 0.57% | 0.87% | - |
| XYZ | 32.38 | 36.51 | 74.45 | - |
| YUV | 153.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 222 | 0.57 | 0.23 | 0 | 0.13 | 204.76 | 0.66 | 0.62 |
| Hex | 60 | AA | DE | 39 | 17 | 0 | D | CD | 42 | 3E |
| Octal | 140 | 252 | 336 | 71 | 27 | 0 | 15 | 315 | 102 | 76 |
| Binary | 1100000 | 10101010 | 11011110 | 111001 | 10111 | 0 | 1101 | 11001101 | 1000010 | 111110 |
Color Harmonies of #60AADE
Complementary color
Monochromatic Colors of #60AADE
Black with #60AADE
Text Example
Text Example
White with #60AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AADE; }
p { color: rgb(96,170,222); }
H1.HeaderClassName
{
color: #60AADE;
}
.AnyTagClassName
{
color: #60AADE;
}
</style>
background-color css
<style>
a { background-color: #60AADE; }
a { background-color: rgb(96,170,222); }
div.DivClassName
{
background-color: #60AADE;
}
.BgClassName
{
background-color: #60AADE;
}
</style>
border-color css
<style>
span { border-color: #60AADE; }
span { border-color: rgb(96,170,222); }
td.TdClassName
{
border-color: #60AADE;
}
.TagClassName
{
border-color: #60AADE;
}
</style>