Shades of Malibu #61ABE5
Tints of Malibu #61ABE5
RGB
CMYK
RGB Variations
Color information
#61ABE5 (or 0x61ABE5) is known color: Malibu. HEX triplet: 61, AB and E5. RGB value is (97,171,229). Sum of RGB (Red+Green+Blue) = 97+171+229=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #61ABE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABE5 is #9E541A. Grayscale: #9B9B9B. Windows color (decimal): -10376219 or 15051617. OLE color: 15051617.
HSL color Cylindrical-coordinate representation of color #61ABE5: hue angle of 206.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61ABE5 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 171 | 229 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.10 |
| HSL | 206.36º | 0.72% | 0.64% | - |
| HSV(B) | 206.36º | 0.58% | 0.9% | - |
| XYZ | 33.64 | 37.32 | 79.56 | - |
| YUV | 155.49 | 169.48 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 229 | 0.58 | 0.25 | 0 | 0.10 | 206.36 | 0.72 | 0.64 |
| Hex | 61 | AB | E5 | 3A | 19 | 0 | A | CE | 48 | 40 |
| Octal | 141 | 253 | 345 | 72 | 31 | 0 | 12 | 316 | 110 | 100 |
| Binary | 1100001 | 10101011 | 11100101 | 111010 | 11001 | 0 | 1010 | 11001110 | 1001000 | 1000000 |
Color Harmonies of #61ABE5
Complementary color
Monochromatic Colors of #61ABE5
Black with #61ABE5
Text Example
Text Example
White with #61ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ABE5; }
p { color: rgb(97,171,229); }
H1.HeaderClassName
{
color: #61ABE5;
}
.AnyTagClassName
{
color: #61ABE5;
}
</style>
background-color css
<style>
a { background-color: #61ABE5; }
a { background-color: rgb(97,171,229); }
div.DivClassName
{
background-color: #61ABE5;
}
.BgClassName
{
background-color: #61ABE5;
}
</style>
border-color css
<style>
span { border-color: #61ABE5; }
span { border-color: rgb(97,171,229); }
td.TdClassName
{
border-color: #61ABE5;
}
.TagClassName
{
border-color: #61ABE5;
}
</style>