Shades of Malibu #58BAF2
Tints of Malibu #58BAF2
RGB
CMYK
RGB Variations
Color information
#58BAF2 (or 0x58BAF2) is known color: Malibu. HEX triplet: 58, BA and F2. RGB value is (88,186,242). Sum of RGB (Red+Green+Blue) = 88+186+242=516 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.05% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #58BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BAF2 is #A7450D. Grayscale: #A2A2A2. Windows color (decimal): -10962190 or 15907416. OLE color: 15907416.
HSL color Cylindrical-coordinate representation of color #58BAF2: hue angle of 201.82º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58BAF2 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 186 | 242 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.05 |
| HSL | 201.82º | 0.86% | 0.65% | - |
| HSV(B) | 201.82º | 0.64% | 0.95% | - |
| XYZ | 37.61 | 43.6 | 90.44 | - |
| YUV | 163.08 | 172.53 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 242 | 0.64 | 0.23 | 0 | 0.05 | 201.82 | 0.86 | 0.65 |
| Hex | 58 | BA | F2 | 40 | 17 | 0 | 5 | CA | 56 | 41 |
| Octal | 130 | 272 | 362 | 100 | 27 | 0 | 5 | 312 | 126 | 101 |
| Binary | 1011000 | 10111010 | 11110010 | 1000000 | 10111 | 0 | 101 | 11001010 | 1010110 | 1000001 |
Color Harmonies of #58BAF2
Complementary color
Monochromatic Colors of #58BAF2
Black with #58BAF2
Text Example
Text Example
White with #58BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BAF2; }
p { color: rgb(88,186,242); }
H1.HeaderClassName
{
color: #58BAF2;
}
.AnyTagClassName
{
color: #58BAF2;
}
</style>
background-color css
<style>
a { background-color: #58BAF2; }
a { background-color: rgb(88,186,242); }
div.DivClassName
{
background-color: #58BAF2;
}
.BgClassName
{
background-color: #58BAF2;
}
</style>
border-color css
<style>
span { border-color: #58BAF2; }
span { border-color: rgb(88,186,242); }
td.TdClassName
{
border-color: #58BAF2;
}
.TagClassName
{
border-color: #58BAF2;
}
</style>