Shades of Malibu #60ACF1
Tints of Malibu #60ACF1
RGB
CMYK
RGB Variations
Color information
#60ACF1 (or 0x60ACF1) is known color: Malibu. HEX triplet: 60, AC and F1. RGB value is (96,172,241). Sum of RGB (Red+Green+Blue) = 96+172+241=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #60ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ACF1 is #9F530E. Grayscale: #9C9C9C. Windows color (decimal): -10441487 or 15838304. OLE color: 15838304.
HSL color Cylindrical-coordinate representation of color #60ACF1: hue angle of 208.55º degrees, saturation: 0.84, 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 #60ACF1 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 172 | 241 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.05 |
| HSL | 208.55º | 0.84% | 0.66% | - |
| HSV(B) | 208.55º | 0.6% | 0.95% | - |
| XYZ | 35.45 | 38.34 | 88.75 | - |
| YUV | 157.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 241 | 0.60 | 0.29 | 0 | 0.05 | 208.55 | 0.84 | 0.66 |
| Hex | 60 | AC | F1 | 3C | 1D | 0 | 5 | D1 | 54 | 42 |
| Octal | 140 | 254 | 361 | 74 | 35 | 0 | 5 | 321 | 124 | 102 |
| Binary | 1100000 | 10101100 | 11110001 | 111100 | 11101 | 0 | 101 | 11010001 | 1010100 | 1000010 |
Color Harmonies of #60ACF1
Complementary color
Monochromatic Colors of #60ACF1
Black with #60ACF1
Text Example
Text Example
White with #60ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ACF1; }
p { color: rgb(96,172,241); }
H1.HeaderClassName
{
color: #60ACF1;
}
.AnyTagClassName
{
color: #60ACF1;
}
</style>
background-color css
<style>
a { background-color: #60ACF1; }
a { background-color: rgb(96,172,241); }
div.DivClassName
{
background-color: #60ACF1;
}
.BgClassName
{
background-color: #60ACF1;
}
</style>
border-color css
<style>
span { border-color: #60ACF1; }
span { border-color: rgb(96,172,241); }
td.TdClassName
{
border-color: #60ACF1;
}
.TagClassName
{
border-color: #60ACF1;
}
</style>