Shades of Malibu #58BDF2
Tints of Malibu #58BDF2
RGB
CMYK
RGB Variations
Color information
#58BDF2 (or 0x58BDF2) is known color: Malibu. HEX triplet: 58, BD and F2. RGB value is (88,189,242). Sum of RGB (Red+Green+Blue) = 88+189+242=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #58BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDF2 is #A7420D. Grayscale: #A4A4A4. Windows color (decimal): -10961422 or 15908184. OLE color: 15908184.
HSL color Cylindrical-coordinate representation of color #58BDF2: hue angle of 200.65º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58BDF2 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 189 | 242 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.05 |
| HSL | 200.65º | 0.86% | 0.65% | - |
| HSV(B) | 200.65º | 0.64% | 0.95% | - |
| XYZ | 38.25 | 44.88 | 90.65 | - |
| YUV | 164.84 | 171.54 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 242 | 0.64 | 0.22 | 0 | 0.05 | 200.65 | 0.86 | 0.65 |
| Hex | 58 | BD | F2 | 40 | 16 | 0 | 5 | C9 | 56 | 41 |
| Octal | 130 | 275 | 362 | 100 | 26 | 0 | 5 | 311 | 126 | 101 |
| Binary | 1011000 | 10111101 | 11110010 | 1000000 | 10110 | 0 | 101 | 11001001 | 1010110 | 1000001 |
Color Harmonies of #58BDF2
Complementary color
Monochromatic Colors of #58BDF2
Black with #58BDF2
Text Example
Text Example
White with #58BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDF2; }
p { color: rgb(88,189,242); }
H1.HeaderClassName
{
color: #58BDF2;
}
.AnyTagClassName
{
color: #58BDF2;
}
</style>
background-color css
<style>
a { background-color: #58BDF2; }
a { background-color: rgb(88,189,242); }
div.DivClassName
{
background-color: #58BDF2;
}
.BgClassName
{
background-color: #58BDF2;
}
</style>
border-color css
<style>
span { border-color: #58BDF2; }
span { border-color: rgb(88,189,242); }
td.TdClassName
{
border-color: #58BDF2;
}
.TagClassName
{
border-color: #58BDF2;
}
</style>