Shades of Malibu #60BADC
Tints of Malibu #60BADC
RGB
CMYK
RGB Variations
Color information
#60BADC (or 0x60BADC) is known color: Malibu. HEX triplet: 60, BA and DC. RGB value is (96,186,220). Sum of RGB (Red+Green+Blue) = 96+186+220=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #60BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BADC is #9F4523. Grayscale: #A2A2A2. Windows color (decimal): -10437924 or 14465632. OLE color: 14465632.
HSL color Cylindrical-coordinate representation of color #60BADC: hue angle of 196.45º 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 #60BADC is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 186 | 220 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.14 |
| HSL | 196.45º | 0.64% | 0.62% | - |
| HSV(B) | 196.45º | 0.56% | 0.86% | - |
| XYZ | 35.3 | 42.77 | 74.11 | - |
| YUV | 162.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 220 | 0.56 | 0.15 | 0 | 0.14 | 196.45 | 0.64 | 0.62 |
| Hex | 60 | BA | DC | 38 | F | 0 | E | C4 | 40 | 3E |
| Octal | 140 | 272 | 334 | 70 | 17 | 0 | 16 | 304 | 100 | 76 |
| Binary | 1100000 | 10111010 | 11011100 | 111000 | 1111 | 0 | 1110 | 11000100 | 1000000 | 111110 |
Color Harmonies of #60BADC
Complementary color
Monochromatic Colors of #60BADC
Black with #60BADC
Text Example
Text Example
White with #60BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BADC; }
p { color: rgb(96,186,220); }
H1.HeaderClassName
{
color: #60BADC;
}
.AnyTagClassName
{
color: #60BADC;
}
</style>
background-color css
<style>
a { background-color: #60BADC; }
a { background-color: rgb(96,186,220); }
div.DivClassName
{
background-color: #60BADC;
}
.BgClassName
{
background-color: #60BADC;
}
</style>
border-color css
<style>
span { border-color: #60BADC; }
span { border-color: rgb(96,186,220); }
td.TdClassName
{
border-color: #60BADC;
}
.TagClassName
{
border-color: #60BADC;
}
</style>