Shades of Malibu #5BC2EB
Tints of Malibu #5BC2EB
RGB
CMYK
RGB Variations
Color information
#5BC2EB (or 0x5BC2EB) is known color: Malibu. HEX triplet: 5B, C2 and EB. RGB value is (91,194,235). Sum of RGB (Red+Green+Blue) = 91+194+235=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC2EB is #A43D14. Grayscale: #A7A7A7. Windows color (decimal): -10763541 or 15450715. OLE color: 15450715.
HSL color Cylindrical-coordinate representation of color #5BC2EB: hue angle of 197.08º degrees, saturation: 0.78, 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 #5BC2EB is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 194 | 235 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.08 |
| HSL | 197.08º | 0.78% | 0.64% | - |
| HSV(B) | 197.08º | 0.61% | 0.92% | - |
| XYZ | 38.6 | 46.81 | 85.6 | - |
| YUV | 167.88 | 165.88 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 235 | 0.61 | 0.17 | 0 | 0.08 | 197.08 | 0.78 | 0.64 |
| Hex | 5B | C2 | EB | 3D | 11 | 0 | 8 | C5 | 4E | 40 |
| Octal | 133 | 302 | 353 | 75 | 21 | 0 | 10 | 305 | 116 | 100 |
| Binary | 1011011 | 11000010 | 11101011 | 111101 | 10001 | 0 | 1000 | 11000101 | 1001110 | 1000000 |
Color Harmonies of #5BC2EB
Complementary color
Monochromatic Colors of #5BC2EB
Black with #5BC2EB
Text Example
Text Example
White with #5BC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC2EB; }
p { color: rgb(91,194,235); }
H1.HeaderClassName
{
color: #5BC2EB;
}
.AnyTagClassName
{
color: #5BC2EB;
}
</style>
background-color css
<style>
a { background-color: #5BC2EB; }
a { background-color: rgb(91,194,235); }
div.DivClassName
{
background-color: #5BC2EB;
}
.BgClassName
{
background-color: #5BC2EB;
}
</style>
border-color css
<style>
span { border-color: #5BC2EB; }
span { border-color: rgb(91,194,235); }
td.TdClassName
{
border-color: #5BC2EB;
}
.TagClassName
{
border-color: #5BC2EB;
}
</style>