Shades of Malibu #60BAEA
Tints of Malibu #60BAEA
RGB
CMYK
RGB Variations
Color information
#60BAEA (or 0x60BAEA) is known color: Malibu. HEX triplet: 60, BA and EA. RGB value is (96,186,234). Sum of RGB (Red+Green+Blue) = 96+186+234=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #60BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAEA is #9F4515. Grayscale: #A4A4A4. Windows color (decimal): -10437910 or 15383136. OLE color: 15383136.
HSL color Cylindrical-coordinate representation of color #60BAEA: hue angle of 200.87º 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 #60BAEA is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 186 | 234 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.08 |
| HSL | 200.87º | 0.77% | 0.65% | - |
| HSV(B) | 200.87º | 0.59% | 0.92% | - |
| XYZ | 37.23 | 43.55 | 84.28 | - |
| YUV | 164.56 | 167.18 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 234 | 0.59 | 0.21 | 0 | 0.08 | 200.87 | 0.77 | 0.65 |
| Hex | 60 | BA | EA | 3B | 15 | 0 | 8 | C9 | 4D | 41 |
| Octal | 140 | 272 | 352 | 73 | 25 | 0 | 10 | 311 | 115 | 101 |
| Binary | 1100000 | 10111010 | 11101010 | 111011 | 10101 | 0 | 1000 | 11001001 | 1001101 | 1000001 |
Color Harmonies of #60BAEA
Complementary color
Monochromatic Colors of #60BAEA
Black with #60BAEA
Text Example
Text Example
White with #60BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BAEA; }
p { color: rgb(96,186,234); }
H1.HeaderClassName
{
color: #60BAEA;
}
.AnyTagClassName
{
color: #60BAEA;
}
</style>
background-color css
<style>
a { background-color: #60BAEA; }
a { background-color: rgb(96,186,234); }
div.DivClassName
{
background-color: #60BAEA;
}
.BgClassName
{
background-color: #60BAEA;
}
</style>
border-color css
<style>
span { border-color: #60BAEA; }
span { border-color: rgb(96,186,234); }
td.TdClassName
{
border-color: #60BAEA;
}
.TagClassName
{
border-color: #60BAEA;
}
</style>