Shades of Malibu #61ACDB
Tints of Malibu #61ACDB
RGB
CMYK
RGB Variations
Color information
#61ACDB (or 0x61ACDB) is known color: Malibu. HEX triplet: 61, AC and DB. RGB value is (97,172,219). Sum of RGB (Red+Green+Blue) = 97+172+219=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #61ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACDB is #9E5324. Grayscale: #9A9A9A. Windows color (decimal): -10375973 or 14396513. OLE color: 14396513.
HSL color Cylindrical-coordinate representation of color #61ACDB: hue angle of 203.11º 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 #61ACDB is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 172 | 219 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.14 |
| HSL | 203.11º | 0.63% | 0.62% | - |
| HSV(B) | 203.11º | 0.56% | 0.86% | - |
| XYZ | 32.47 | 37.16 | 72.48 | - |
| YUV | 154.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 219 | 0.56 | 0.21 | 0 | 0.14 | 203.11 | 0.63 | 0.62 |
| Hex | 61 | AC | DB | 38 | 15 | 0 | E | CB | 3F | 3E |
| Octal | 141 | 254 | 333 | 70 | 25 | 0 | 16 | 313 | 77 | 76 |
| Binary | 1100001 | 10101100 | 11011011 | 111000 | 10101 | 0 | 1110 | 11001011 | 111111 | 111110 |
Color Harmonies of #61ACDB
Complementary color
Monochromatic Colors of #61ACDB
Black with #61ACDB
Text Example
Text Example
White with #61ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACDB; }
p { color: rgb(97,172,219); }
H1.HeaderClassName
{
color: #61ACDB;
}
.AnyTagClassName
{
color: #61ACDB;
}
</style>
background-color css
<style>
a { background-color: #61ACDB; }
a { background-color: rgb(97,172,219); }
div.DivClassName
{
background-color: #61ACDB;
}
.BgClassName
{
background-color: #61ACDB;
}
</style>
border-color css
<style>
span { border-color: #61ACDB; }
span { border-color: rgb(97,172,219); }
td.TdClassName
{
border-color: #61ACDB;
}
.TagClassName
{
border-color: #61ACDB;
}
</style>