Shades of Malibu #5BBEEF
Tints of Malibu #5BBEEF
RGB
CMYK
RGB Variations
Color information
#5BBEEF (or 0x5BBEEF) is known color: Malibu. HEX triplet: 5B, BE and EF. RGB value is (91,190,239). Sum of RGB (Red+Green+Blue) = 91+190+239=520 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.5% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BBEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBEEF is #A44110. Grayscale: #A5A5A5. Windows color (decimal): -10764561 or 15711835. OLE color: 15711835.
HSL color Cylindrical-coordinate representation of color #5BBEEF: hue angle of 199.86º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BBEEF is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 190 | 239 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.06 |
| HSL | 199.86º | 0.82% | 0.65% | - |
| HSV(B) | 199.86º | 0.62% | 0.94% | - |
| XYZ | 38.31 | 45.28 | 88.38 | - |
| YUV | 165.99 | 169.2 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 190 | 239 | 0.62 | 0.21 | 0 | 0.06 | 199.86 | 0.82 | 0.65 |
| Hex | 5B | BE | EF | 3E | 15 | 0 | 6 | C8 | 52 | 41 |
| Octal | 133 | 276 | 357 | 76 | 25 | 0 | 6 | 310 | 122 | 101 |
| Binary | 1011011 | 10111110 | 11101111 | 111110 | 10101 | 0 | 110 | 11001000 | 1010010 | 1000001 |
Color Harmonies of #5BBEEF
Complementary color
Monochromatic Colors of #5BBEEF
Black with #5BBEEF
Text Example
Text Example
White with #5BBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBEEF; }
p { color: rgb(91,190,239); }
H1.HeaderClassName
{
color: #5BBEEF;
}
.AnyTagClassName
{
color: #5BBEEF;
}
</style>
background-color css
<style>
a { background-color: #5BBEEF; }
a { background-color: rgb(91,190,239); }
div.DivClassName
{
background-color: #5BBEEF;
}
.BgClassName
{
background-color: #5BBEEF;
}
</style>
border-color css
<style>
span { border-color: #5BBEEF; }
span { border-color: rgb(91,190,239); }
td.TdClassName
{
border-color: #5BBEEF;
}
.TagClassName
{
border-color: #5BBEEF;
}
</style>