Shades of Malibu #61ABDC
Tints of Malibu #61ABDC
RGB
CMYK
RGB Variations
Color information
#61ABDC (or 0x61ABDC) is known color: Malibu. HEX triplet: 61, AB and DC. RGB value is (97,171,220). Sum of RGB (Red+Green+Blue) = 97+171+220=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #61ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABDC is #9E5423. Grayscale: #9A9A9A. Windows color (decimal): -10376228 or 14461793. OLE color: 14461793.
HSL color Cylindrical-coordinate representation of color #61ABDC: hue angle of 203.9º degrees, saturation: 0.64, 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 #61ABDC is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 171 | 220 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.14 |
| HSL | 203.9º | 0.64% | 0.62% | - |
| HSV(B) | 203.9º | 0.56% | 0.86% | - |
| XYZ | 32.41 | 36.83 | 73.11 | - |
| YUV | 154.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 220 | 0.56 | 0.22 | 0 | 0.14 | 203.9 | 0.64 | 0.62 |
| Hex | 61 | AB | DC | 38 | 16 | 0 | E | CC | 40 | 3E |
| Octal | 141 | 253 | 334 | 70 | 26 | 0 | 16 | 314 | 100 | 76 |
| Binary | 1100001 | 10101011 | 11011100 | 111000 | 10110 | 0 | 1110 | 11001100 | 1000000 | 111110 |
Color Harmonies of #61ABDC
Complementary color
Monochromatic Colors of #61ABDC
Black with #61ABDC
Text Example
Text Example
White with #61ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ABDC; }
p { color: rgb(97,171,220); }
H1.HeaderClassName
{
color: #61ABDC;
}
.AnyTagClassName
{
color: #61ABDC;
}
</style>
background-color css
<style>
a { background-color: #61ABDC; }
a { background-color: rgb(97,171,220); }
div.DivClassName
{
background-color: #61ABDC;
}
.BgClassName
{
background-color: #61ABDC;
}
</style>
border-color css
<style>
span { border-color: #61ABDC; }
span { border-color: rgb(97,171,220); }
td.TdClassName
{
border-color: #61ABDC;
}
.TagClassName
{
border-color: #61ABDC;
}
</style>