Shades of Malibu #61BCDB
Tints of Malibu #61BCDB
RGB
CMYK
RGB Variations
Color information
#61BCDB (or 0x61BCDB) is known color: Malibu. HEX triplet: 61, BC and DB. RGB value is (97,188,219). Sum of RGB (Red+Green+Blue) = 97+188+219=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #61BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCDB is #9E4324. Grayscale: #A4A4A4. Windows color (decimal): -10371877 or 14400609. OLE color: 14400609.
HSL color Cylindrical-coordinate representation of color #61BCDB: hue angle of 195.25º 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 #61BCDB is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 188 | 219 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.14 |
| HSL | 195.25º | 0.63% | 0.62% | - |
| HSV(B) | 195.25º | 0.56% | 0.86% | - |
| XYZ | 35.7 | 43.62 | 73.56 | - |
| YUV | 164.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 219 | 0.56 | 0.14 | 0 | 0.14 | 195.25 | 0.63 | 0.62 |
| Hex | 61 | BC | DB | 38 | E | 0 | E | C3 | 3F | 3E |
| Octal | 141 | 274 | 333 | 70 | 16 | 0 | 16 | 303 | 77 | 76 |
| Binary | 1100001 | 10111100 | 11011011 | 111000 | 1110 | 0 | 1110 | 11000011 | 111111 | 111110 |
Color Harmonies of #61BCDB
Complementary color
Monochromatic Colors of #61BCDB
Black with #61BCDB
Text Example
Text Example
White with #61BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BCDB; }
p { color: rgb(97,188,219); }
H1.HeaderClassName
{
color: #61BCDB;
}
.AnyTagClassName
{
color: #61BCDB;
}
</style>
background-color css
<style>
a { background-color: #61BCDB; }
a { background-color: rgb(97,188,219); }
div.DivClassName
{
background-color: #61BCDB;
}
.BgClassName
{
background-color: #61BCDB;
}
</style>
border-color css
<style>
span { border-color: #61BCDB; }
span { border-color: rgb(97,188,219); }
td.TdClassName
{
border-color: #61BCDB;
}
.TagClassName
{
border-color: #61BCDB;
}
</style>