Shades of Malibu #61C4E9
Tints of Malibu #61C4E9
RGB
CMYK
RGB Variations
Color information
#61C4E9 (or 0x61C4E9) is known color: Malibu. HEX triplet: 61, C4 and E9. RGB value is (97,196,233). Sum of RGB (Red+Green+Blue) = 97+196+233=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #61C4E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C4E9 is #9E3B16. Grayscale: #AAAAAA. Windows color (decimal): -10369815 or 15320161. OLE color: 15320161.
HSL color Cylindrical-coordinate representation of color #61C4E9: hue angle of 196.32º 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 #61C4E9 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 196 | 233 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.09 |
| HSL | 196.32º | 0.76% | 0.65% | - |
| HSV(B) | 196.32º | 0.58% | 0.91% | - |
| XYZ | 39.38 | 47.9 | 84.26 | - |
| YUV | 170.62 | 163.2 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 196 | 233 | 0.58 | 0.16 | 0 | 0.09 | 196.32 | 0.76 | 0.65 |
| Hex | 61 | C4 | E9 | 3A | 10 | 0 | 9 | C4 | 4C | 41 |
| Octal | 141 | 304 | 351 | 72 | 20 | 0 | 11 | 304 | 114 | 101 |
| Binary | 1100001 | 11000100 | 11101001 | 111010 | 10000 | 0 | 1001 | 11000100 | 1001100 | 1000001 |
Color Harmonies of #61C4E9
Complementary color
Monochromatic Colors of #61C4E9
Black with #61C4E9
Text Example
Text Example
White with #61C4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C4E9; }
p { color: rgb(97,196,233); }
H1.HeaderClassName
{
color: #61C4E9;
}
.AnyTagClassName
{
color: #61C4E9;
}
</style>
background-color css
<style>
a { background-color: #61C4E9; }
a { background-color: rgb(97,196,233); }
div.DivClassName
{
background-color: #61C4E9;
}
.BgClassName
{
background-color: #61C4E9;
}
</style>
border-color css
<style>
span { border-color: #61C4E9; }
span { border-color: rgb(97,196,233); }
td.TdClassName
{
border-color: #61C4E9;
}
.TagClassName
{
border-color: #61C4E9;
}
</style>