Shades of Malibu #58BDF8
Tints of Malibu #58BDF8
RGB
CMYK
RGB Variations
Color information
#58BDF8 (or 0x58BDF8) is known color: Malibu. HEX triplet: 58, BD and F8. RGB value is (88,189,248). Sum of RGB (Red+Green+Blue) = 88+189+248=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #58BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDF8 is #A74207. Grayscale: #A5A5A5. Windows color (decimal): -10961416 or 16301400. OLE color: 16301400.
HSL color Cylindrical-coordinate representation of color #58BDF8: hue angle of 202.12º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58BDF8 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 189 | 248 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.03 |
| HSL | 202.13º | 0.92% | 0.66% | - |
| HSV(B) | 202.13º | 0.65% | 0.97% | - |
| XYZ | 39.17 | 45.25 | 95.48 | - |
| YUV | 165.53 | 174.54 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 248 | 0.65 | 0.24 | 0 | 0.03 | 202.13 | 0.92 | 0.66 |
| Hex | 58 | BD | F8 | 41 | 18 | 0 | 3 | CA | 5C | 42 |
| Octal | 130 | 275 | 370 | 101 | 30 | 0 | 3 | 312 | 134 | 102 |
| Binary | 1011000 | 10111101 | 11111000 | 1000001 | 11000 | 0 | 11 | 11001010 | 1011100 | 1000010 |
Color Harmonies of #58BDF8
Complementary color
Monochromatic Colors of #58BDF8
Black with #58BDF8
Text Example
Text Example
White with #58BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDF8; }
p { color: rgb(88,189,248); }
H1.HeaderClassName
{
color: #58BDF8;
}
.AnyTagClassName
{
color: #58BDF8;
}
</style>
background-color css
<style>
a { background-color: #58BDF8; }
a { background-color: rgb(88,189,248); }
div.DivClassName
{
background-color: #58BDF8;
}
.BgClassName
{
background-color: #58BDF8;
}
</style>
border-color css
<style>
span { border-color: #58BDF8; }
span { border-color: rgb(88,189,248); }
td.TdClassName
{
border-color: #58BDF8;
}
.TagClassName
{
border-color: #58BDF8;
}
</style>