Shades of Malibu #61A9EA
Tints of Malibu #61A9EA
RGB
CMYK
RGB Variations
Color information
#61A9EA (or 0x61A9EA) is known color: Malibu. HEX triplet: 61, A9 and EA. RGB value is (97,169,234). Sum of RGB (Red+Green+Blue) = 97+169+234=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #61A9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A9EA is #9E5615. Grayscale: #9A9A9A. Windows color (decimal): -10376726 or 15378785. OLE color: 15378785.
HSL color Cylindrical-coordinate representation of color #61A9EA: hue angle of 208.47º 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 #61A9EA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 169 | 234 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.08 |
| HSL | 208.47º | 0.77% | 0.65% | - |
| HSV(B) | 208.47º | 0.59% | 0.92% | - |
| XYZ | 33.97 | 36.86 | 83.17 | - |
| YUV | 154.88 | 172.65 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 234 | 0.59 | 0.28 | 0 | 0.08 | 208.47 | 0.77 | 0.65 |
| Hex | 61 | A9 | EA | 3B | 1C | 0 | 8 | D0 | 4D | 41 |
| Octal | 141 | 251 | 352 | 73 | 34 | 0 | 10 | 320 | 115 | 101 |
| Binary | 1100001 | 10101001 | 11101010 | 111011 | 11100 | 0 | 1000 | 11010000 | 1001101 | 1000001 |
Color Harmonies of #61A9EA
Complementary color
Monochromatic Colors of #61A9EA
Black with #61A9EA
Text Example
Text Example
White with #61A9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A9EA; }
p { color: rgb(97,169,234); }
H1.HeaderClassName
{
color: #61A9EA;
}
.AnyTagClassName
{
color: #61A9EA;
}
</style>
background-color css
<style>
a { background-color: #61A9EA; }
a { background-color: rgb(97,169,234); }
div.DivClassName
{
background-color: #61A9EA;
}
.BgClassName
{
background-color: #61A9EA;
}
</style>
border-color css
<style>
span { border-color: #61A9EA; }
span { border-color: rgb(97,169,234); }
td.TdClassName
{
border-color: #61A9EA;
}
.TagClassName
{
border-color: #61A9EA;
}
</style>