Shades of Malibu #58BBDF
Tints of Malibu #58BBDF
RGB
CMYK
RGB Variations
Color information
#58BBDF (or 0x58BBDF) is known color: Malibu. HEX triplet: 58, BB and DF. RGB value is (88,187,223). Sum of RGB (Red+Green+Blue) = 88+187+223=498 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.67% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #58BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BBDF is #A74420. Grayscale: #A1A1A1. Windows color (decimal): -10961953 or 14662488. OLE color: 14662488.
HSL color Cylindrical-coordinate representation of color #58BBDF: hue angle of 196º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58BBDF is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 187 | 223 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.13 |
| HSL | 196º | 0.68% | 0.61% | - |
| HSV(B) | 196º | 0.61% | 0.87% | - |
| XYZ | 35.11 | 42.94 | 76.25 | - |
| YUV | 161.5 | 162.7 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 223 | 0.61 | 0.16 | 0 | 0.13 | 196 | 0.68 | 0.61 |
| Hex | 58 | BB | DF | 3D | 10 | 0 | D | C4 | 44 | 3D |
| Octal | 130 | 273 | 337 | 75 | 20 | 0 | 15 | 304 | 104 | 75 |
| Binary | 1011000 | 10111011 | 11011111 | 111101 | 10000 | 0 | 1101 | 11000100 | 1000100 | 111101 |
Color Harmonies of #58BBDF
Complementary color
Monochromatic Colors of #58BBDF
Black with #58BBDF
Text Example
Text Example
White with #58BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BBDF; }
p { color: rgb(88,187,223); }
H1.HeaderClassName
{
color: #58BBDF;
}
.AnyTagClassName
{
color: #58BBDF;
}
</style>
background-color css
<style>
a { background-color: #58BBDF; }
a { background-color: rgb(88,187,223); }
div.DivClassName
{
background-color: #58BBDF;
}
.BgClassName
{
background-color: #58BBDF;
}
</style>
border-color css
<style>
span { border-color: #58BBDF; }
span { border-color: rgb(88,187,223); }
td.TdClassName
{
border-color: #58BBDF;
}
.TagClassName
{
border-color: #58BBDF;
}
</style>