Shades of Malibu #58BAF6
Tints of Malibu #58BAF6
RGB
CMYK
RGB Variations
Color information
#58BAF6 (or 0x58BAF6) is known color: Malibu. HEX triplet: 58, BA and F6. RGB value is (88,186,246). Sum of RGB (Red+Green+Blue) = 88+186+246=520 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.92% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #58BAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BAF6 is #A74509. Grayscale: #A3A3A3. Windows color (decimal): -10962186 or 16169560. OLE color: 16169560.
HSL color Cylindrical-coordinate representation of color #58BAF6: hue angle of 202.78º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58BAF6 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 186 | 246 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.04 |
| HSL | 202.78º | 0.9% | 0.65% | - |
| HSV(B) | 202.78º | 0.64% | 0.96% | - |
| XYZ | 38.22 | 43.85 | 93.64 | - |
| YUV | 163.54 | 174.53 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 246 | 0.64 | 0.24 | 0 | 0.04 | 202.78 | 0.9 | 0.65 |
| Hex | 58 | BA | F6 | 40 | 18 | 0 | 4 | CB | 5A | 41 |
| Octal | 130 | 272 | 366 | 100 | 30 | 0 | 4 | 313 | 132 | 101 |
| Binary | 1011000 | 10111010 | 11110110 | 1000000 | 11000 | 0 | 100 | 11001011 | 1011010 | 1000001 |
Color Harmonies of #58BAF6
Complementary color
Monochromatic Colors of #58BAF6
Black with #58BAF6
Text Example
Text Example
White with #58BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BAF6; }
p { color: rgb(88,186,246); }
H1.HeaderClassName
{
color: #58BAF6;
}
.AnyTagClassName
{
color: #58BAF6;
}
</style>
background-color css
<style>
a { background-color: #58BAF6; }
a { background-color: rgb(88,186,246); }
div.DivClassName
{
background-color: #58BAF6;
}
.BgClassName
{
background-color: #58BAF6;
}
</style>
border-color css
<style>
span { border-color: #58BAF6; }
span { border-color: rgb(88,186,246); }
td.TdClassName
{
border-color: #58BAF6;
}
.TagClassName
{
border-color: #58BAF6;
}
</style>