Shades of Malibu #61BADD
Tints of Malibu #61BADD
RGB
CMYK
RGB Variations
Color information
#61BADD (or 0x61BADD) is known color: Malibu. HEX triplet: 61, BA and DD. RGB value is (97,186,221). Sum of RGB (Red+Green+Blue) = 97+186+221=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #61BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BADD is #9E4522. Grayscale: #A3A3A3. Windows color (decimal): -10372387 or 14531169. OLE color: 14531169.
HSL color Cylindrical-coordinate representation of color #61BADD: hue angle of 196.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61BADD is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 186 | 221 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.13 |
| HSL | 196.94º | 0.65% | 0.62% | - |
| HSV(B) | 196.94º | 0.56% | 0.87% | - |
| XYZ | 35.54 | 42.88 | 74.81 | - |
| YUV | 163.38 | 160.51 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 221 | 0.56 | 0.16 | 0 | 0.13 | 196.94 | 0.65 | 0.62 |
| Hex | 61 | BA | DD | 38 | 10 | 0 | D | C5 | 41 | 3E |
| Octal | 141 | 272 | 335 | 70 | 20 | 0 | 15 | 305 | 101 | 76 |
| Binary | 1100001 | 10111010 | 11011101 | 111000 | 10000 | 0 | 1101 | 11000101 | 1000001 | 111110 |
Color Harmonies of #61BADD
Complementary color
Monochromatic Colors of #61BADD
Black with #61BADD
Text Example
Text Example
White with #61BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BADD; }
p { color: rgb(97,186,221); }
H1.HeaderClassName
{
color: #61BADD;
}
.AnyTagClassName
{
color: #61BADD;
}
</style>
background-color css
<style>
a { background-color: #61BADD; }
a { background-color: rgb(97,186,221); }
div.DivClassName
{
background-color: #61BADD;
}
.BgClassName
{
background-color: #61BADD;
}
</style>
border-color css
<style>
span { border-color: #61BADD; }
span { border-color: rgb(97,186,221); }
td.TdClassName
{
border-color: #61BADD;
}
.TagClassName
{
border-color: #61BADD;
}
</style>