Shades of Malibu #60B7EF
Tints of Malibu #60B7EF
RGB
CMYK
RGB Variations
Color information
#60B7EF (or 0x60B7EF) is known color: Malibu. HEX triplet: 60, B7 and EF. RGB value is (96,183,239). Sum of RGB (Red+Green+Blue) = 96+183+239=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #60B7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B7EF is #9F4810. Grayscale: #A3A3A3. Windows color (decimal): -10438673 or 15710048. OLE color: 15710048.
HSL color Cylindrical-coordinate representation of color #60B7EF: hue angle of 203.5º 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 #60B7EF is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 183 | 239 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.06 |
| HSL | 203.5º | 0.82% | 0.66% | - |
| HSV(B) | 203.5º | 0.6% | 0.94% | - |
| XYZ | 37.34 | 42.59 | 87.91 | - |
| YUV | 163.37 | 170.68 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 239 | 0.60 | 0.23 | 0 | 0.06 | 203.5 | 0.82 | 0.66 |
| Hex | 60 | B7 | EF | 3C | 17 | 0 | 6 | CB | 52 | 42 |
| Octal | 140 | 267 | 357 | 74 | 27 | 0 | 6 | 313 | 122 | 102 |
| Binary | 1100000 | 10110111 | 11101111 | 111100 | 10111 | 0 | 110 | 11001011 | 1010010 | 1000010 |
Color Harmonies of #60B7EF
Complementary color
Monochromatic Colors of #60B7EF
Black with #60B7EF
Text Example
Text Example
White with #60B7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B7EF; }
p { color: rgb(96,183,239); }
H1.HeaderClassName
{
color: #60B7EF;
}
.AnyTagClassName
{
color: #60B7EF;
}
</style>
background-color css
<style>
a { background-color: #60B7EF; }
a { background-color: rgb(96,183,239); }
div.DivClassName
{
background-color: #60B7EF;
}
.BgClassName
{
background-color: #60B7EF;
}
</style>
border-color css
<style>
span { border-color: #60B7EF; }
span { border-color: rgb(96,183,239); }
td.TdClassName
{
border-color: #60B7EF;
}
.TagClassName
{
border-color: #60B7EF;
}
</style>