Shades of Malibu #61ACF2
Tints of Malibu #61ACF2
RGB
CMYK
RGB Variations
Color information
#61ACF2 (or 0x61ACF2) is known color: Malibu. HEX triplet: 61, AC and F2. RGB value is (97,172,242). Sum of RGB (Red+Green+Blue) = 97+172+242=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #61ACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACF2 is #9E530D. Grayscale: #9D9D9D. Windows color (decimal): -10375950 or 15903841. OLE color: 15903841.
HSL color Cylindrical-coordinate representation of color #61ACF2: hue angle of 208.97º 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 #61ACF2 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 172 | 242 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.05 |
| HSL | 208.97º | 0.85% | 0.66% | - |
| HSV(B) | 208.97º | 0.6% | 0.95% | - |
| XYZ | 35.71 | 38.46 | 89.55 | - |
| YUV | 157.56 | 175.65 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 242 | 0.60 | 0.29 | 0 | 0.05 | 208.97 | 0.85 | 0.66 |
| Hex | 61 | AC | F2 | 3C | 1D | 0 | 5 | D1 | 55 | 42 |
| Octal | 141 | 254 | 362 | 74 | 35 | 0 | 5 | 321 | 125 | 102 |
| Binary | 1100001 | 10101100 | 11110010 | 111100 | 11101 | 0 | 101 | 11010001 | 1010101 | 1000010 |
Color Harmonies of #61ACF2
Complementary color
Monochromatic Colors of #61ACF2
Black with #61ACF2
Text Example
Text Example
White with #61ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACF2; }
p { color: rgb(97,172,242); }
H1.HeaderClassName
{
color: #61ACF2;
}
.AnyTagClassName
{
color: #61ACF2;
}
</style>
background-color css
<style>
a { background-color: #61ACF2; }
a { background-color: rgb(97,172,242); }
div.DivClassName
{
background-color: #61ACF2;
}
.BgClassName
{
background-color: #61ACF2;
}
</style>
border-color css
<style>
span { border-color: #61ACF2; }
span { border-color: rgb(97,172,242); }
td.TdClassName
{
border-color: #61ACF2;
}
.TagClassName
{
border-color: #61ACF2;
}
</style>