Shades of Malibu #5BBDF3
Tints of Malibu #5BBDF3
RGB
CMYK
RGB Variations
Color information
#5BBDF3 (or 0x5BBDF3) is known color: Malibu. HEX triplet: 5B, BD and F3. RGB value is (91,189,243). Sum of RGB (Red+Green+Blue) = 91+189+243=523 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.40% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #5BBDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBDF3 is #A4420C. Grayscale: #A5A5A5. Windows color (decimal): -10764813 or 15973723. OLE color: 15973723.
HSL color Cylindrical-coordinate representation of color #5BBDF3: hue angle of 201.32º 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 #5BBDF3 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 189 | 243 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.05 |
| HSL | 201.32º | 0.86% | 0.65% | - |
| HSV(B) | 201.32º | 0.63% | 0.95% | - |
| XYZ | 38.69 | 45.09 | 91.46 | - |
| YUV | 165.85 | 171.53 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 243 | 0.63 | 0.22 | 0 | 0.05 | 201.32 | 0.86 | 0.65 |
| Hex | 5B | BD | F3 | 3F | 16 | 0 | 5 | C9 | 56 | 41 |
| Octal | 133 | 275 | 363 | 77 | 26 | 0 | 5 | 311 | 126 | 101 |
| Binary | 1011011 | 10111101 | 11110011 | 111111 | 10110 | 0 | 101 | 11001001 | 1010110 | 1000001 |
Color Harmonies of #5BBDF3
Complementary color
Monochromatic Colors of #5BBDF3
Black with #5BBDF3
Text Example
Text Example
White with #5BBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDF3; }
p { color: rgb(91,189,243); }
H1.HeaderClassName
{
color: #5BBDF3;
}
.AnyTagClassName
{
color: #5BBDF3;
}
</style>
background-color css
<style>
a { background-color: #5BBDF3; }
a { background-color: rgb(91,189,243); }
div.DivClassName
{
background-color: #5BBDF3;
}
.BgClassName
{
background-color: #5BBDF3;
}
</style>
border-color css
<style>
span { border-color: #5BBDF3; }
span { border-color: rgb(91,189,243); }
td.TdClassName
{
border-color: #5BBDF3;
}
.TagClassName
{
border-color: #5BBDF3;
}
</style>