Shades of Malibu #61BED5
Tints of Malibu #61BED5
RGB
CMYK
RGB Variations
Color information
#61BED5 (or 0x61BED5) is known color: Malibu. HEX triplet: 61, BE and D5. RGB value is (97,190,213). Sum of RGB (Red+Green+Blue) = 97+190+213=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #61BED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BED5 is #9E412A. Grayscale: #A4A4A4. Windows color (decimal): -10371371 or 14007905. OLE color: 14007905.
HSL color Cylindrical-coordinate representation of color #61BED5: hue angle of 191.9º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61BED5 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 190 | 213 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.16 |
| HSL | 191.9º | 0.58% | 0.61% | - |
| HSV(B) | 191.9º | 0.54% | 0.84% | - |
| XYZ | 35.35 | 44.17 | 69.61 | - |
| YUV | 164.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 213 | 0.54 | 0.11 | 0 | 0.16 | 191.9 | 0.58 | 0.61 |
| Hex | 61 | BE | D5 | 36 | B | 0 | 10 | C0 | 3A | 3D |
| Octal | 141 | 276 | 325 | 66 | 13 | 0 | 20 | 300 | 72 | 75 |
| Binary | 1100001 | 10111110 | 11010101 | 110110 | 1011 | 0 | 10000 | 11000000 | 111010 | 111101 |
Color Harmonies of #61BED5
Complementary color
Monochromatic Colors of #61BED5
Black with #61BED5
Text Example
Text Example
White with #61BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BED5; }
p { color: rgb(97,190,213); }
H1.HeaderClassName
{
color: #61BED5;
}
.AnyTagClassName
{
color: #61BED5;
}
</style>
background-color css
<style>
a { background-color: #61BED5; }
a { background-color: rgb(97,190,213); }
div.DivClassName
{
background-color: #61BED5;
}
.BgClassName
{
background-color: #61BED5;
}
</style>
border-color css
<style>
span { border-color: #61BED5; }
span { border-color: rgb(97,190,213); }
td.TdClassName
{
border-color: #61BED5;
}
.TagClassName
{
border-color: #61BED5;
}
</style>