Shades of Malibu #61ACE3
Tints of Malibu #61ACE3
RGB
CMYK
RGB Variations
Color information
#61ACE3 (or 0x61ACE3) is known color: Malibu. HEX triplet: 61, AC and E3. RGB value is (97,172,227). Sum of RGB (Red+Green+Blue) = 97+172+227=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 227 (89.06% from 255 or 45.77% from 496); Max value from RGB is 227 - color contains mainly: blue. Hex color #61ACE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACE3 is #9E531C. Grayscale: #9B9B9B. Windows color (decimal): -10375965 or 14920801. OLE color: 14920801.
HSL color Cylindrical-coordinate representation of color #61ACE3: hue angle of 205.38º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61ACE3 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 172 | 227 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.11 |
| HSL | 205.38º | 0.7% | 0.64% | - |
| HSV(B) | 205.38º | 0.57% | 0.89% | - |
| XYZ | 33.55 | 37.59 | 78.16 | - |
| YUV | 155.85 | 168.15 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 227 | 0.57 | 0.24 | 0 | 0.11 | 205.38 | 0.7 | 0.64 |
| Hex | 61 | AC | E3 | 39 | 18 | 0 | B | CD | 46 | 40 |
| Octal | 141 | 254 | 343 | 71 | 30 | 0 | 13 | 315 | 106 | 100 |
| Binary | 1100001 | 10101100 | 11100011 | 111001 | 11000 | 0 | 1011 | 11001101 | 1000110 | 1000000 |
Color Harmonies of #61ACE3
Complementary color
Monochromatic Colors of #61ACE3
Black with #61ACE3
Text Example
Text Example
White with #61ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACE3; }
p { color: rgb(97,172,227); }
H1.HeaderClassName
{
color: #61ACE3;
}
.AnyTagClassName
{
color: #61ACE3;
}
</style>
background-color css
<style>
a { background-color: #61ACE3; }
a { background-color: rgb(97,172,227); }
div.DivClassName
{
background-color: #61ACE3;
}
.BgClassName
{
background-color: #61ACE3;
}
</style>
border-color css
<style>
span { border-color: #61ACE3; }
span { border-color: rgb(97,172,227); }
td.TdClassName
{
border-color: #61ACE3;
}
.TagClassName
{
border-color: #61ACE3;
}
</style>