Shades of Malibu #61B7EA
Tints of Malibu #61B7EA
RGB
CMYK
RGB Variations
Color information
#61B7EA (or 0x61B7EA) is known color: Malibu. HEX triplet: 61, B7 and EA. RGB value is (97,183,234). Sum of RGB (Red+Green+Blue) = 97+183+234=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #61B7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B7EA is #9E4815. Grayscale: #A2A2A2. Windows color (decimal): -10373142 or 15382369. OLE color: 15382369.
HSL color Cylindrical-coordinate representation of color #61B7EA: hue angle of 202.34º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61B7EA is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 183 | 234 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.08 |
| HSL | 202.34º | 0.77% | 0.65% | - |
| HSV(B) | 202.34º | 0.59% | 0.92% | - |
| XYZ | 36.71 | 42.35 | 84.08 | - |
| YUV | 163.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 183 | 234 | 0.59 | 0.22 | 0 | 0.08 | 202.34 | 0.77 | 0.65 |
| Hex | 61 | B7 | EA | 3B | 16 | 0 | 8 | CA | 4D | 41 |
| Octal | 141 | 267 | 352 | 73 | 26 | 0 | 10 | 312 | 115 | 101 |
| Binary | 1100001 | 10110111 | 11101010 | 111011 | 10110 | 0 | 1000 | 11001010 | 1001101 | 1000001 |
Color Harmonies of #61B7EA
Complementary color
Monochromatic Colors of #61B7EA
Black with #61B7EA
Text Example
Text Example
White with #61B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B7EA; }
p { color: rgb(97,183,234); }
H1.HeaderClassName
{
color: #61B7EA;
}
.AnyTagClassName
{
color: #61B7EA;
}
</style>
background-color css
<style>
a { background-color: #61B7EA; }
a { background-color: rgb(97,183,234); }
div.DivClassName
{
background-color: #61B7EA;
}
.BgClassName
{
background-color: #61B7EA;
}
</style>
border-color css
<style>
span { border-color: #61B7EA; }
span { border-color: rgb(97,183,234); }
td.TdClassName
{
border-color: #61B7EA;
}
.TagClassName
{
border-color: #61B7EA;
}
</style>