Shades of Malibu #60ABE5
Tints of Malibu #60ABE5
RGB
CMYK
RGB Variations
Color information
#60ABE5 (or 0x60ABE5) is known color: Malibu. HEX triplet: 60, AB and E5. RGB value is (96,171,229). Sum of RGB (Red+Green+Blue) = 96+171+229=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #60ABE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABE5 is #9F541A. Grayscale: #9A9A9A. Windows color (decimal): -10441755 or 15051616. OLE color: 15051616.
HSL color Cylindrical-coordinate representation of color #60ABE5: hue angle of 206.17º 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 #60ABE5 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 171 | 229 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.10 |
| HSL | 206.17º | 0.72% | 0.64% | - |
| HSV(B) | 206.17º | 0.58% | 0.9% | - |
| XYZ | 33.53 | 37.27 | 79.56 | - |
| YUV | 155.19 | 169.65 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 229 | 0.58 | 0.25 | 0 | 0.10 | 206.17 | 0.72 | 0.64 |
| Hex | 60 | AB | E5 | 3A | 19 | 0 | A | CE | 48 | 40 |
| Octal | 140 | 253 | 345 | 72 | 31 | 0 | 12 | 316 | 110 | 100 |
| Binary | 1100000 | 10101011 | 11100101 | 111010 | 11001 | 0 | 1010 | 11001110 | 1001000 | 1000000 |
Color Harmonies of #60ABE5
Complementary color
Monochromatic Colors of #60ABE5
Black with #60ABE5
Text Example
Text Example
White with #60ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABE5; }
p { color: rgb(96,171,229); }
H1.HeaderClassName
{
color: #60ABE5;
}
.AnyTagClassName
{
color: #60ABE5;
}
</style>
background-color css
<style>
a { background-color: #60ABE5; }
a { background-color: rgb(96,171,229); }
div.DivClassName
{
background-color: #60ABE5;
}
.BgClassName
{
background-color: #60ABE5;
}
</style>
border-color css
<style>
span { border-color: #60ABE5; }
span { border-color: rgb(96,171,229); }
td.TdClassName
{
border-color: #60ABE5;
}
.TagClassName
{
border-color: #60ABE5;
}
</style>