Shades of Malibu #60BEF0
Tints of Malibu #60BEF0
RGB
CMYK
RGB Variations
Color information
#60BEF0 (or 0x60BEF0) is known color: Malibu. HEX triplet: 60, BE and F0. RGB value is (96,190,240). Sum of RGB (Red+Green+Blue) = 96+190+240=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #60BEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BEF0 is #9F410F. Grayscale: #A7A7A7. Windows color (decimal): -10436880 or 15777376. OLE color: 15777376.
HSL color Cylindrical-coordinate representation of color #60BEF0: hue angle of 200.83º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BEF0 is Cyan = 0.6, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 190 | 240 | - |
| CMYK | 0.6 | 0.21 | 0 | 0.06 |
| HSL | 200.83º | 0.83% | 0.66% | - |
| HSV(B) | 200.83º | 0.6% | 0.94% | - |
| XYZ | 38.97 | 45.6 | 89.19 | - |
| YUV | 167.59 | 168.86 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 240 | 0.6 | 0.21 | 0 | 0.06 | 200.83 | 0.83 | 0.66 |
| Hex | 60 | BE | F0 | 3C | 15 | 0 | 6 | C9 | 53 | 42 |
| Octal | 140 | 276 | 360 | 74 | 25 | 0 | 6 | 311 | 123 | 102 |
| Binary | 1100000 | 10111110 | 11110000 | 111100 | 10101 | 0 | 110 | 11001001 | 1010011 | 1000010 |
Color Harmonies of #60BEF0
Complementary color
Monochromatic Colors of #60BEF0
Black with #60BEF0
Text Example
Text Example
White with #60BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEF0; }
p { color: rgb(96,190,240); }
H1.HeaderClassName
{
color: #60BEF0;
}
.AnyTagClassName
{
color: #60BEF0;
}
</style>
background-color css
<style>
a { background-color: #60BEF0; }
a { background-color: rgb(96,190,240); }
div.DivClassName
{
background-color: #60BEF0;
}
.BgClassName
{
background-color: #60BEF0;
}
</style>
border-color css
<style>
span { border-color: #60BEF0; }
span { border-color: rgb(96,190,240); }
td.TdClassName
{
border-color: #60BEF0;
}
.TagClassName
{
border-color: #60BEF0;
}
</style>