Shades of Malibu #61C5DA
Tints of Malibu #61C5DA
RGB
CMYK
RGB Variations
Color information
#61C5DA (or 0x61C5DA) is known color: Malibu. HEX triplet: 61, C5 and DA. RGB value is (97,197,218). Sum of RGB (Red+Green+Blue) = 97+197+218=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #61C5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C5DA is #9E3A25. Grayscale: #A9A9A9. Windows color (decimal): -10369574 or 14337377. OLE color: 14337377.
HSL color Cylindrical-coordinate representation of color #61C5DA: hue angle of 190.41º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C5DA is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 197 | 218 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.15 |
| HSL | 190.41º | 0.62% | 0.62% | - |
| HSV(B) | 190.41º | 0.56% | 0.85% | - |
| XYZ | 37.55 | 47.54 | 73.53 | - |
| YUV | 169.49 | 155.37 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 218 | 0.56 | 0.10 | 0 | 0.15 | 190.41 | 0.62 | 0.62 |
| Hex | 61 | C5 | DA | 38 | A | 0 | F | BE | 3E | 3E |
| Octal | 141 | 305 | 332 | 70 | 12 | 0 | 17 | 276 | 76 | 76 |
| Binary | 1100001 | 11000101 | 11011010 | 111000 | 1010 | 0 | 1111 | 10111110 | 111110 | 111110 |
Color Harmonies of #61C5DA
Complementary color
Monochromatic Colors of #61C5DA
Black with #61C5DA
Text Example
Text Example
White with #61C5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C5DA; }
p { color: rgb(97,197,218); }
H1.HeaderClassName
{
color: #61C5DA;
}
.AnyTagClassName
{
color: #61C5DA;
}
</style>
background-color css
<style>
a { background-color: #61C5DA; }
a { background-color: rgb(97,197,218); }
div.DivClassName
{
background-color: #61C5DA;
}
.BgClassName
{
background-color: #61C5DA;
}
</style>
border-color css
<style>
span { border-color: #61C5DA; }
span { border-color: rgb(97,197,218); }
td.TdClassName
{
border-color: #61C5DA;
}
.TagClassName
{
border-color: #61C5DA;
}
</style>