Shades of Malibu #5BAEEB
Tints of Malibu #5BAEEB
RGB
CMYK
RGB Variations
Color information
#5BAEEB (or 0x5BAEEB) is known color: Malibu. HEX triplet: 5B, AE and EB. RGB value is (91,174,235). Sum of RGB (Red+Green+Blue) = 91+174+235=500 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAEEB is #A45114. Grayscale: #9B9B9B. Windows color (decimal): -10768661 or 15445595. OLE color: 15445595.
HSL color Cylindrical-coordinate representation of color #5BAEEB: hue angle of 205.42º 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 #5BAEEB is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 174 | 235 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.08 |
| HSL | 205.42º | 0.78% | 0.64% | - |
| HSV(B) | 205.42º | 0.61% | 0.92% | - |
| XYZ | 34.45 | 38.49 | 84.21 | - |
| YUV | 156.14 | 172.5 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 235 | 0.61 | 0.26 | 0 | 0.08 | 205.42 | 0.78 | 0.64 |
| Hex | 5B | AE | EB | 3D | 1A | 0 | 8 | CD | 4E | 40 |
| Octal | 133 | 256 | 353 | 75 | 32 | 0 | 10 | 315 | 116 | 100 |
| Binary | 1011011 | 10101110 | 11101011 | 111101 | 11010 | 0 | 1000 | 11001101 | 1001110 | 1000000 |
Color Harmonies of #5BAEEB
Complementary color
Monochromatic Colors of #5BAEEB
Black with #5BAEEB
Text Example
Text Example
White with #5BAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEEB; }
p { color: rgb(91,174,235); }
H1.HeaderClassName
{
color: #5BAEEB;
}
.AnyTagClassName
{
color: #5BAEEB;
}
</style>
background-color css
<style>
a { background-color: #5BAEEB; }
a { background-color: rgb(91,174,235); }
div.DivClassName
{
background-color: #5BAEEB;
}
.BgClassName
{
background-color: #5BAEEB;
}
</style>
border-color css
<style>
span { border-color: #5BAEEB; }
span { border-color: rgb(91,174,235); }
td.TdClassName
{
border-color: #5BAEEB;
}
.TagClassName
{
border-color: #5BAEEB;
}
</style>