Shades of Malibu #58BCDF
Tints of Malibu #58BCDF
RGB
CMYK
RGB Variations
Color information
#58BCDF (or 0x58BCDF) is known color: Malibu. HEX triplet: 58, BC and DF. RGB value is (88,188,223). Sum of RGB (Red+Green+Blue) = 88+188+223=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #58BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCDF is #A74320. Grayscale: #A1A1A1. Windows color (decimal): -10961697 or 14662744. OLE color: 14662744.
HSL color Cylindrical-coordinate representation of color #58BCDF: hue angle of 195.56º 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 #58BCDF is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 188 | 223 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.13 |
| HSL | 195.56º | 0.68% | 0.61% | - |
| HSV(B) | 195.56º | 0.61% | 0.87% | - |
| XYZ | 35.33 | 43.37 | 76.32 | - |
| YUV | 162.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 223 | 0.61 | 0.16 | 0 | 0.13 | 195.56 | 0.68 | 0.61 |
| Hex | 58 | BC | DF | 3D | 10 | 0 | D | C4 | 44 | 3D |
| Octal | 130 | 274 | 337 | 75 | 20 | 0 | 15 | 304 | 104 | 75 |
| Binary | 1011000 | 10111100 | 11011111 | 111101 | 10000 | 0 | 1101 | 11000100 | 1000100 | 111101 |
Color Harmonies of #58BCDF
Complementary color
Monochromatic Colors of #58BCDF
Black with #58BCDF
Text Example
Text Example
White with #58BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCDF; }
p { color: rgb(88,188,223); }
H1.HeaderClassName
{
color: #58BCDF;
}
.AnyTagClassName
{
color: #58BCDF;
}
</style>
background-color css
<style>
a { background-color: #58BCDF; }
a { background-color: rgb(88,188,223); }
div.DivClassName
{
background-color: #58BCDF;
}
.BgClassName
{
background-color: #58BCDF;
}
</style>
border-color css
<style>
span { border-color: #58BCDF; }
span { border-color: rgb(88,188,223); }
td.TdClassName
{
border-color: #58BCDF;
}
.TagClassName
{
border-color: #58BCDF;
}
</style>