Shades of Malibu #60A8EA
Tints of Malibu #60A8EA
RGB
CMYK
RGB Variations
Color information
#60A8EA (or 0x60A8EA) is known color: Malibu. HEX triplet: 60, A8 and EA. RGB value is (96,168,234). Sum of RGB (Red+Green+Blue) = 96+168+234=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #60A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A8EA is #9F5715. Grayscale: #999999. Windows color (decimal): -10442518 or 15378528. OLE color: 15378528.
HSL color Cylindrical-coordinate representation of color #60A8EA: hue angle of 208.7º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60A8EA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 168 | 234 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.08 |
| HSL | 208.7º | 0.77% | 0.65% | - |
| HSV(B) | 208.7º | 0.59% | 0.92% | - |
| XYZ | 33.68 | 36.43 | 83.1 | - |
| YUV | 154 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 234 | 0.59 | 0.28 | 0 | 0.08 | 208.7 | 0.77 | 0.65 |
| Hex | 60 | A8 | EA | 3B | 1C | 0 | 8 | D1 | 4D | 41 |
| Octal | 140 | 250 | 352 | 73 | 34 | 0 | 10 | 321 | 115 | 101 |
| Binary | 1100000 | 10101000 | 11101010 | 111011 | 11100 | 0 | 1000 | 11010001 | 1001101 | 1000001 |
Color Harmonies of #60A8EA
Complementary color
Monochromatic Colors of #60A8EA
Black with #60A8EA
Text Example
Text Example
White with #60A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8EA; }
p { color: rgb(96,168,234); }
H1.HeaderClassName
{
color: #60A8EA;
}
.AnyTagClassName
{
color: #60A8EA;
}
</style>
background-color css
<style>
a { background-color: #60A8EA; }
a { background-color: rgb(96,168,234); }
div.DivClassName
{
background-color: #60A8EA;
}
.BgClassName
{
background-color: #60A8EA;
}
</style>
border-color css
<style>
span { border-color: #60A8EA; }
span { border-color: rgb(96,168,234); }
td.TdClassName
{
border-color: #60A8EA;
}
.TagClassName
{
border-color: #60A8EA;
}
</style>