Shades of Malibu #5BBCEA
Tints of Malibu #5BBCEA
RGB
CMYK
RGB Variations
Color information
#5BBCEA (or 0x5BBCEA) is known color: Malibu. HEX triplet: 5B, BC and EA. RGB value is (91,188,234). Sum of RGB (Red+Green+Blue) = 91+188+234=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BBCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCEA is #A44315. Grayscale: #A3A3A3. Windows color (decimal): -10765078 or 15383643. OLE color: 15383643.
HSL color Cylindrical-coordinate representation of color #5BBCEA: hue angle of 199.3º 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 #5BBCEA is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 188 | 234 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.08 |
| HSL | 199.3º | 0.77% | 0.64% | - |
| HSV(B) | 199.3º | 0.61% | 0.92% | - |
| XYZ | 37.15 | 44.13 | 84.4 | - |
| YUV | 164.24 | 167.36 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 234 | 0.61 | 0.20 | 0 | 0.08 | 199.3 | 0.77 | 0.64 |
| Hex | 5B | BC | EA | 3D | 14 | 0 | 8 | C7 | 4D | 40 |
| Octal | 133 | 274 | 352 | 75 | 24 | 0 | 10 | 307 | 115 | 100 |
| Binary | 1011011 | 10111100 | 11101010 | 111101 | 10100 | 0 | 1000 | 11000111 | 1001101 | 1000000 |
Color Harmonies of #5BBCEA
Complementary color
Monochromatic Colors of #5BBCEA
Black with #5BBCEA
Text Example
Text Example
White with #5BBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCEA; }
p { color: rgb(91,188,234); }
H1.HeaderClassName
{
color: #5BBCEA;
}
.AnyTagClassName
{
color: #5BBCEA;
}
</style>
background-color css
<style>
a { background-color: #5BBCEA; }
a { background-color: rgb(91,188,234); }
div.DivClassName
{
background-color: #5BBCEA;
}
.BgClassName
{
background-color: #5BBCEA;
}
</style>
border-color css
<style>
span { border-color: #5BBCEA; }
span { border-color: rgb(91,188,234); }
td.TdClassName
{
border-color: #5BBCEA;
}
.TagClassName
{
border-color: #5BBCEA;
}
</style>