Shades of Malibu #60BAF0
Tints of Malibu #60BAF0
RGB
CMYK
RGB Variations
Color information
#60BAF0 (or 0x60BAF0) is known color: Malibu. HEX triplet: 60, BA and F0. RGB value is (96,186,240). Sum of RGB (Red+Green+Blue) = 96+186+240=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #60BAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAF0 is #9F450F. Grayscale: #A4A4A4. Windows color (decimal): -10437904 or 15776352. OLE color: 15776352.
HSL color Cylindrical-coordinate representation of color #60BAF0: hue angle of 202.5º 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 #60BAF0 is Cyan = 0.6, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 186 | 240 | - |
| CMYK | 0.6 | 0.22 | 0 | 0.06 |
| HSL | 202.5º | 0.83% | 0.66% | - |
| HSV(B) | 202.5º | 0.6% | 0.94% | - |
| XYZ | 38.11 | 43.9 | 88.9 | - |
| YUV | 165.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 240 | 0.6 | 0.22 | 0 | 0.06 | 202.5 | 0.83 | 0.66 |
| Hex | 60 | BA | F0 | 3C | 16 | 0 | 6 | CA | 53 | 42 |
| Octal | 140 | 272 | 360 | 74 | 26 | 0 | 6 | 312 | 123 | 102 |
| Binary | 1100000 | 10111010 | 11110000 | 111100 | 10110 | 0 | 110 | 11001010 | 1010011 | 1000010 |
Color Harmonies of #60BAF0
Complementary color
Monochromatic Colors of #60BAF0
Black with #60BAF0
Text Example
Text Example
White with #60BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BAF0; }
p { color: rgb(96,186,240); }
H1.HeaderClassName
{
color: #60BAF0;
}
.AnyTagClassName
{
color: #60BAF0;
}
</style>
background-color css
<style>
a { background-color: #60BAF0; }
a { background-color: rgb(96,186,240); }
div.DivClassName
{
background-color: #60BAF0;
}
.BgClassName
{
background-color: #60BAF0;
}
</style>
border-color css
<style>
span { border-color: #60BAF0; }
span { border-color: rgb(96,186,240); }
td.TdClassName
{
border-color: #60BAF0;
}
.TagClassName
{
border-color: #60BAF0;
}
</style>