Shades of Malibu #58BFDB
Tints of Malibu #58BFDB
RGB
CMYK
RGB Variations
Color information
#58BFDB (or 0x58BFDB) is known color: Malibu. HEX triplet: 58, BF and DB. RGB value is (88,191,219). Sum of RGB (Red+Green+Blue) = 88+191+219=498 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.67% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #58BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BFDB is #A74024. Grayscale: #A3A3A3. Windows color (decimal): -10960933 or 14401368. OLE color: 14401368.
HSL color Cylindrical-coordinate representation of color #58BFDB: hue angle of 192.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58BFDB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 191 | 219 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.14 |
| HSL | 192.82º | 0.65% | 0.6% | - |
| HSV(B) | 192.82º | 0.6% | 0.86% | - |
| XYZ | 35.44 | 44.45 | 73.73 | - |
| YUV | 163.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 219 | 0.60 | 0.13 | 0 | 0.14 | 192.82 | 0.65 | 0.6 |
| Hex | 58 | BF | DB | 3C | D | 0 | E | C1 | 41 | 3C |
| Octal | 130 | 277 | 333 | 74 | 15 | 0 | 16 | 301 | 101 | 74 |
| Binary | 1011000 | 10111111 | 11011011 | 111100 | 1101 | 0 | 1110 | 11000001 | 1000001 | 111100 |
Color Harmonies of #58BFDB
Complementary color
Monochromatic Colors of #58BFDB
Black with #58BFDB
Text Example
Text Example
White with #58BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BFDB; }
p { color: rgb(88,191,219); }
H1.HeaderClassName
{
color: #58BFDB;
}
.AnyTagClassName
{
color: #58BFDB;
}
</style>
background-color css
<style>
a { background-color: #58BFDB; }
a { background-color: rgb(88,191,219); }
div.DivClassName
{
background-color: #58BFDB;
}
.BgClassName
{
background-color: #58BFDB;
}
</style>
border-color css
<style>
span { border-color: #58BFDB; }
span { border-color: rgb(88,191,219); }
td.TdClassName
{
border-color: #58BFDB;
}
.TagClassName
{
border-color: #58BFDB;
}
</style>