Shades of Malibu #60BCF0
Tints of Malibu #60BCF0
RGB
CMYK
RGB Variations
Color information
#60BCF0 (or 0x60BCF0) is known color: Malibu. HEX triplet: 60, BC and F0. RGB value is (96,188,240). Sum of RGB (Red+Green+Blue) = 96+188+240=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #60BCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCF0 is #9F430F. Grayscale: #A6A6A6. Windows color (decimal): -10437392 or 15776864. OLE color: 15776864.
HSL color Cylindrical-coordinate representation of color #60BCF0: hue angle of 201.67º 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 #60BCF0 is Cyan = 0.6, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 188 | 240 | - |
| CMYK | 0.6 | 0.22 | 0 | 0.06 |
| HSL | 201.67º | 0.83% | 0.66% | - |
| HSV(B) | 201.67º | 0.6% | 0.94% | - |
| XYZ | 38.54 | 44.74 | 89.04 | - |
| YUV | 166.42 | 169.52 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 240 | 0.6 | 0.22 | 0 | 0.06 | 201.67 | 0.83 | 0.66 |
| Hex | 60 | BC | F0 | 3C | 16 | 0 | 6 | CA | 53 | 42 |
| Octal | 140 | 274 | 360 | 74 | 26 | 0 | 6 | 312 | 123 | 102 |
| Binary | 1100000 | 10111100 | 11110000 | 111100 | 10110 | 0 | 110 | 11001010 | 1010011 | 1000010 |
Color Harmonies of #60BCF0
Complementary color
Monochromatic Colors of #60BCF0
Black with #60BCF0
Text Example
Text Example
White with #60BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCF0; }
p { color: rgb(96,188,240); }
H1.HeaderClassName
{
color: #60BCF0;
}
.AnyTagClassName
{
color: #60BCF0;
}
</style>
background-color css
<style>
a { background-color: #60BCF0; }
a { background-color: rgb(96,188,240); }
div.DivClassName
{
background-color: #60BCF0;
}
.BgClassName
{
background-color: #60BCF0;
}
</style>
border-color css
<style>
span { border-color: #60BCF0; }
span { border-color: rgb(96,188,240); }
td.TdClassName
{
border-color: #60BCF0;
}
.TagClassName
{
border-color: #60BCF0;
}
</style>