Shades of Malibu #5BB8EB
Tints of Malibu #5BB8EB
RGB
CMYK
RGB Variations
Color information
#5BB8EB (or 0x5BB8EB) is known color: Malibu. HEX triplet: 5B, B8 and EB. RGB value is (91,184,235). Sum of RGB (Red+Green+Blue) = 91+184+235=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BB8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB8EB is #A44714. Grayscale: #A1A1A1. Windows color (decimal): -10766101 or 15448155. OLE color: 15448155.
HSL color Cylindrical-coordinate representation of color #5BB8EB: hue angle of 201.25º degrees, saturation: 0.78, 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 #5BB8EB is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 184 | 235 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.08 |
| HSL | 201.25º | 0.78% | 0.64% | - |
| HSV(B) | 201.25º | 0.61% | 0.92% | - |
| XYZ | 36.45 | 42.5 | 84.88 | - |
| YUV | 162.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 184 | 235 | 0.61 | 0.22 | 0 | 0.08 | 201.25 | 0.78 | 0.64 |
| Hex | 5B | B8 | EB | 3D | 16 | 0 | 8 | C9 | 4E | 40 |
| Octal | 133 | 270 | 353 | 75 | 26 | 0 | 10 | 311 | 116 | 100 |
| Binary | 1011011 | 10111000 | 11101011 | 111101 | 10110 | 0 | 1000 | 11001001 | 1001110 | 1000000 |
Color Harmonies of #5BB8EB
Complementary color
Monochromatic Colors of #5BB8EB
Black with #5BB8EB
Text Example
Text Example
White with #5BB8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB8EB; }
p { color: rgb(91,184,235); }
H1.HeaderClassName
{
color: #5BB8EB;
}
.AnyTagClassName
{
color: #5BB8EB;
}
</style>
background-color css
<style>
a { background-color: #5BB8EB; }
a { background-color: rgb(91,184,235); }
div.DivClassName
{
background-color: #5BB8EB;
}
.BgClassName
{
background-color: #5BB8EB;
}
</style>
border-color css
<style>
span { border-color: #5BB8EB; }
span { border-color: rgb(91,184,235); }
td.TdClassName
{
border-color: #5BB8EB;
}
.TagClassName
{
border-color: #5BB8EB;
}
</style>