Shades of Malibu #5BB8EA
Tints of Malibu #5BB8EA
RGB
CMYK
RGB Variations
Color information
#5BB8EA (or 0x5BB8EA) is known color: Malibu. HEX triplet: 5B, B8 and EA. RGB value is (91,184,234). Sum of RGB (Red+Green+Blue) = 91+184+234=509 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.88% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #5BB8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB8EA is #A44715. Grayscale: #A1A1A1. Windows color (decimal): -10766102 or 15382619. OLE color: 15382619.
HSL color Cylindrical-coordinate representation of color #5BB8EA: hue angle of 200.98º 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 #5BB8EA is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 184 | 234 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.08 |
| HSL | 200.98º | 0.77% | 0.64% | - |
| HSV(B) | 200.98º | 0.61% | 0.92% | - |
| XYZ | 36.31 | 42.45 | 84.12 | - |
| YUV | 161.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 184 | 234 | 0.61 | 0.21 | 0 | 0.08 | 200.98 | 0.77 | 0.64 |
| Hex | 5B | B8 | EA | 3D | 15 | 0 | 8 | C9 | 4D | 40 |
| Octal | 133 | 270 | 352 | 75 | 25 | 0 | 10 | 311 | 115 | 100 |
| Binary | 1011011 | 10111000 | 11101010 | 111101 | 10101 | 0 | 1000 | 11001001 | 1001101 | 1000000 |
Color Harmonies of #5BB8EA
Complementary color
Monochromatic Colors of #5BB8EA
Black with #5BB8EA
Text Example
Text Example
White with #5BB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB8EA; }
p { color: rgb(91,184,234); }
H1.HeaderClassName
{
color: #5BB8EA;
}
.AnyTagClassName
{
color: #5BB8EA;
}
</style>
background-color css
<style>
a { background-color: #5BB8EA; }
a { background-color: rgb(91,184,234); }
div.DivClassName
{
background-color: #5BB8EA;
}
.BgClassName
{
background-color: #5BB8EA;
}
</style>
border-color css
<style>
span { border-color: #5BB8EA; }
span { border-color: rgb(91,184,234); }
td.TdClassName
{
border-color: #5BB8EA;
}
.TagClassName
{
border-color: #5BB8EA;
}
</style>