Shades of Malibu #60BEE0
Tints of Malibu #60BEE0
RGB
CMYK
RGB Variations
Color information
#60BEE0 (or 0x60BEE0) is known color: Malibu. HEX triplet: 60, BE and E0. RGB value is (96,190,224). Sum of RGB (Red+Green+Blue) = 96+190+224=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #60BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEE0 is #9F411F. Grayscale: #A5A5A5. Windows color (decimal): -10436896 or 14728800. OLE color: 14728800.
HSL color Cylindrical-coordinate representation of color #60BEE0: hue angle of 195.94º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BEE0 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 190 | 224 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.12 |
| HSL | 195.94º | 0.67% | 0.63% | - |
| HSV(B) | 195.94º | 0.57% | 0.88% | - |
| XYZ | 36.69 | 44.7 | 77.21 | - |
| YUV | 165.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 224 | 0.57 | 0.15 | 0 | 0.12 | 195.94 | 0.67 | 0.63 |
| Hex | 60 | BE | E0 | 39 | F | 0 | C | C4 | 43 | 3F |
| Octal | 140 | 276 | 340 | 71 | 17 | 0 | 14 | 304 | 103 | 77 |
| Binary | 1100000 | 10111110 | 11100000 | 111001 | 1111 | 0 | 1100 | 11000100 | 1000011 | 111111 |
Color Harmonies of #60BEE0
Complementary color
Monochromatic Colors of #60BEE0
Black with #60BEE0
Text Example
Text Example
White with #60BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEE0; }
p { color: rgb(96,190,224); }
H1.HeaderClassName
{
color: #60BEE0;
}
.AnyTagClassName
{
color: #60BEE0;
}
</style>
background-color css
<style>
a { background-color: #60BEE0; }
a { background-color: rgb(96,190,224); }
div.DivClassName
{
background-color: #60BEE0;
}
.BgClassName
{
background-color: #60BEE0;
}
</style>
border-color css
<style>
span { border-color: #60BEE0; }
span { border-color: rgb(96,190,224); }
td.TdClassName
{
border-color: #60BEE0;
}
.TagClassName
{
border-color: #60BEE0;
}
</style>