Shades of Malibu #61BED1
Tints of Malibu #61BED1
RGB
CMYK
RGB Variations
Color information
#61BED1 (or 0x61BED1) is known color: Malibu. HEX triplet: 61, BE and D1. RGB value is (97,190,209). Sum of RGB (Red+Green+Blue) = 97+190+209=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #61BED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BED1 is #9E412E. Grayscale: #A4A4A4. Windows color (decimal): -10371375 or 13745761. OLE color: 13745761.
HSL color Cylindrical-coordinate representation of color #61BED1: hue angle of 190.18º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61BED1 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 190 | 209 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.18 |
| HSL | 190.18º | 0.55% | 0.6% | - |
| HSV(B) | 190.18º | 0.54% | 0.82% | - |
| XYZ | 34.85 | 43.97 | 66.97 | - |
| YUV | 164.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 209 | 0.54 | 0.09 | 0 | 0.18 | 190.18 | 0.55 | 0.6 |
| Hex | 61 | BE | D1 | 36 | 9 | 0 | 12 | BE | 37 | 3C |
| Octal | 141 | 276 | 321 | 66 | 11 | 0 | 22 | 276 | 67 | 74 |
| Binary | 1100001 | 10111110 | 11010001 | 110110 | 1001 | 0 | 10010 | 10111110 | 110111 | 111100 |
Color Harmonies of #61BED1
Complementary color
Monochromatic Colors of #61BED1
Black with #61BED1
Text Example
Text Example
White with #61BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BED1; }
p { color: rgb(97,190,209); }
H1.HeaderClassName
{
color: #61BED1;
}
.AnyTagClassName
{
color: #61BED1;
}
</style>
background-color css
<style>
a { background-color: #61BED1; }
a { background-color: rgb(97,190,209); }
div.DivClassName
{
background-color: #61BED1;
}
.BgClassName
{
background-color: #61BED1;
}
</style>
border-color css
<style>
span { border-color: #61BED1; }
span { border-color: rgb(97,190,209); }
td.TdClassName
{
border-color: #61BED1;
}
.TagClassName
{
border-color: #61BED1;
}
</style>