Shades of Malibu #5BC1EA
Tints of Malibu #5BC1EA
RGB
CMYK
RGB Variations
Color information
#5BC1EA (or 0x5BC1EA) is known color: Malibu. HEX triplet: 5B, C1 and EA. RGB value is (91,193,234). Sum of RGB (Red+Green+Blue) = 91+193+234=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BC1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC1EA is #A43E15. Grayscale: #A6A6A6. Windows color (decimal): -10763798 or 15384923. OLE color: 15384923.
HSL color Cylindrical-coordinate representation of color #5BC1EA: hue angle of 197.2º 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 #5BC1EA is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 193 | 234 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.08 |
| HSL | 197.2º | 0.77% | 0.64% | - |
| HSV(B) | 197.2º | 0.61% | 0.92% | - |
| XYZ | 38.24 | 46.3 | 84.76 | - |
| YUV | 167.18 | 165.71 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 234 | 0.61 | 0.18 | 0 | 0.08 | 197.2 | 0.77 | 0.64 |
| Hex | 5B | C1 | EA | 3D | 12 | 0 | 8 | C5 | 4D | 40 |
| Octal | 133 | 301 | 352 | 75 | 22 | 0 | 10 | 305 | 115 | 100 |
| Binary | 1011011 | 11000001 | 11101010 | 111101 | 10010 | 0 | 1000 | 11000101 | 1001101 | 1000000 |
Color Harmonies of #5BC1EA
Complementary color
Monochromatic Colors of #5BC1EA
Black with #5BC1EA
Text Example
Text Example
White with #5BC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC1EA; }
p { color: rgb(91,193,234); }
H1.HeaderClassName
{
color: #5BC1EA;
}
.AnyTagClassName
{
color: #5BC1EA;
}
</style>
background-color css
<style>
a { background-color: #5BC1EA; }
a { background-color: rgb(91,193,234); }
div.DivClassName
{
background-color: #5BC1EA;
}
.BgClassName
{
background-color: #5BC1EA;
}
</style>
border-color css
<style>
span { border-color: #5BC1EA; }
span { border-color: rgb(91,193,234); }
td.TdClassName
{
border-color: #5BC1EA;
}
.TagClassName
{
border-color: #5BC1EA;
}
</style>