Shades of Malibu #61ACF1
Tints of Malibu #61ACF1
RGB
CMYK
RGB Variations
Color information
#61ACF1 (or 0x61ACF1) is known color: Malibu. HEX triplet: 61, AC and F1. RGB value is (97,172,241). Sum of RGB (Red+Green+Blue) = 97+172+241=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #61ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACF1 is #9E530E. Grayscale: #9D9D9D. Windows color (decimal): -10375951 or 15838305. OLE color: 15838305.
HSL color Cylindrical-coordinate representation of color #61ACF1: hue angle of 208.75º 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 #61ACF1 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 172 | 241 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.05 |
| HSL | 208.75º | 0.84% | 0.66% | - |
| HSV(B) | 208.75º | 0.6% | 0.95% | - |
| XYZ | 35.56 | 38.4 | 88.76 | - |
| YUV | 157.44 | 175.15 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 241 | 0.60 | 0.29 | 0 | 0.05 | 208.75 | 0.84 | 0.66 |
| Hex | 61 | AC | F1 | 3C | 1D | 0 | 5 | D1 | 54 | 42 |
| Octal | 141 | 254 | 361 | 74 | 35 | 0 | 5 | 321 | 124 | 102 |
| Binary | 1100001 | 10101100 | 11110001 | 111100 | 11101 | 0 | 101 | 11010001 | 1010100 | 1000010 |
Color Harmonies of #61ACF1
Complementary color
Monochromatic Colors of #61ACF1
Black with #61ACF1
Text Example
Text Example
White with #61ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACF1; }
p { color: rgb(97,172,241); }
H1.HeaderClassName
{
color: #61ACF1;
}
.AnyTagClassName
{
color: #61ACF1;
}
</style>
background-color css
<style>
a { background-color: #61ACF1; }
a { background-color: rgb(97,172,241); }
div.DivClassName
{
background-color: #61ACF1;
}
.BgClassName
{
background-color: #61ACF1;
}
</style>
border-color css
<style>
span { border-color: #61ACF1; }
span { border-color: rgb(97,172,241); }
td.TdClassName
{
border-color: #61ACF1;
}
.TagClassName
{
border-color: #61ACF1;
}
</style>