Shades of Malibu #61BFDB
Tints of Malibu #61BFDB
RGB
CMYK
RGB Variations
Color information
#61BFDB (or 0x61BFDB) is known color: Malibu. HEX triplet: 61, BF and DB. RGB value is (97,191,219). Sum of RGB (Red+Green+Blue) = 97+191+219=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #61BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFDB is #9E4024. Grayscale: #A5A5A5. Windows color (decimal): -10371109 or 14401377. OLE color: 14401377.
HSL color Cylindrical-coordinate representation of color #61BFDB: hue angle of 193.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61BFDB is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 191 | 219 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.14 |
| HSL | 193.77º | 0.63% | 0.62% | - |
| HSV(B) | 193.77º | 0.56% | 0.86% | - |
| XYZ | 36.35 | 44.92 | 73.77 | - |
| YUV | 166.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 219 | 0.56 | 0.13 | 0 | 0.14 | 193.77 | 0.63 | 0.62 |
| Hex | 61 | BF | DB | 38 | D | 0 | E | C2 | 3F | 3E |
| Octal | 141 | 277 | 333 | 70 | 15 | 0 | 16 | 302 | 77 | 76 |
| Binary | 1100001 | 10111111 | 11011011 | 111000 | 1101 | 0 | 1110 | 11000010 | 111111 | 111110 |
Color Harmonies of #61BFDB
Complementary color
Monochromatic Colors of #61BFDB
Black with #61BFDB
Text Example
Text Example
White with #61BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFDB; }
p { color: rgb(97,191,219); }
H1.HeaderClassName
{
color: #61BFDB;
}
.AnyTagClassName
{
color: #61BFDB;
}
</style>
background-color css
<style>
a { background-color: #61BFDB; }
a { background-color: rgb(97,191,219); }
div.DivClassName
{
background-color: #61BFDB;
}
.BgClassName
{
background-color: #61BFDB;
}
</style>
border-color css
<style>
span { border-color: #61BFDB; }
span { border-color: rgb(97,191,219); }
td.TdClassName
{
border-color: #61BFDB;
}
.TagClassName
{
border-color: #61BFDB;
}
</style>