Shades of Malibu #61ACF4
Tints of Malibu #61ACF4
RGB
CMYK
RGB Variations
Color information
#61ACF4 (or 0x61ACF4) is known color: Malibu. HEX triplet: 61, AC and F4. RGB value is (97,172,244). Sum of RGB (Red+Green+Blue) = 97+172+244=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #61ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACF4 is #9E530B. Grayscale: #9D9D9D. Windows color (decimal): -10375948 or 16034913. OLE color: 16034913.
HSL color Cylindrical-coordinate representation of color #61ACF4: hue angle of 209.39º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61ACF4 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 172 | 244 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.04 |
| HSL | 209.39º | 0.87% | 0.67% | - |
| HSV(B) | 209.39º | 0.6% | 0.96% | - |
| XYZ | 36.01 | 38.58 | 91.14 | - |
| YUV | 157.78 | 176.65 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 244 | 0.60 | 0.30 | 0 | 0.04 | 209.39 | 0.87 | 0.67 |
| Hex | 61 | AC | F4 | 3C | 1E | 0 | 4 | D1 | 57 | 43 |
| Octal | 141 | 254 | 364 | 74 | 36 | 0 | 4 | 321 | 127 | 103 |
| Binary | 1100001 | 10101100 | 11110100 | 111100 | 11110 | 0 | 100 | 11010001 | 1010111 | 1000011 |
Color Harmonies of #61ACF4
Complementary color
Monochromatic Colors of #61ACF4
Black with #61ACF4
Text Example
Text Example
White with #61ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACF4; }
p { color: rgb(97,172,244); }
H1.HeaderClassName
{
color: #61ACF4;
}
.AnyTagClassName
{
color: #61ACF4;
}
</style>
background-color css
<style>
a { background-color: #61ACF4; }
a { background-color: rgb(97,172,244); }
div.DivClassName
{
background-color: #61ACF4;
}
.BgClassName
{
background-color: #61ACF4;
}
</style>
border-color css
<style>
span { border-color: #61ACF4; }
span { border-color: rgb(97,172,244); }
td.TdClassName
{
border-color: #61ACF4;
}
.TagClassName
{
border-color: #61ACF4;
}
</style>