Shades of Malibu #61BDE9
Tints of Malibu #61BDE9
RGB
CMYK
RGB Variations
Color information
#61BDE9 (or 0x61BDE9) is known color: Malibu. HEX triplet: 61, BD and E9. RGB value is (97,189,233). Sum of RGB (Red+Green+Blue) = 97+189+233=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #61BDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDE9 is #9E4216. Grayscale: #A6A6A6. Windows color (decimal): -10371607 or 15318369. OLE color: 15318369.
HSL color Cylindrical-coordinate representation of color #61BDE9: hue angle of 199.41º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61BDE9 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 189 | 233 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.09 |
| HSL | 199.41º | 0.76% | 0.65% | - |
| HSV(B) | 199.41º | 0.58% | 0.91% | - |
| XYZ | 37.84 | 44.82 | 83.75 | - |
| YUV | 166.51 | 165.52 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 233 | 0.58 | 0.19 | 0 | 0.09 | 199.41 | 0.76 | 0.65 |
| Hex | 61 | BD | E9 | 3A | 13 | 0 | 9 | C7 | 4C | 41 |
| Octal | 141 | 275 | 351 | 72 | 23 | 0 | 11 | 307 | 114 | 101 |
| Binary | 1100001 | 10111101 | 11101001 | 111010 | 10011 | 0 | 1001 | 11000111 | 1001100 | 1000001 |
Color Harmonies of #61BDE9
Complementary color
Monochromatic Colors of #61BDE9
Black with #61BDE9
Text Example
Text Example
White with #61BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BDE9; }
p { color: rgb(97,189,233); }
H1.HeaderClassName
{
color: #61BDE9;
}
.AnyTagClassName
{
color: #61BDE9;
}
</style>
background-color css
<style>
a { background-color: #61BDE9; }
a { background-color: rgb(97,189,233); }
div.DivClassName
{
background-color: #61BDE9;
}
.BgClassName
{
background-color: #61BDE9;
}
</style>
border-color css
<style>
span { border-color: #61BDE9; }
span { border-color: rgb(97,189,233); }
td.TdClassName
{
border-color: #61BDE9;
}
.TagClassName
{
border-color: #61BDE9;
}
</style>