Shades of Malibu #61ABDB
Tints of Malibu #61ABDB
RGB
CMYK
RGB Variations
Color information
#61ABDB (or 0x61ABDB) is known color: Malibu. HEX triplet: 61, AB and DB. RGB value is (97,171,219). Sum of RGB (Red+Green+Blue) = 97+171+219=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #61ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABDB is #9E5424. Grayscale: #9A9A9A. Windows color (decimal): -10376229 or 14396257. OLE color: 14396257.
HSL color Cylindrical-coordinate representation of color #61ABDB: hue angle of 203.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61ABDB is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 171 | 219 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.14 |
| HSL | 203.61º | 0.63% | 0.62% | - |
| HSV(B) | 203.61º | 0.56% | 0.86% | - |
| XYZ | 32.28 | 36.78 | 72.42 | - |
| YUV | 154.35 | 164.48 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 219 | 0.56 | 0.22 | 0 | 0.14 | 203.61 | 0.63 | 0.62 |
| Hex | 61 | AB | DB | 38 | 16 | 0 | E | CC | 3F | 3E |
| Octal | 141 | 253 | 333 | 70 | 26 | 0 | 16 | 314 | 77 | 76 |
| Binary | 1100001 | 10101011 | 11011011 | 111000 | 10110 | 0 | 1110 | 11001100 | 111111 | 111110 |
Color Harmonies of #61ABDB
Complementary color
Monochromatic Colors of #61ABDB
Black with #61ABDB
Text Example
Text Example
White with #61ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ABDB; }
p { color: rgb(97,171,219); }
H1.HeaderClassName
{
color: #61ABDB;
}
.AnyTagClassName
{
color: #61ABDB;
}
</style>
background-color css
<style>
a { background-color: #61ABDB; }
a { background-color: rgb(97,171,219); }
div.DivClassName
{
background-color: #61ABDB;
}
.BgClassName
{
background-color: #61ABDB;
}
</style>
border-color css
<style>
span { border-color: #61ABDB; }
span { border-color: rgb(97,171,219); }
td.TdClassName
{
border-color: #61ABDB;
}
.TagClassName
{
border-color: #61ABDB;
}
</style>