Shades of Malibu #61BFDD
Tints of Malibu #61BFDD
RGB
CMYK
RGB Variations
Color information
#61BFDD (or 0x61BFDD) is known color: Malibu. HEX triplet: 61, BF and DD. RGB value is (97,191,221). Sum of RGB (Red+Green+Blue) = 97+191+221=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #61BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFDD is #9E4022. Grayscale: #A6A6A6. Windows color (decimal): -10371107 or 14532449. OLE color: 14532449.
HSL color Cylindrical-coordinate representation of color #61BFDD: hue angle of 194.52º 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 #61BFDD is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 191 | 221 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.13 |
| HSL | 194.52º | 0.65% | 0.62% | - |
| HSV(B) | 194.52º | 0.56% | 0.87% | - |
| XYZ | 36.61 | 45.02 | 75.17 | - |
| YUV | 166.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 221 | 0.56 | 0.14 | 0 | 0.13 | 194.52 | 0.65 | 0.62 |
| Hex | 61 | BF | DD | 38 | E | 0 | D | C3 | 41 | 3E |
| Octal | 141 | 277 | 335 | 70 | 16 | 0 | 15 | 303 | 101 | 76 |
| Binary | 1100001 | 10111111 | 11011101 | 111000 | 1110 | 0 | 1101 | 11000011 | 1000001 | 111110 |
Color Harmonies of #61BFDD
Complementary color
Monochromatic Colors of #61BFDD
Black with #61BFDD
Text Example
Text Example
White with #61BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFDD; }
p { color: rgb(97,191,221); }
H1.HeaderClassName
{
color: #61BFDD;
}
.AnyTagClassName
{
color: #61BFDD;
}
</style>
background-color css
<style>
a { background-color: #61BFDD; }
a { background-color: rgb(97,191,221); }
div.DivClassName
{
background-color: #61BFDD;
}
.BgClassName
{
background-color: #61BFDD;
}
</style>
border-color css
<style>
span { border-color: #61BFDD; }
span { border-color: rgb(97,191,221); }
td.TdClassName
{
border-color: #61BFDD;
}
.TagClassName
{
border-color: #61BFDD;
}
</style>