Shades of Malibu #58BDF1
Tints of Malibu #58BDF1
RGB
CMYK
RGB Variations
Color information
#58BDF1 (or 0x58BDF1) is known color: Malibu. HEX triplet: 58, BD and F1. RGB value is (88,189,241). Sum of RGB (Red+Green+Blue) = 88+189+241=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #58BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDF1 is #A7420E. Grayscale: #A4A4A4. Windows color (decimal): -10961423 or 15842648. OLE color: 15842648.
HSL color Cylindrical-coordinate representation of color #58BDF1: hue angle of 200.39º degrees, saturation: 0.85, 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 #58BDF1 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 189 | 241 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.05 |
| HSL | 200.39º | 0.85% | 0.65% | - |
| HSV(B) | 200.39º | 0.63% | 0.95% | - |
| XYZ | 38.1 | 44.82 | 89.86 | - |
| YUV | 164.73 | 171.04 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 241 | 0.63 | 0.22 | 0 | 0.05 | 200.39 | 0.85 | 0.65 |
| Hex | 58 | BD | F1 | 3F | 16 | 0 | 5 | C8 | 55 | 41 |
| Octal | 130 | 275 | 361 | 77 | 26 | 0 | 5 | 310 | 125 | 101 |
| Binary | 1011000 | 10111101 | 11110001 | 111111 | 10110 | 0 | 101 | 11001000 | 1010101 | 1000001 |
Color Harmonies of #58BDF1
Complementary color
Monochromatic Colors of #58BDF1
Black with #58BDF1
Text Example
Text Example
White with #58BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDF1; }
p { color: rgb(88,189,241); }
H1.HeaderClassName
{
color: #58BDF1;
}
.AnyTagClassName
{
color: #58BDF1;
}
</style>
background-color css
<style>
a { background-color: #58BDF1; }
a { background-color: rgb(88,189,241); }
div.DivClassName
{
background-color: #58BDF1;
}
.BgClassName
{
background-color: #58BDF1;
}
</style>
border-color css
<style>
span { border-color: #58BDF1; }
span { border-color: rgb(88,189,241); }
td.TdClassName
{
border-color: #58BDF1;
}
.TagClassName
{
border-color: #58BDF1;
}
</style>