Shades of Malibu #5BC2EC
Tints of Malibu #5BC2EC
RGB
CMYK
RGB Variations
Color information
#5BC2EC (or 0x5BC2EC) is known color: Malibu. HEX triplet: 5B, C2 and EC. RGB value is (91,194,236). Sum of RGB (Red+Green+Blue) = 91+194+236=521 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.47% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BC2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC2EC is #A43D13. Grayscale: #A7A7A7. Windows color (decimal): -10763540 or 15516251. OLE color: 15516251.
HSL color Cylindrical-coordinate representation of color #5BC2EC: hue angle of 197.38º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BC2EC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 194 | 236 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.07 |
| HSL | 197.38º | 0.79% | 0.64% | - |
| HSV(B) | 197.38º | 0.61% | 0.93% | - |
| XYZ | 38.75 | 46.86 | 86.36 | - |
| YUV | 167.99 | 166.38 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 236 | 0.61 | 0.18 | 0 | 0.07 | 197.38 | 0.79 | 0.64 |
| Hex | 5B | C2 | EC | 3D | 12 | 0 | 7 | C5 | 4F | 40 |
| Octal | 133 | 302 | 354 | 75 | 22 | 0 | 7 | 305 | 117 | 100 |
| Binary | 1011011 | 11000010 | 11101100 | 111101 | 10010 | 0 | 111 | 11000101 | 1001111 | 1000000 |
Color Harmonies of #5BC2EC
Complementary color
Monochromatic Colors of #5BC2EC
Black with #5BC2EC
Text Example
Text Example
White with #5BC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC2EC; }
p { color: rgb(91,194,236); }
H1.HeaderClassName
{
color: #5BC2EC;
}
.AnyTagClassName
{
color: #5BC2EC;
}
</style>
background-color css
<style>
a { background-color: #5BC2EC; }
a { background-color: rgb(91,194,236); }
div.DivClassName
{
background-color: #5BC2EC;
}
.BgClassName
{
background-color: #5BC2EC;
}
</style>
border-color css
<style>
span { border-color: #5BC2EC; }
span { border-color: rgb(91,194,236); }
td.TdClassName
{
border-color: #5BC2EC;
}
.TagClassName
{
border-color: #5BC2EC;
}
</style>