Shades of Malibu #60B9F5
Tints of Malibu #60B9F5
RGB
CMYK
RGB Variations
Color information
#60B9F5 (or 0x60B9F5) is known color: Malibu. HEX triplet: 60, B9 and F5. RGB value is (96,185,245). Sum of RGB (Red+Green+Blue) = 96+185+245=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #60B9F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B9F5 is #9F460A. Grayscale: #A4A4A4. Windows color (decimal): -10438155 or 16103776. OLE color: 16103776.
HSL color Cylindrical-coordinate representation of color #60B9F5: hue angle of 204.16º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60B9F5 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 185 | 245 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.04 |
| HSL | 204.16º | 0.88% | 0.67% | - |
| HSV(B) | 204.16º | 0.61% | 0.96% | - |
| XYZ | 38.65 | 43.78 | 92.8 | - |
| YUV | 165.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 245 | 0.61 | 0.24 | 0 | 0.04 | 204.16 | 0.88 | 0.67 |
| Hex | 60 | B9 | F5 | 3D | 18 | 0 | 4 | CC | 58 | 43 |
| Octal | 140 | 271 | 365 | 75 | 30 | 0 | 4 | 314 | 130 | 103 |
| Binary | 1100000 | 10111001 | 11110101 | 111101 | 11000 | 0 | 100 | 11001100 | 1011000 | 1000011 |
Color Harmonies of #60B9F5
Complementary color
Monochromatic Colors of #60B9F5
Black with #60B9F5
Text Example
Text Example
White with #60B9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B9F5; }
p { color: rgb(96,185,245); }
H1.HeaderClassName
{
color: #60B9F5;
}
.AnyTagClassName
{
color: #60B9F5;
}
</style>
background-color css
<style>
a { background-color: #60B9F5; }
a { background-color: rgb(96,185,245); }
div.DivClassName
{
background-color: #60B9F5;
}
.BgClassName
{
background-color: #60B9F5;
}
</style>
border-color css
<style>
span { border-color: #60B9F5; }
span { border-color: rgb(96,185,245); }
td.TdClassName
{
border-color: #60B9F5;
}
.TagClassName
{
border-color: #60B9F5;
}
</style>