Shades of Malibu #58BDF6
Tints of Malibu #58BDF6
RGB
CMYK
RGB Variations
Color information
#58BDF6 (or 0x58BDF6) is known color: Malibu. HEX triplet: 58, BD and F6. RGB value is (88,189,246). Sum of RGB (Red+Green+Blue) = 88+189+246=523 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.83% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #58BDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDF6 is #A74209. Grayscale: #A4A4A4. Windows color (decimal): -10961418 or 16170328. OLE color: 16170328.
HSL color Cylindrical-coordinate representation of color #58BDF6: hue angle of 201.65º 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 #58BDF6 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 88 | 189 | 246 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.04 |
| HSL | 201.65º | 0.9% | 0.65% | - |
| HSV(B) | 201.65º | 0.64% | 0.96% | - |
| XYZ | 38.86 | 45.12 | 93.85 | - |
| YUV | 165.3 | 173.54 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 246 | 0.64 | 0.23 | 0 | 0.04 | 201.65 | 0.9 | 0.65 |
| Hex | 58 | BD | F6 | 40 | 17 | 0 | 4 | CA | 5A | 41 |
| Octal | 130 | 275 | 366 | 100 | 27 | 0 | 4 | 312 | 132 | 101 |
| Binary | 1011000 | 10111101 | 11110110 | 1000000 | 10111 | 0 | 100 | 11001010 | 1011010 | 1000001 |
Color Harmonies of #58BDF6
Complementary color
Monochromatic Colors of #58BDF6
Black with #58BDF6
Text Example
Text Example
White with #58BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDF6; }
p { color: rgb(88,189,246); }
H1.HeaderClassName
{
color: #58BDF6;
}
.AnyTagClassName
{
color: #58BDF6;
}
</style>
background-color css
<style>
a { background-color: #58BDF6; }
a { background-color: rgb(88,189,246); }
div.DivClassName
{
background-color: #58BDF6;
}
.BgClassName
{
background-color: #58BDF6;
}
</style>
border-color css
<style>
span { border-color: #58BDF6; }
span { border-color: rgb(88,189,246); }
td.TdClassName
{
border-color: #58BDF6;
}
.TagClassName
{
border-color: #58BDF6;
}
</style>