Shades of Malibu #61C5D3
Tints of Malibu #61C5D3
RGB
CMYK
RGB Variations
Color information
#61C5D3 (or 0x61C5D3) is known color: Malibu. HEX triplet: 61, C5 and D3. RGB value is (97,197,211). Sum of RGB (Red+Green+Blue) = 97+197+211=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #61C5D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C5D3 is #9E3A2C. Grayscale: #A8A8A8. Windows color (decimal): -10369581 or 13878625. OLE color: 13878625.
HSL color Cylindrical-coordinate representation of color #61C5D3: hue angle of 187.37º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61C5D3 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 197 | 211 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.17 |
| HSL | 187.37º | 0.56% | 0.6% | - |
| HSV(B) | 187.37º | 0.54% | 0.83% | - |
| XYZ | 36.65 | 47.18 | 68.8 | - |
| YUV | 168.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 211 | 0.54 | 0.07 | 0 | 0.17 | 187.37 | 0.56 | 0.6 |
| Hex | 61 | C5 | D3 | 36 | 7 | 0 | 11 | BB | 38 | 3C |
| Octal | 141 | 305 | 323 | 66 | 7 | 0 | 21 | 273 | 70 | 74 |
| Binary | 1100001 | 11000101 | 11010011 | 110110 | 111 | 0 | 10001 | 10111011 | 111000 | 111100 |
Color Harmonies of #61C5D3
Complementary color
Monochromatic Colors of #61C5D3
Black with #61C5D3
Text Example
Text Example
White with #61C5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C5D3; }
p { color: rgb(97,197,211); }
H1.HeaderClassName
{
color: #61C5D3;
}
.AnyTagClassName
{
color: #61C5D3;
}
</style>
background-color css
<style>
a { background-color: #61C5D3; }
a { background-color: rgb(97,197,211); }
div.DivClassName
{
background-color: #61C5D3;
}
.BgClassName
{
background-color: #61C5D3;
}
</style>
border-color css
<style>
span { border-color: #61C5D3; }
span { border-color: rgb(97,197,211); }
td.TdClassName
{
border-color: #61C5D3;
}
.TagClassName
{
border-color: #61C5D3;
}
</style>