Shades of Malibu #61ACE8
Tints of Malibu #61ACE8
RGB
CMYK
RGB Variations
Color information
#61ACE8 (or 0x61ACE8) is known color: Malibu. HEX triplet: 61, AC and E8. RGB value is (97,172,232). Sum of RGB (Red+Green+Blue) = 97+172+232=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #61ACE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACE8 is #9E5317. Grayscale: #9C9C9C. Windows color (decimal): -10375960 or 15248481. OLE color: 15248481.
HSL color Cylindrical-coordinate representation of color #61ACE8: hue angle of 206.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61ACE8 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 172 | 232 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.09 |
| HSL | 206.67º | 0.75% | 0.65% | - |
| HSV(B) | 206.67º | 0.58% | 0.91% | - |
| XYZ | 34.25 | 37.87 | 81.85 | - |
| YUV | 156.42 | 170.65 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 232 | 0.58 | 0.26 | 0 | 0.09 | 206.67 | 0.75 | 0.65 |
| Hex | 61 | AC | E8 | 3A | 1A | 0 | 9 | CF | 4B | 41 |
| Octal | 141 | 254 | 350 | 72 | 32 | 0 | 11 | 317 | 113 | 101 |
| Binary | 1100001 | 10101100 | 11101000 | 111010 | 11010 | 0 | 1001 | 11001111 | 1001011 | 1000001 |
Color Harmonies of #61ACE8
Complementary color
Monochromatic Colors of #61ACE8
Black with #61ACE8
Text Example
Text Example
White with #61ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACE8; }
p { color: rgb(97,172,232); }
H1.HeaderClassName
{
color: #61ACE8;
}
.AnyTagClassName
{
color: #61ACE8;
}
</style>
background-color css
<style>
a { background-color: #61ACE8; }
a { background-color: rgb(97,172,232); }
div.DivClassName
{
background-color: #61ACE8;
}
.BgClassName
{
background-color: #61ACE8;
}
</style>
border-color css
<style>
span { border-color: #61ACE8; }
span { border-color: rgb(97,172,232); }
td.TdClassName
{
border-color: #61ACE8;
}
.TagClassName
{
border-color: #61ACE8;
}
</style>