Shades of Malibu #5BC6F0
Tints of Malibu #5BC6F0
RGB
CMYK
RGB Variations
Color information
#5BC6F0 (or 0x5BC6F0) is known color: Malibu. HEX triplet: 5B, C6 and F0. RGB value is (91,198,240). Sum of RGB (Red+Green+Blue) = 91+198+240=529 (70% of max value = 765). Red value is 91 (35.94% from 255 or 17.20% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #5BC6F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC6F0 is #A4390F. Grayscale: #AAAAAA. Windows color (decimal): -10762512 or 15779419. OLE color: 15779419.
HSL color Cylindrical-coordinate representation of color #5BC6F0: hue angle of 196.91º degrees, saturation: 0.83, 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 #5BC6F0 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 198 | 240 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.06 |
| HSL | 196.91º | 0.83% | 0.65% | - |
| HSV(B) | 196.91º | 0.62% | 0.94% | - |
| XYZ | 40.24 | 48.9 | 89.76 | - |
| YUV | 170.8 | 167.05 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 198 | 240 | 0.62 | 0.18 | 0 | 0.06 | 196.91 | 0.83 | 0.65 |
| Hex | 5B | C6 | F0 | 3E | 12 | 0 | 6 | C5 | 53 | 41 |
| Octal | 133 | 306 | 360 | 76 | 22 | 0 | 6 | 305 | 123 | 101 |
| Binary | 1011011 | 11000110 | 11110000 | 111110 | 10010 | 0 | 110 | 11000101 | 1010011 | 1000001 |
Color Harmonies of #5BC6F0
Complementary color
Monochromatic Colors of #5BC6F0
Black with #5BC6F0
Text Example
Text Example
White with #5BC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC6F0; }
p { color: rgb(91,198,240); }
H1.HeaderClassName
{
color: #5BC6F0;
}
.AnyTagClassName
{
color: #5BC6F0;
}
</style>
background-color css
<style>
a { background-color: #5BC6F0; }
a { background-color: rgb(91,198,240); }
div.DivClassName
{
background-color: #5BC6F0;
}
.BgClassName
{
background-color: #5BC6F0;
}
</style>
border-color css
<style>
span { border-color: #5BC6F0; }
span { border-color: rgb(91,198,240); }
td.TdClassName
{
border-color: #5BC6F0;
}
.TagClassName
{
border-color: #5BC6F0;
}
</style>