Shades of Malibu #5BC0EA
Tints of Malibu #5BC0EA
RGB
CMYK
RGB Variations
Color information
#5BC0EA (or 0x5BC0EA) is known color: Malibu. HEX triplet: 5B, C0 and EA. RGB value is (91,192,234). Sum of RGB (Red+Green+Blue) = 91+192+234=517 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.60% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BC0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC0EA is #A43F15. Grayscale: #A6A6A6. Windows color (decimal): -10764054 or 15384667. OLE color: 15384667.
HSL color Cylindrical-coordinate representation of color #5BC0EA: hue angle of 197.62º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BC0EA is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 192 | 234 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.08 |
| HSL | 197.62º | 0.77% | 0.64% | - |
| HSV(B) | 197.62º | 0.61% | 0.92% | - |
| XYZ | 38.02 | 45.86 | 84.69 | - |
| YUV | 166.59 | 166.04 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 234 | 0.61 | 0.18 | 0 | 0.08 | 197.62 | 0.77 | 0.64 |
| Hex | 5B | C0 | EA | 3D | 12 | 0 | 8 | C6 | 4D | 40 |
| Octal | 133 | 300 | 352 | 75 | 22 | 0 | 10 | 306 | 115 | 100 |
| Binary | 1011011 | 11000000 | 11101010 | 111101 | 10010 | 0 | 1000 | 11000110 | 1001101 | 1000000 |
Color Harmonies of #5BC0EA
Complementary color
Monochromatic Colors of #5BC0EA
Black with #5BC0EA
Text Example
Text Example
White with #5BC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC0EA; }
p { color: rgb(91,192,234); }
H1.HeaderClassName
{
color: #5BC0EA;
}
.AnyTagClassName
{
color: #5BC0EA;
}
</style>
background-color css
<style>
a { background-color: #5BC0EA; }
a { background-color: rgb(91,192,234); }
div.DivClassName
{
background-color: #5BC0EA;
}
.BgClassName
{
background-color: #5BC0EA;
}
</style>
border-color css
<style>
span { border-color: #5BC0EA; }
span { border-color: rgb(91,192,234); }
td.TdClassName
{
border-color: #5BC0EA;
}
.TagClassName
{
border-color: #5BC0EA;
}
</style>