Shades of Malibu #61ACE7
Tints of Malibu #61ACE7
RGB
CMYK
RGB Variations
Color information
#61ACE7 (or 0x61ACE7) is known color: Malibu. HEX triplet: 61, AC and E7. RGB value is (97,172,231). Sum of RGB (Red+Green+Blue) = 97+172+231=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #61ACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACE7 is #9E5318. Grayscale: #9B9B9B. Windows color (decimal): -10375961 or 15182945. OLE color: 15182945.
HSL color Cylindrical-coordinate representation of color #61ACE7: hue angle of 206.42º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61ACE7 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 172 | 231 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.09 |
| HSL | 206.42º | 0.74% | 0.64% | - |
| HSV(B) | 206.42º | 0.58% | 0.91% | - |
| XYZ | 34.11 | 37.82 | 81.1 | - |
| YUV | 156.3 | 170.15 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 231 | 0.58 | 0.26 | 0 | 0.09 | 206.42 | 0.74 | 0.64 |
| Hex | 61 | AC | E7 | 3A | 1A | 0 | 9 | CE | 4A | 40 |
| Octal | 141 | 254 | 347 | 72 | 32 | 0 | 11 | 316 | 112 | 100 |
| Binary | 1100001 | 10101100 | 11100111 | 111010 | 11010 | 0 | 1001 | 11001110 | 1001010 | 1000000 |
Color Harmonies of #61ACE7
Complementary color
Monochromatic Colors of #61ACE7
Black with #61ACE7
Text Example
Text Example
White with #61ACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACE7; }
p { color: rgb(97,172,231); }
H1.HeaderClassName
{
color: #61ACE7;
}
.AnyTagClassName
{
color: #61ACE7;
}
</style>
background-color css
<style>
a { background-color: #61ACE7; }
a { background-color: rgb(97,172,231); }
div.DivClassName
{
background-color: #61ACE7;
}
.BgClassName
{
background-color: #61ACE7;
}
</style>
border-color css
<style>
span { border-color: #61ACE7; }
span { border-color: rgb(97,172,231); }
td.TdClassName
{
border-color: #61ACE7;
}
.TagClassName
{
border-color: #61ACE7;
}
</style>