Shades of Malibu #58BDF0
Tints of Malibu #58BDF0
RGB
CMYK
RGB Variations
Color information
#58BDF0 (or 0x58BDF0) is known color: Malibu. HEX triplet: 58, BD and F0. RGB value is (88,189,240). Sum of RGB (Red+Green+Blue) = 88+189+240=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #58BDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDF0 is #A7420F. Grayscale: #A4A4A4. Windows color (decimal): -10961424 or 15777112. OLE color: 15777112.
HSL color Cylindrical-coordinate representation of color #58BDF0: hue angle of 200.13º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58BDF0 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 189 | 240 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.06 |
| HSL | 200.13º | 0.84% | 0.64% | - |
| HSV(B) | 200.13º | 0.63% | 0.94% | - |
| XYZ | 37.95 | 44.76 | 89.08 | - |
| YUV | 164.62 | 170.54 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 240 | 0.63 | 0.21 | 0 | 0.06 | 200.13 | 0.84 | 0.64 |
| Hex | 58 | BD | F0 | 3F | 15 | 0 | 6 | C8 | 54 | 40 |
| Octal | 130 | 275 | 360 | 77 | 25 | 0 | 6 | 310 | 124 | 100 |
| Binary | 1011000 | 10111101 | 11110000 | 111111 | 10101 | 0 | 110 | 11001000 | 1010100 | 1000000 |
Color Harmonies of #58BDF0
Complementary color
Monochromatic Colors of #58BDF0
Black with #58BDF0
Text Example
Text Example
White with #58BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDF0; }
p { color: rgb(88,189,240); }
H1.HeaderClassName
{
color: #58BDF0;
}
.AnyTagClassName
{
color: #58BDF0;
}
</style>
background-color css
<style>
a { background-color: #58BDF0; }
a { background-color: rgb(88,189,240); }
div.DivClassName
{
background-color: #58BDF0;
}
.BgClassName
{
background-color: #58BDF0;
}
</style>
border-color css
<style>
span { border-color: #58BDF0; }
span { border-color: rgb(88,189,240); }
td.TdClassName
{
border-color: #58BDF0;
}
.TagClassName
{
border-color: #58BDF0;
}
</style>