Shades of Malibu #60B5EF
Tints of Malibu #60B5EF
RGB
CMYK
RGB Variations
Color information
#60B5EF (or 0x60B5EF) is known color: Malibu. HEX triplet: 60, B5 and EF. RGB value is (96,181,239). Sum of RGB (Red+Green+Blue) = 96+181+239=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #60B5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B5EF is #9F4A10. Grayscale: #A1A1A1. Windows color (decimal): -10439185 or 15709536. OLE color: 15709536.
HSL color Cylindrical-coordinate representation of color #60B5EF: hue angle of 204.34º degrees, saturation: 0.82, 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 #60B5EF is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 181 | 239 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.06 |
| HSL | 204.34º | 0.82% | 0.66% | - |
| HSV(B) | 204.34º | 0.6% | 0.94% | - |
| XYZ | 36.93 | 41.77 | 87.78 | - |
| YUV | 162.2 | 171.34 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 239 | 0.60 | 0.24 | 0 | 0.06 | 204.34 | 0.82 | 0.66 |
| Hex | 60 | B5 | EF | 3C | 18 | 0 | 6 | CC | 52 | 42 |
| Octal | 140 | 265 | 357 | 74 | 30 | 0 | 6 | 314 | 122 | 102 |
| Binary | 1100000 | 10110101 | 11101111 | 111100 | 11000 | 0 | 110 | 11001100 | 1010010 | 1000010 |
Color Harmonies of #60B5EF
Complementary color
Monochromatic Colors of #60B5EF
Black with #60B5EF
Text Example
Text Example
White with #60B5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B5EF; }
p { color: rgb(96,181,239); }
H1.HeaderClassName
{
color: #60B5EF;
}
.AnyTagClassName
{
color: #60B5EF;
}
</style>
background-color css
<style>
a { background-color: #60B5EF; }
a { background-color: rgb(96,181,239); }
div.DivClassName
{
background-color: #60B5EF;
}
.BgClassName
{
background-color: #60B5EF;
}
</style>
border-color css
<style>
span { border-color: #60B5EF; }
span { border-color: rgb(96,181,239); }
td.TdClassName
{
border-color: #60B5EF;
}
.TagClassName
{
border-color: #60B5EF;
}
</style>