Shades of Malibu #58BCEA
Tints of Malibu #58BCEA
RGB
CMYK
RGB Variations
Color information
#58BCEA (or 0x58BCEA) is known color: Malibu. HEX triplet: 58, BC and EA. RGB value is (88,188,234). Sum of RGB (Red+Green+Blue) = 88+188+234=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #58BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCEA is #A74315. Grayscale: #A3A3A3. Windows color (decimal): -10961686 or 15383640. OLE color: 15383640.
HSL color Cylindrical-coordinate representation of color #58BCEA: hue angle of 198.9º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58BCEA is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 188 | 234 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.08 |
| HSL | 198.9º | 0.78% | 0.63% | - |
| HSV(B) | 198.9º | 0.62% | 0.92% | - |
| XYZ | 36.86 | 43.98 | 84.39 | - |
| YUV | 163.34 | 167.87 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 234 | 0.62 | 0.20 | 0 | 0.08 | 198.9 | 0.78 | 0.63 |
| Hex | 58 | BC | EA | 3E | 14 | 0 | 8 | C7 | 4E | 3F |
| Octal | 130 | 274 | 352 | 76 | 24 | 0 | 10 | 307 | 116 | 77 |
| Binary | 1011000 | 10111100 | 11101010 | 111110 | 10100 | 0 | 1000 | 11000111 | 1001110 | 111111 |
Color Harmonies of #58BCEA
Complementary color
Monochromatic Colors of #58BCEA
Black with #58BCEA
Text Example
Text Example
White with #58BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BCEA; }
p { color: rgb(88,188,234); }
H1.HeaderClassName
{
color: #58BCEA;
}
.AnyTagClassName
{
color: #58BCEA;
}
</style>
background-color css
<style>
a { background-color: #58BCEA; }
a { background-color: rgb(88,188,234); }
div.DivClassName
{
background-color: #58BCEA;
}
.BgClassName
{
background-color: #58BCEA;
}
</style>
border-color css
<style>
span { border-color: #58BCEA; }
span { border-color: rgb(88,188,234); }
td.TdClassName
{
border-color: #58BCEA;
}
.TagClassName
{
border-color: #58BCEA;
}
</style>