Shades of Malibu #5BBDEC
Tints of Malibu #5BBDEC
RGB
CMYK
RGB Variations
Color information
#5BBDEC (or 0x5BBDEC) is known color: Malibu. HEX triplet: 5B, BD and EC. RGB value is (91,189,236). Sum of RGB (Red+Green+Blue) = 91+189+236=516 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.64% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BBDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBDEC is #A44213. Grayscale: #A4A4A4. Windows color (decimal): -10764820 or 15514971. OLE color: 15514971.
HSL color Cylindrical-coordinate representation of color #5BBDEC: hue angle of 199.45º 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 #5BBDEC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 189 | 236 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.07 |
| HSL | 199.45º | 0.79% | 0.64% | - |
| HSV(B) | 199.45º | 0.61% | 0.93% | - |
| XYZ | 37.65 | 44.68 | 86 | - |
| YUV | 165.06 | 168.03 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 236 | 0.61 | 0.20 | 0 | 0.07 | 199.45 | 0.79 | 0.64 |
| Hex | 5B | BD | EC | 3D | 14 | 0 | 7 | C7 | 4F | 40 |
| Octal | 133 | 275 | 354 | 75 | 24 | 0 | 7 | 307 | 117 | 100 |
| Binary | 1011011 | 10111101 | 11101100 | 111101 | 10100 | 0 | 111 | 11000111 | 1001111 | 1000000 |
Color Harmonies of #5BBDEC
Complementary color
Monochromatic Colors of #5BBDEC
Black with #5BBDEC
Text Example
Text Example
White with #5BBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDEC; }
p { color: rgb(91,189,236); }
H1.HeaderClassName
{
color: #5BBDEC;
}
.AnyTagClassName
{
color: #5BBDEC;
}
</style>
background-color css
<style>
a { background-color: #5BBDEC; }
a { background-color: rgb(91,189,236); }
div.DivClassName
{
background-color: #5BBDEC;
}
.BgClassName
{
background-color: #5BBDEC;
}
</style>
border-color css
<style>
span { border-color: #5BBDEC; }
span { border-color: rgb(91,189,236); }
td.TdClassName
{
border-color: #5BBDEC;
}
.TagClassName
{
border-color: #5BBDEC;
}
</style>