Shades of Malibu #60ADE5
Tints of Malibu #60ADE5
RGB
CMYK
RGB Variations
Color information
#60ADE5 (or 0x60ADE5) is known color: Malibu. HEX triplet: 60, AD and E5. RGB value is (96,173,229). Sum of RGB (Red+Green+Blue) = 96+173+229=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #60ADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADE5 is #9F521A. Grayscale: #9C9C9C. Windows color (decimal): -10441243 or 15052128. OLE color: 15052128.
HSL color Cylindrical-coordinate representation of color #60ADE5: hue angle of 205.26º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60ADE5 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 173 | 229 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.10 |
| HSL | 205.26º | 0.72% | 0.64% | - |
| HSV(B) | 205.26º | 0.58% | 0.9% | - |
| XYZ | 33.91 | 38.03 | 79.68 | - |
| YUV | 156.36 | 168.99 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 229 | 0.58 | 0.24 | 0 | 0.10 | 205.26 | 0.72 | 0.64 |
| Hex | 60 | AD | E5 | 3A | 18 | 0 | A | CD | 48 | 40 |
| Octal | 140 | 255 | 345 | 72 | 30 | 0 | 12 | 315 | 110 | 100 |
| Binary | 1100000 | 10101101 | 11100101 | 111010 | 11000 | 0 | 1010 | 11001101 | 1001000 | 1000000 |
Color Harmonies of #60ADE5
Complementary color
Monochromatic Colors of #60ADE5
Black with #60ADE5
Text Example
Text Example
White with #60ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADE5; }
p { color: rgb(96,173,229); }
H1.HeaderClassName
{
color: #60ADE5;
}
.AnyTagClassName
{
color: #60ADE5;
}
</style>
background-color css
<style>
a { background-color: #60ADE5; }
a { background-color: rgb(96,173,229); }
div.DivClassName
{
background-color: #60ADE5;
}
.BgClassName
{
background-color: #60ADE5;
}
</style>
border-color css
<style>
span { border-color: #60ADE5; }
span { border-color: rgb(96,173,229); }
td.TdClassName
{
border-color: #60ADE5;
}
.TagClassName
{
border-color: #60ADE5;
}
</style>