Shades of Malibu #5BBFEC
Tints of Malibu #5BBFEC
RGB
CMYK
RGB Variations
Color information
#5BBFEC (or 0x5BBFEC) is known color: Malibu. HEX triplet: 5B, BF and EC. RGB value is (91,191,236). Sum of RGB (Red+Green+Blue) = 91+191+236=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BBFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBFEC is #A44013. Grayscale: #A5A5A5. Windows color (decimal): -10764308 or 15515483. OLE color: 15515483.
HSL color Cylindrical-coordinate representation of color #5BBFEC: hue angle of 198.62º 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 #5BBFEC is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 191 | 236 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.07 |
| HSL | 198.62º | 0.79% | 0.64% | - |
| HSV(B) | 198.62º | 0.61% | 0.93% | - |
| XYZ | 38.09 | 45.54 | 86.14 | - |
| YUV | 166.23 | 167.37 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 191 | 236 | 0.61 | 0.19 | 0 | 0.07 | 198.62 | 0.79 | 0.64 |
| Hex | 5B | BF | EC | 3D | 13 | 0 | 7 | C7 | 4F | 40 |
| Octal | 133 | 277 | 354 | 75 | 23 | 0 | 7 | 307 | 117 | 100 |
| Binary | 1011011 | 10111111 | 11101100 | 111101 | 10011 | 0 | 111 | 11000111 | 1001111 | 1000000 |
Color Harmonies of #5BBFEC
Complementary color
Monochromatic Colors of #5BBFEC
Black with #5BBFEC
Text Example
Text Example
White with #5BBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBFEC; }
p { color: rgb(91,191,236); }
H1.HeaderClassName
{
color: #5BBFEC;
}
.AnyTagClassName
{
color: #5BBFEC;
}
</style>
background-color css
<style>
a { background-color: #5BBFEC; }
a { background-color: rgb(91,191,236); }
div.DivClassName
{
background-color: #5BBFEC;
}
.BgClassName
{
background-color: #5BBFEC;
}
</style>
border-color css
<style>
span { border-color: #5BBFEC; }
span { border-color: rgb(91,191,236); }
td.TdClassName
{
border-color: #5BBFEC;
}
.TagClassName
{
border-color: #5BBFEC;
}
</style>