Shades of Malibu #5BBEEE
Tints of Malibu #5BBEEE
RGB
CMYK
RGB Variations
Color information
#5BBEEE (or 0x5BBEEE) is known color: Malibu. HEX triplet: 5B, BE and EE. RGB value is (91,190,238). Sum of RGB (Red+Green+Blue) = 91+190+238=519 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.53% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #5BBEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBEEE is #A44111. Grayscale: #A5A5A5. Windows color (decimal): -10764562 or 15646299. OLE color: 15646299.
HSL color Cylindrical-coordinate representation of color #5BBEEE: hue angle of 199.59º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BBEEE is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 190 | 238 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.07 |
| HSL | 199.59º | 0.81% | 0.65% | - |
| HSV(B) | 199.59º | 0.62% | 0.93% | - |
| XYZ | 38.16 | 45.22 | 87.61 | - |
| YUV | 165.87 | 168.7 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 190 | 238 | 0.62 | 0.20 | 0 | 0.07 | 199.59 | 0.81 | 0.65 |
| Hex | 5B | BE | EE | 3E | 14 | 0 | 7 | C8 | 51 | 41 |
| Octal | 133 | 276 | 356 | 76 | 24 | 0 | 7 | 310 | 121 | 101 |
| Binary | 1011011 | 10111110 | 11101110 | 111110 | 10100 | 0 | 111 | 11001000 | 1010001 | 1000001 |
Color Harmonies of #5BBEEE
Complementary color
Monochromatic Colors of #5BBEEE
Black with #5BBEEE
Text Example
Text Example
White with #5BBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBEEE; }
p { color: rgb(91,190,238); }
H1.HeaderClassName
{
color: #5BBEEE;
}
.AnyTagClassName
{
color: #5BBEEE;
}
</style>
background-color css
<style>
a { background-color: #5BBEEE; }
a { background-color: rgb(91,190,238); }
div.DivClassName
{
background-color: #5BBEEE;
}
.BgClassName
{
background-color: #5BBEEE;
}
</style>
border-color css
<style>
span { border-color: #5BBEEE; }
span { border-color: rgb(91,190,238); }
td.TdClassName
{
border-color: #5BBEEE;
}
.TagClassName
{
border-color: #5BBEEE;
}
</style>