Shades of Malibu #5BB9F3
Tints of Malibu #5BB9F3
RGB
CMYK
RGB Variations
Color information
#5BB9F3 (or 0x5BB9F3) is known color: Malibu. HEX triplet: 5B, B9 and F3. RGB value is (91,185,243). Sum of RGB (Red+Green+Blue) = 91+185+243=519 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.53% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #5BB9F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BB9F3 is #A4460C. Grayscale: #A3A3A3. Windows color (decimal): -10765837 or 15972699. OLE color: 15972699.
HSL color Cylindrical-coordinate representation of color #5BB9F3: hue angle of 202.89º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5BB9F3 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 185 | 243 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.05 |
| HSL | 202.89º | 0.86% | 0.65% | - |
| HSV(B) | 202.89º | 0.63% | 0.95% | - |
| XYZ | 37.84 | 43.39 | 91.18 | - |
| YUV | 163.51 | 172.86 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 185 | 243 | 0.63 | 0.24 | 0 | 0.05 | 202.89 | 0.86 | 0.65 |
| Hex | 5B | B9 | F3 | 3F | 18 | 0 | 5 | CB | 56 | 41 |
| Octal | 133 | 271 | 363 | 77 | 30 | 0 | 5 | 313 | 126 | 101 |
| Binary | 1011011 | 10111001 | 11110011 | 111111 | 11000 | 0 | 101 | 11001011 | 1010110 | 1000001 |
Color Harmonies of #5BB9F3
Complementary color
Monochromatic Colors of #5BB9F3
Black with #5BB9F3
Text Example
Text Example
White with #5BB9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB9F3; }
p { color: rgb(91,185,243); }
H1.HeaderClassName
{
color: #5BB9F3;
}
.AnyTagClassName
{
color: #5BB9F3;
}
</style>
background-color css
<style>
a { background-color: #5BB9F3; }
a { background-color: rgb(91,185,243); }
div.DivClassName
{
background-color: #5BB9F3;
}
.BgClassName
{
background-color: #5BB9F3;
}
</style>
border-color css
<style>
span { border-color: #5BB9F3; }
span { border-color: rgb(91,185,243); }
td.TdClassName
{
border-color: #5BB9F3;
}
.TagClassName
{
border-color: #5BB9F3;
}
</style>