Shades of Malibu #60ADE3
Tints of Malibu #60ADE3
RGB
CMYK
RGB Variations
Color information
#60ADE3 (or 0x60ADE3) is known color: Malibu. HEX triplet: 60, AD and E3. RGB value is (96,173,227). Sum of RGB (Red+Green+Blue) = 96+173+227=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #60ADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADE3 is #9F521C. Grayscale: #9B9B9B. Windows color (decimal): -10441245 or 14921056. OLE color: 14921056.
HSL color Cylindrical-coordinate representation of color #60ADE3: hue angle of 204.73º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60ADE3 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 173 | 227 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.11 |
| HSL | 204.73º | 0.7% | 0.63% | - |
| HSV(B) | 204.73º | 0.58% | 0.89% | - |
| XYZ | 33.63 | 37.92 | 78.22 | - |
| YUV | 156.13 | 167.99 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 227 | 0.58 | 0.24 | 0 | 0.11 | 204.73 | 0.7 | 0.63 |
| Hex | 60 | AD | E3 | 3A | 18 | 0 | B | CD | 46 | 3F |
| Octal | 140 | 255 | 343 | 72 | 30 | 0 | 13 | 315 | 106 | 77 |
| Binary | 1100000 | 10101101 | 11100011 | 111010 | 11000 | 0 | 1011 | 11001101 | 1000110 | 111111 |
Color Harmonies of #60ADE3
Complementary color
Monochromatic Colors of #60ADE3
Black with #60ADE3
Text Example
Text Example
White with #60ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADE3; }
p { color: rgb(96,173,227); }
H1.HeaderClassName
{
color: #60ADE3;
}
.AnyTagClassName
{
color: #60ADE3;
}
</style>
background-color css
<style>
a { background-color: #60ADE3; }
a { background-color: rgb(96,173,227); }
div.DivClassName
{
background-color: #60ADE3;
}
.BgClassName
{
background-color: #60ADE3;
}
</style>
border-color css
<style>
span { border-color: #60ADE3; }
span { border-color: rgb(96,173,227); }
td.TdClassName
{
border-color: #60ADE3;
}
.TagClassName
{
border-color: #60ADE3;
}
</style>