Shades of Malibu #60BEE6
Tints of Malibu #60BEE6
RGB
CMYK
RGB Variations
Color information
#60BEE6 (or 0x60BEE6) is known color: Malibu. HEX triplet: 60, BE and E6. RGB value is (96,190,230). Sum of RGB (Red+Green+Blue) = 96+190+230=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #60BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BEE6 is #9F4119. Grayscale: #A6A6A6. Windows color (decimal): -10436890 or 15122016. OLE color: 15122016.
HSL color Cylindrical-coordinate representation of color #60BEE6: hue angle of 197.91º degrees, saturation: 0.73, 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 #60BEE6 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 190 | 230 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.10 |
| HSL | 197.91º | 0.73% | 0.64% | - |
| HSV(B) | 197.91º | 0.58% | 0.9% | - |
| XYZ | 37.52 | 45.03 | 81.58 | - |
| YUV | 166.45 | 163.86 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 230 | 0.58 | 0.17 | 0 | 0.10 | 197.91 | 0.73 | 0.64 |
| Hex | 60 | BE | E6 | 3A | 11 | 0 | A | C6 | 49 | 40 |
| Octal | 140 | 276 | 346 | 72 | 21 | 0 | 12 | 306 | 111 | 100 |
| Binary | 1100000 | 10111110 | 11100110 | 111010 | 10001 | 0 | 1010 | 11000110 | 1001001 | 1000000 |
Color Harmonies of #60BEE6
Complementary color
Monochromatic Colors of #60BEE6
Black with #60BEE6
Text Example
Text Example
White with #60BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEE6; }
p { color: rgb(96,190,230); }
H1.HeaderClassName
{
color: #60BEE6;
}
.AnyTagClassName
{
color: #60BEE6;
}
</style>
background-color css
<style>
a { background-color: #60BEE6; }
a { background-color: rgb(96,190,230); }
div.DivClassName
{
background-color: #60BEE6;
}
.BgClassName
{
background-color: #60BEE6;
}
</style>
border-color css
<style>
span { border-color: #60BEE6; }
span { border-color: rgb(96,190,230); }
td.TdClassName
{
border-color: #60BEE6;
}
.TagClassName
{
border-color: #60BEE6;
}
</style>