Shades of Malibu #61BDD5
Tints of Malibu #61BDD5
RGB
CMYK
RGB Variations
Color information
#61BDD5 (or 0x61BDD5) is known color: Malibu. HEX triplet: 61, BD and D5. RGB value is (97,189,213). Sum of RGB (Red+Green+Blue) = 97+189+213=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #61BDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDD5 is #9E422A. Grayscale: #A4A4A4. Windows color (decimal): -10371627 or 14007649. OLE color: 14007649.
HSL color Cylindrical-coordinate representation of color #61BDD5: hue angle of 192.41º 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 #61BDD5 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 189 | 213 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.16 |
| HSL | 192.41º | 0.58% | 0.61% | - |
| HSV(B) | 192.41º | 0.54% | 0.84% | - |
| XYZ | 35.14 | 43.74 | 69.54 | - |
| YUV | 164.23 | 155.52 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 213 | 0.54 | 0.11 | 0 | 0.16 | 192.41 | 0.58 | 0.61 |
| Hex | 61 | BD | D5 | 36 | B | 0 | 10 | C0 | 3A | 3D |
| Octal | 141 | 275 | 325 | 66 | 13 | 0 | 20 | 300 | 72 | 75 |
| Binary | 1100001 | 10111101 | 11010101 | 110110 | 1011 | 0 | 10000 | 11000000 | 111010 | 111101 |
Color Harmonies of #61BDD5
Complementary color
Monochromatic Colors of #61BDD5
Black with #61BDD5
Text Example
Text Example
White with #61BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BDD5; }
p { color: rgb(97,189,213); }
H1.HeaderClassName
{
color: #61BDD5;
}
.AnyTagClassName
{
color: #61BDD5;
}
</style>
background-color css
<style>
a { background-color: #61BDD5; }
a { background-color: rgb(97,189,213); }
div.DivClassName
{
background-color: #61BDD5;
}
.BgClassName
{
background-color: #61BDD5;
}
</style>
border-color css
<style>
span { border-color: #61BDD5; }
span { border-color: rgb(97,189,213); }
td.TdClassName
{
border-color: #61BDD5;
}
.TagClassName
{
border-color: #61BDD5;
}
</style>