Shades of Malibu #61BAE8
Tints of Malibu #61BAE8
RGB
CMYK
RGB Variations
Color information
#61BAE8 (or 0x61BAE8) is known color: Malibu. HEX triplet: 61, BA and E8. RGB value is (97,186,232). Sum of RGB (Red+Green+Blue) = 97+186+232=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #61BAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BAE8 is #9E4517. Grayscale: #A4A4A4. Windows color (decimal): -10372376 or 15252065. OLE color: 15252065.
HSL color Cylindrical-coordinate representation of color #61BAE8: hue angle of 200.44º degrees, saturation: 0.75, 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 #61BAE8 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 186 | 232 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.09 |
| HSL | 200.44º | 0.75% | 0.65% | - |
| HSV(B) | 200.44º | 0.58% | 0.91% | - |
| XYZ | 37.05 | 43.49 | 82.78 | - |
| YUV | 164.63 | 166.01 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 186 | 232 | 0.58 | 0.20 | 0 | 0.09 | 200.44 | 0.75 | 0.65 |
| Hex | 61 | BA | E8 | 3A | 14 | 0 | 9 | C8 | 4B | 41 |
| Octal | 141 | 272 | 350 | 72 | 24 | 0 | 11 | 310 | 113 | 101 |
| Binary | 1100001 | 10111010 | 11101000 | 111010 | 10100 | 0 | 1001 | 11001000 | 1001011 | 1000001 |
Color Harmonies of #61BAE8
Complementary color
Monochromatic Colors of #61BAE8
Black with #61BAE8
Text Example
Text Example
White with #61BAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BAE8; }
p { color: rgb(97,186,232); }
H1.HeaderClassName
{
color: #61BAE8;
}
.AnyTagClassName
{
color: #61BAE8;
}
</style>
background-color css
<style>
a { background-color: #61BAE8; }
a { background-color: rgb(97,186,232); }
div.DivClassName
{
background-color: #61BAE8;
}
.BgClassName
{
background-color: #61BAE8;
}
</style>
border-color css
<style>
span { border-color: #61BAE8; }
span { border-color: rgb(97,186,232); }
td.TdClassName
{
border-color: #61BAE8;
}
.TagClassName
{
border-color: #61BAE8;
}
</style>