Shades of Malibu #58C7F1
Tints of Malibu #58C7F1
RGB
CMYK
RGB Variations
Color information
#58C7F1 (or 0x58C7F1) is known color: Malibu. HEX triplet: 58, C7 and F1. RGB value is (88,199,241). Sum of RGB (Red+Green+Blue) = 88+199+241=528 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.67% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #58C7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C7F1 is #A7380E. Grayscale: #AAAAAA. Windows color (decimal): -10958863 or 15845208. OLE color: 15845208.
HSL color Cylindrical-coordinate representation of color #58C7F1: hue angle of 196.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58C7F1 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 199 | 241 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.05 |
| HSL | 196.47º | 0.85% | 0.65% | - |
| HSV(B) | 196.47º | 0.63% | 0.95% | - |
| XYZ | 40.33 | 49.27 | 90.6 | - |
| YUV | 170.6 | 167.73 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 199 | 241 | 0.63 | 0.17 | 0 | 0.05 | 196.47 | 0.85 | 0.65 |
| Hex | 58 | C7 | F1 | 3F | 11 | 0 | 5 | C4 | 55 | 41 |
| Octal | 130 | 307 | 361 | 77 | 21 | 0 | 5 | 304 | 125 | 101 |
| Binary | 1011000 | 11000111 | 11110001 | 111111 | 10001 | 0 | 101 | 11000100 | 1010101 | 1000001 |
Color Harmonies of #58C7F1
Complementary color
Monochromatic Colors of #58C7F1
Black with #58C7F1
Text Example
Text Example
White with #58C7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C7F1; }
p { color: rgb(88,199,241); }
H1.HeaderClassName
{
color: #58C7F1;
}
.AnyTagClassName
{
color: #58C7F1;
}
</style>
background-color css
<style>
a { background-color: #58C7F1; }
a { background-color: rgb(88,199,241); }
div.DivClassName
{
background-color: #58C7F1;
}
.BgClassName
{
background-color: #58C7F1;
}
</style>
border-color css
<style>
span { border-color: #58C7F1; }
span { border-color: rgb(88,199,241); }
td.TdClassName
{
border-color: #58C7F1;
}
.TagClassName
{
border-color: #58C7F1;
}
</style>