Shades of Malibu #60B0F2
Tints of Malibu #60B0F2
RGB
CMYK
RGB Variations
Color information
#60B0F2 (or 0x60B0F2) is known color: Malibu. HEX triplet: 60, B0 and F2. RGB value is (96,176,242). Sum of RGB (Red+Green+Blue) = 96+176+242=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #60B0F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B0F2 is #9F4F0D. Grayscale: #9F9F9F. Windows color (decimal): -10440462 or 15904864. OLE color: 15904864.
HSL color Cylindrical-coordinate representation of color #60B0F2: hue angle of 207.12º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60B0F2 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 176 | 242 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.05 |
| HSL | 207.12º | 0.85% | 0.66% | - |
| HSV(B) | 207.12º | 0.6% | 0.95% | - |
| XYZ | 36.38 | 39.95 | 89.8 | - |
| YUV | 159.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 242 | 0.60 | 0.27 | 0 | 0.05 | 207.12 | 0.85 | 0.66 |
| Hex | 60 | B0 | F2 | 3C | 1B | 0 | 5 | CF | 55 | 42 |
| Octal | 140 | 260 | 362 | 74 | 33 | 0 | 5 | 317 | 125 | 102 |
| Binary | 1100000 | 10110000 | 11110010 | 111100 | 11011 | 0 | 101 | 11001111 | 1010101 | 1000010 |
Color Harmonies of #60B0F2
Complementary color
Monochromatic Colors of #60B0F2
Black with #60B0F2
Text Example
Text Example
White with #60B0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0F2; }
p { color: rgb(96,176,242); }
H1.HeaderClassName
{
color: #60B0F2;
}
.AnyTagClassName
{
color: #60B0F2;
}
</style>
background-color css
<style>
a { background-color: #60B0F2; }
a { background-color: rgb(96,176,242); }
div.DivClassName
{
background-color: #60B0F2;
}
.BgClassName
{
background-color: #60B0F2;
}
</style>
border-color css
<style>
span { border-color: #60B0F2; }
span { border-color: rgb(96,176,242); }
td.TdClassName
{
border-color: #60B0F2;
}
.TagClassName
{
border-color: #60B0F2;
}
</style>