Shades of Malibu #61ACF0
Tints of Malibu #61ACF0
RGB
CMYK
RGB Variations
Color information
#61ACF0 (or 0x61ACF0) is known color: Malibu. HEX triplet: 61, AC and F0. RGB value is (97,172,240). Sum of RGB (Red+Green+Blue) = 97+172+240=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #61ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACF0 is #9E530F. Grayscale: #9C9C9C. Windows color (decimal): -10375952 or 15772769. OLE color: 15772769.
HSL color Cylindrical-coordinate representation of color #61ACF0: hue angle of 208.53º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61ACF0 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 172 | 240 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.06 |
| HSL | 208.53º | 0.83% | 0.66% | - |
| HSV(B) | 208.53º | 0.6% | 0.94% | - |
| XYZ | 35.41 | 38.34 | 87.97 | - |
| YUV | 157.33 | 174.65 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 240 | 0.60 | 0.28 | 0 | 0.06 | 208.53 | 0.83 | 0.66 |
| Hex | 61 | AC | F0 | 3C | 1C | 0 | 6 | D1 | 53 | 42 |
| Octal | 141 | 254 | 360 | 74 | 34 | 0 | 6 | 321 | 123 | 102 |
| Binary | 1100001 | 10101100 | 11110000 | 111100 | 11100 | 0 | 110 | 11010001 | 1010011 | 1000010 |
Color Harmonies of #61ACF0
Complementary color
Monochromatic Colors of #61ACF0
Black with #61ACF0
Text Example
Text Example
White with #61ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACF0; }
p { color: rgb(97,172,240); }
H1.HeaderClassName
{
color: #61ACF0;
}
.AnyTagClassName
{
color: #61ACF0;
}
</style>
background-color css
<style>
a { background-color: #61ACF0; }
a { background-color: rgb(97,172,240); }
div.DivClassName
{
background-color: #61ACF0;
}
.BgClassName
{
background-color: #61ACF0;
}
</style>
border-color css
<style>
span { border-color: #61ACF0; }
span { border-color: rgb(97,172,240); }
td.TdClassName
{
border-color: #61ACF0;
}
.TagClassName
{
border-color: #61ACF0;
}
</style>