Shades of Malibu #61BCD9
Tints of Malibu #61BCD9
RGB
CMYK
RGB Variations
Color information
#61BCD9 (or 0x61BCD9) is known color: Malibu. HEX triplet: 61, BC and D9. RGB value is (97,188,217). Sum of RGB (Red+Green+Blue) = 97+188+217=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #61BCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCD9 is #9E4326. Grayscale: #A3A3A3. Windows color (decimal): -10371879 or 14269537. OLE color: 14269537.
HSL color Cylindrical-coordinate representation of color #61BCD9: hue angle of 194.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61BCD9 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 188 | 217 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.15 |
| HSL | 194.5º | 0.61% | 0.62% | - |
| HSV(B) | 194.5º | 0.55% | 0.85% | - |
| XYZ | 35.44 | 43.52 | 72.18 | - |
| YUV | 164.1 | 157.85 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 188 | 217 | 0.55 | 0.13 | 0 | 0.15 | 194.5 | 0.61 | 0.62 |
| Hex | 61 | BC | D9 | 37 | D | 0 | F | C2 | 3D | 3E |
| Octal | 141 | 274 | 331 | 67 | 15 | 0 | 17 | 302 | 75 | 76 |
| Binary | 1100001 | 10111100 | 11011001 | 110111 | 1101 | 0 | 1111 | 11000010 | 111101 | 111110 |
Color Harmonies of #61BCD9
Complementary color
Monochromatic Colors of #61BCD9
Black with #61BCD9
Text Example
Text Example
White with #61BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BCD9; }
p { color: rgb(97,188,217); }
H1.HeaderClassName
{
color: #61BCD9;
}
.AnyTagClassName
{
color: #61BCD9;
}
</style>
background-color css
<style>
a { background-color: #61BCD9; }
a { background-color: rgb(97,188,217); }
div.DivClassName
{
background-color: #61BCD9;
}
.BgClassName
{
background-color: #61BCD9;
}
</style>
border-color css
<style>
span { border-color: #61BCD9; }
span { border-color: rgb(97,188,217); }
td.TdClassName
{
border-color: #61BCD9;
}
.TagClassName
{
border-color: #61BCD9;
}
</style>