Shades of Malibu #58BDF7
Tints of Malibu #58BDF7
RGB
CMYK
RGB Variations
Color information
#58BDF7 (or 0x58BDF7) is known color: Malibu. HEX triplet: 58, BD and F7. RGB value is (88,189,247). Sum of RGB (Red+Green+Blue) = 88+189+247=524 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.79% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #58BDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDF7 is #A74208. Grayscale: #A5A5A5. Windows color (decimal): -10961417 or 16235864. OLE color: 16235864.
HSL color Cylindrical-coordinate representation of color #58BDF7: hue angle of 201.89º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58BDF7 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 189 | 247 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.03 |
| HSL | 201.89º | 0.91% | 0.66% | - |
| HSV(B) | 201.89º | 0.64% | 0.97% | - |
| XYZ | 39.01 | 45.19 | 94.66 | - |
| YUV | 165.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 247 | 0.64 | 0.23 | 0 | 0.03 | 201.89 | 0.91 | 0.66 |
| Hex | 58 | BD | F7 | 40 | 17 | 0 | 3 | CA | 5B | 42 |
| Octal | 130 | 275 | 367 | 100 | 27 | 0 | 3 | 312 | 133 | 102 |
| Binary | 1011000 | 10111101 | 11110111 | 1000000 | 10111 | 0 | 11 | 11001010 | 1011011 | 1000010 |
Color Harmonies of #58BDF7
Complementary color
Monochromatic Colors of #58BDF7
Black with #58BDF7
Text Example
Text Example
White with #58BDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDF7; }
p { color: rgb(88,189,247); }
H1.HeaderClassName
{
color: #58BDF7;
}
.AnyTagClassName
{
color: #58BDF7;
}
</style>
background-color css
<style>
a { background-color: #58BDF7; }
a { background-color: rgb(88,189,247); }
div.DivClassName
{
background-color: #58BDF7;
}
.BgClassName
{
background-color: #58BDF7;
}
</style>
border-color css
<style>
span { border-color: #58BDF7; }
span { border-color: rgb(88,189,247); }
td.TdClassName
{
border-color: #58BDF7;
}
.TagClassName
{
border-color: #58BDF7;
}
</style>