Shades of Malibu #60BFEB
Tints of Malibu #60BFEB
RGB
CMYK
RGB Variations
Color information
#60BFEB (or 0x60BFEB) is known color: Malibu. HEX triplet: 60, BF and EB. RGB value is (96,191,235). Sum of RGB (Red+Green+Blue) = 96+191+235=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #60BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFEB is #9F4014. Grayscale: #A7A7A7. Windows color (decimal): -10436629 or 15449952. OLE color: 15449952.
HSL color Cylindrical-coordinate representation of color #60BFEB: hue angle of 198.99º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60BFEB is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 191 | 235 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.08 |
| HSL | 198.99º | 0.78% | 0.65% | - |
| HSV(B) | 198.99º | 0.59% | 0.92% | - |
| XYZ | 38.45 | 45.75 | 85.4 | - |
| YUV | 167.61 | 166.03 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 235 | 0.59 | 0.19 | 0 | 0.08 | 198.99 | 0.78 | 0.65 |
| Hex | 60 | BF | EB | 3B | 13 | 0 | 8 | C7 | 4E | 41 |
| Octal | 140 | 277 | 353 | 73 | 23 | 0 | 10 | 307 | 116 | 101 |
| Binary | 1100000 | 10111111 | 11101011 | 111011 | 10011 | 0 | 1000 | 11000111 | 1001110 | 1000001 |
Color Harmonies of #60BFEB
Complementary color
Monochromatic Colors of #60BFEB
Black with #60BFEB
Text Example
Text Example
White with #60BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFEB; }
p { color: rgb(96,191,235); }
H1.HeaderClassName
{
color: #60BFEB;
}
.AnyTagClassName
{
color: #60BFEB;
}
</style>
background-color css
<style>
a { background-color: #60BFEB; }
a { background-color: rgb(96,191,235); }
div.DivClassName
{
background-color: #60BFEB;
}
.BgClassName
{
background-color: #60BFEB;
}
</style>
border-color css
<style>
span { border-color: #60BFEB; }
span { border-color: rgb(96,191,235); }
td.TdClassName
{
border-color: #60BFEB;
}
.TagClassName
{
border-color: #60BFEB;
}
</style>