Shades of Malibu #60BAF2
Tints of Malibu #60BAF2
RGB
CMYK
RGB Variations
Color information
#60BAF2 (or 0x60BAF2) is known color: Malibu. HEX triplet: 60, BA and F2. RGB value is (96,186,242). Sum of RGB (Red+Green+Blue) = 96+186+242=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #60BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAF2 is #9F450D. Grayscale: #A5A5A5. Windows color (decimal): -10437902 or 15907424. OLE color: 15907424.
HSL color Cylindrical-coordinate representation of color #60BAF2: hue angle of 203.01º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BAF2 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 186 | 242 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.05 |
| HSL | 203.01º | 0.85% | 0.66% | - |
| HSV(B) | 203.01º | 0.6% | 0.95% | - |
| XYZ | 38.41 | 44.02 | 90.48 | - |
| YUV | 165.47 | 171.18 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 242 | 0.60 | 0.23 | 0 | 0.05 | 203.01 | 0.85 | 0.66 |
| Hex | 60 | BA | F2 | 3C | 17 | 0 | 5 | CB | 55 | 42 |
| Octal | 140 | 272 | 362 | 74 | 27 | 0 | 5 | 313 | 125 | 102 |
| Binary | 1100000 | 10111010 | 11110010 | 111100 | 10111 | 0 | 101 | 11001011 | 1010101 | 1000010 |
Color Harmonies of #60BAF2
Complementary color
Monochromatic Colors of #60BAF2
Black with #60BAF2
Text Example
Text Example
White with #60BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BAF2; }
p { color: rgb(96,186,242); }
H1.HeaderClassName
{
color: #60BAF2;
}
.AnyTagClassName
{
color: #60BAF2;
}
</style>
background-color css
<style>
a { background-color: #60BAF2; }
a { background-color: rgb(96,186,242); }
div.DivClassName
{
background-color: #60BAF2;
}
.BgClassName
{
background-color: #60BAF2;
}
</style>
border-color css
<style>
span { border-color: #60BAF2; }
span { border-color: rgb(96,186,242); }
td.TdClassName
{
border-color: #60BAF2;
}
.TagClassName
{
border-color: #60BAF2;
}
</style>