Shades of Malibu #60ACF2
Tints of Malibu #60ACF2
RGB
CMYK
RGB Variations
Color information
#60ACF2 (or 0x60ACF2) is known color: Malibu. HEX triplet: 60, AC and F2. RGB value is (96,172,242). Sum of RGB (Red+Green+Blue) = 96+172+242=510 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.82% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #60ACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ACF2 is #9F530D. Grayscale: #9C9C9C. Windows color (decimal): -10441486 or 15903840. OLE color: 15903840.
HSL color Cylindrical-coordinate representation of color #60ACF2: hue angle of 208.77º 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 #60ACF2 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 172 | 242 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.05 |
| HSL | 208.77º | 0.85% | 0.66% | - |
| HSV(B) | 208.77º | 0.6% | 0.95% | - |
| XYZ | 35.6 | 38.4 | 89.54 | - |
| YUV | 157.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 242 | 0.60 | 0.29 | 0 | 0.05 | 208.77 | 0.85 | 0.66 |
| Hex | 60 | AC | F2 | 3C | 1D | 0 | 5 | D1 | 55 | 42 |
| Octal | 140 | 254 | 362 | 74 | 35 | 0 | 5 | 321 | 125 | 102 |
| Binary | 1100000 | 10101100 | 11110010 | 111100 | 11101 | 0 | 101 | 11010001 | 1010101 | 1000010 |
Color Harmonies of #60ACF2
Complementary color
Monochromatic Colors of #60ACF2
Black with #60ACF2
Text Example
Text Example
White with #60ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACF2; }
p { color: rgb(96,172,242); }
H1.HeaderClassName
{
color: #60ACF2;
}
.AnyTagClassName
{
color: #60ACF2;
}
</style>
background-color css
<style>
a { background-color: #60ACF2; }
a { background-color: rgb(96,172,242); }
div.DivClassName
{
background-color: #60ACF2;
}
.BgClassName
{
background-color: #60ACF2;
}
</style>
border-color css
<style>
span { border-color: #60ACF2; }
span { border-color: rgb(96,172,242); }
td.TdClassName
{
border-color: #60ACF2;
}
.TagClassName
{
border-color: #60ACF2;
}
</style>