Shades of Malibu #5BBFED
Tints of Malibu #5BBFED
RGB
CMYK
RGB Variations
Color information
#5BBFED (or 0x5BBFED) is known color: Malibu. HEX triplet: 5B, BF and ED. RGB value is (91,191,237). Sum of RGB (Red+Green+Blue) = 91+191+237=519 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.53% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #5BBFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBFED is #A44012. Grayscale: #A6A6A6. Windows color (decimal): -10764307 or 15581019. OLE color: 15581019.
HSL color Cylindrical-coordinate representation of color #5BBFED: hue angle of 198.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BBFED is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 191 | 237 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.07 |
| HSL | 198.9º | 0.8% | 0.64% | - |
| HSV(B) | 198.9º | 0.62% | 0.93% | - |
| XYZ | 38.23 | 45.6 | 86.91 | - |
| YUV | 166.34 | 167.87 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 191 | 237 | 0.62 | 0.19 | 0 | 0.07 | 198.9 | 0.8 | 0.64 |
| Hex | 5B | BF | ED | 3E | 13 | 0 | 7 | C7 | 50 | 40 |
| Octal | 133 | 277 | 355 | 76 | 23 | 0 | 7 | 307 | 120 | 100 |
| Binary | 1011011 | 10111111 | 11101101 | 111110 | 10011 | 0 | 111 | 11000111 | 1010000 | 1000000 |
Color Harmonies of #5BBFED
Complementary color
Monochromatic Colors of #5BBFED
Black with #5BBFED
Text Example
Text Example
White with #5BBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBFED; }
p { color: rgb(91,191,237); }
H1.HeaderClassName
{
color: #5BBFED;
}
.AnyTagClassName
{
color: #5BBFED;
}
</style>
background-color css
<style>
a { background-color: #5BBFED; }
a { background-color: rgb(91,191,237); }
div.DivClassName
{
background-color: #5BBFED;
}
.BgClassName
{
background-color: #5BBFED;
}
</style>
border-color css
<style>
span { border-color: #5BBFED; }
span { border-color: rgb(91,191,237); }
td.TdClassName
{
border-color: #5BBFED;
}
.TagClassName
{
border-color: #5BBFED;
}
</style>