Shades of Malibu #5BAFEB
Tints of Malibu #5BAFEB
RGB
CMYK
RGB Variations
Color information
#5BAFEB (or 0x5BAFEB) is known color: Malibu. HEX triplet: 5B, AF and EB. RGB value is (91,175,235). Sum of RGB (Red+Green+Blue) = 91+175+235=501 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.16% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #5BAFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAFEB is #A45014. Grayscale: #9C9C9C. Windows color (decimal): -10768405 or 15445851. OLE color: 15445851.
HSL color Cylindrical-coordinate representation of color #5BAFEB: hue angle of 205º 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 #5BAFEB is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 175 | 235 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.08 |
| HSL | 205º | 0.78% | 0.64% | - |
| HSV(B) | 205º | 0.61% | 0.92% | - |
| XYZ | 34.64 | 38.88 | 84.28 | - |
| YUV | 156.72 | 172.17 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 235 | 0.61 | 0.26 | 0 | 0.08 | 205 | 0.78 | 0.64 |
| Hex | 5B | AF | EB | 3D | 1A | 0 | 8 | CD | 4E | 40 |
| Octal | 133 | 257 | 353 | 75 | 32 | 0 | 10 | 315 | 116 | 100 |
| Binary | 1011011 | 10101111 | 11101011 | 111101 | 11010 | 0 | 1000 | 11001101 | 1001110 | 1000000 |
Color Harmonies of #5BAFEB
Complementary color
Monochromatic Colors of #5BAFEB
Black with #5BAFEB
Text Example
Text Example
White with #5BAFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFEB; }
p { color: rgb(91,175,235); }
H1.HeaderClassName
{
color: #5BAFEB;
}
.AnyTagClassName
{
color: #5BAFEB;
}
</style>
background-color css
<style>
a { background-color: #5BAFEB; }
a { background-color: rgb(91,175,235); }
div.DivClassName
{
background-color: #5BAFEB;
}
.BgClassName
{
background-color: #5BAFEB;
}
</style>
border-color css
<style>
span { border-color: #5BAFEB; }
span { border-color: rgb(91,175,235); }
td.TdClassName
{
border-color: #5BAFEB;
}
.TagClassName
{
border-color: #5BAFEB;
}
</style>