Shades of Malibu #61BCD5
Tints of Malibu #61BCD5
RGB
CMYK
RGB Variations
Color information
#61BCD5 (or 0x61BCD5) is known color: Malibu. HEX triplet: 61, BC and D5. RGB value is (97,188,213). Sum of RGB (Red+Green+Blue) = 97+188+213=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #61BCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCD5 is #9E432A. Grayscale: #A3A3A3. Windows color (decimal): -10371883 or 14007393. OLE color: 14007393.
HSL color Cylindrical-coordinate representation of color #61BCD5: hue angle of 192.93º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61BCD5 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 188 | 213 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.16 |
| HSL | 192.93º | 0.58% | 0.61% | - |
| HSV(B) | 192.93º | 0.54% | 0.84% | - |
| XYZ | 34.92 | 43.31 | 69.47 | - |
| YUV | 163.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 213 | 0.54 | 0.12 | 0 | 0.16 | 192.93 | 0.58 | 0.61 |
| Hex | 61 | BC | D5 | 36 | C | 0 | 10 | C1 | 3A | 3D |
| Octal | 141 | 274 | 325 | 66 | 14 | 0 | 20 | 301 | 72 | 75 |
| Binary | 1100001 | 10111100 | 11010101 | 110110 | 1100 | 0 | 10000 | 11000001 | 111010 | 111101 |
Color Harmonies of #61BCD5
Complementary color
Monochromatic Colors of #61BCD5
Black with #61BCD5
Text Example
Text Example
White with #61BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BCD5; }
p { color: rgb(97,188,213); }
H1.HeaderClassName
{
color: #61BCD5;
}
.AnyTagClassName
{
color: #61BCD5;
}
</style>
background-color css
<style>
a { background-color: #61BCD5; }
a { background-color: rgb(97,188,213); }
div.DivClassName
{
background-color: #61BCD5;
}
.BgClassName
{
background-color: #61BCD5;
}
</style>
border-color css
<style>
span { border-color: #61BCD5; }
span { border-color: rgb(97,188,213); }
td.TdClassName
{
border-color: #61BCD5;
}
.TagClassName
{
border-color: #61BCD5;
}
</style>