Shades of Malibu #60BFF0
Tints of Malibu #60BFF0
RGB
CMYK
RGB Variations
Color information
#60BFF0 (or 0x60BFF0) is known color: Malibu. HEX triplet: 60, BF and F0. RGB value is (96,191,240). Sum of RGB (Red+Green+Blue) = 96+191+240=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #60BFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFF0 is #9F400F. Grayscale: #A7A7A7. Windows color (decimal): -10436624 or 15777632. OLE color: 15777632.
HSL color Cylindrical-coordinate representation of color #60BFF0: hue angle of 200.42º degrees, saturation: 0.83, 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 #60BFF0 is Cyan = 0.6, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 191 | 240 | - |
| CMYK | 0.6 | 0.20 | 0 | 0.06 |
| HSL | 200.42º | 0.83% | 0.66% | - |
| HSV(B) | 200.42º | 0.6% | 0.94% | - |
| XYZ | 39.18 | 46.04 | 89.26 | - |
| YUV | 168.18 | 168.53 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 240 | 0.6 | 0.20 | 0 | 0.06 | 200.42 | 0.83 | 0.66 |
| Hex | 60 | BF | F0 | 3C | 14 | 0 | 6 | C8 | 53 | 42 |
| Octal | 140 | 277 | 360 | 74 | 24 | 0 | 6 | 310 | 123 | 102 |
| Binary | 1100000 | 10111111 | 11110000 | 111100 | 10100 | 0 | 110 | 11001000 | 1010011 | 1000010 |
Color Harmonies of #60BFF0
Complementary color
Monochromatic Colors of #60BFF0
Black with #60BFF0
Text Example
Text Example
White with #60BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFF0; }
p { color: rgb(96,191,240); }
H1.HeaderClassName
{
color: #60BFF0;
}
.AnyTagClassName
{
color: #60BFF0;
}
</style>
background-color css
<style>
a { background-color: #60BFF0; }
a { background-color: rgb(96,191,240); }
div.DivClassName
{
background-color: #60BFF0;
}
.BgClassName
{
background-color: #60BFF0;
}
</style>
border-color css
<style>
span { border-color: #60BFF0; }
span { border-color: rgb(96,191,240); }
td.TdClassName
{
border-color: #60BFF0;
}
.TagClassName
{
border-color: #60BFF0;
}
</style>