Shades of Malibu #60B0F4
Tints of Malibu #60B0F4
RGB
CMYK
RGB Variations
Color information
#60B0F4 (or 0x60B0F4) is known color: Malibu. HEX triplet: 60, B0 and F4. RGB value is (96,176,244). Sum of RGB (Red+Green+Blue) = 96+176+244=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #60B0F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B0F4 is #9F4F0B. Grayscale: #9F9F9F. Windows color (decimal): -10440460 or 16035936. OLE color: 16035936.
HSL color Cylindrical-coordinate representation of color #60B0F4: hue angle of 207.57º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60B0F4 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 176 | 244 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.04 |
| HSL | 207.57º | 0.87% | 0.67% | - |
| HSV(B) | 207.57º | 0.61% | 0.96% | - |
| XYZ | 36.68 | 40.07 | 91.39 | - |
| YUV | 159.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 244 | 0.61 | 0.28 | 0 | 0.04 | 207.57 | 0.87 | 0.67 |
| Hex | 60 | B0 | F4 | 3D | 1C | 0 | 4 | D0 | 57 | 43 |
| Octal | 140 | 260 | 364 | 75 | 34 | 0 | 4 | 320 | 127 | 103 |
| Binary | 1100000 | 10110000 | 11110100 | 111101 | 11100 | 0 | 100 | 11010000 | 1010111 | 1000011 |
Color Harmonies of #60B0F4
Complementary color
Monochromatic Colors of #60B0F4
Black with #60B0F4
Text Example
Text Example
White with #60B0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0F4; }
p { color: rgb(96,176,244); }
H1.HeaderClassName
{
color: #60B0F4;
}
.AnyTagClassName
{
color: #60B0F4;
}
</style>
background-color css
<style>
a { background-color: #60B0F4; }
a { background-color: rgb(96,176,244); }
div.DivClassName
{
background-color: #60B0F4;
}
.BgClassName
{
background-color: #60B0F4;
}
</style>
border-color css
<style>
span { border-color: #60B0F4; }
span { border-color: rgb(96,176,244); }
td.TdClassName
{
border-color: #60B0F4;
}
.TagClassName
{
border-color: #60B0F4;
}
</style>