Shades of Malibu #60A9EA
Tints of Malibu #60A9EA
RGB
CMYK
RGB Variations
Color information
#60A9EA (or 0x60A9EA) is known color: Malibu. HEX triplet: 60, A9 and EA. RGB value is (96,169,234). Sum of RGB (Red+Green+Blue) = 96+169+234=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #60A9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A9EA is #9F5615. Grayscale: #9A9A9A. Windows color (decimal): -10442262 or 15378784. OLE color: 15378784.
HSL color Cylindrical-coordinate representation of color #60A9EA: hue angle of 208.26º 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 #60A9EA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 169 | 234 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.08 |
| HSL | 208.26º | 0.77% | 0.65% | - |
| HSV(B) | 208.26º | 0.59% | 0.92% | - |
| XYZ | 33.86 | 36.8 | 83.16 | - |
| YUV | 154.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 169 | 234 | 0.59 | 0.28 | 0 | 0.08 | 208.26 | 0.77 | 0.65 |
| Hex | 60 | A9 | EA | 3B | 1C | 0 | 8 | D0 | 4D | 41 |
| Octal | 140 | 251 | 352 | 73 | 34 | 0 | 10 | 320 | 115 | 101 |
| Binary | 1100000 | 10101001 | 11101010 | 111011 | 11100 | 0 | 1000 | 11010000 | 1001101 | 1000001 |
Color Harmonies of #60A9EA
Complementary color
Monochromatic Colors of #60A9EA
Black with #60A9EA
Text Example
Text Example
White with #60A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A9EA; }
p { color: rgb(96,169,234); }
H1.HeaderClassName
{
color: #60A9EA;
}
.AnyTagClassName
{
color: #60A9EA;
}
</style>
background-color css
<style>
a { background-color: #60A9EA; }
a { background-color: rgb(96,169,234); }
div.DivClassName
{
background-color: #60A9EA;
}
.BgClassName
{
background-color: #60A9EA;
}
</style>
border-color css
<style>
span { border-color: #60A9EA; }
span { border-color: rgb(96,169,234); }
td.TdClassName
{
border-color: #60A9EA;
}
.TagClassName
{
border-color: #60A9EA;
}
</style>