Shades of Malibu #58BAE6
Tints of Malibu #58BAE6
RGB
CMYK
RGB Variations
Color information
#58BAE6 (or 0x58BAE6) is known color: Malibu. HEX triplet: 58, BA and E6. RGB value is (88,186,230). Sum of RGB (Red+Green+Blue) = 88+186+230=504 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.46% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #58BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BAE6 is #A74519. Grayscale: #A1A1A1. Windows color (decimal): -10962202 or 15120984. OLE color: 15120984.
HSL color Cylindrical-coordinate representation of color #58BAE6: hue angle of 198.59º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58BAE6 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 186 | 230 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.10 |
| HSL | 198.59º | 0.74% | 0.62% | - |
| HSV(B) | 198.59º | 0.62% | 0.9% | - |
| XYZ | 35.87 | 42.91 | 81.25 | - |
| YUV | 161.71 | 166.53 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 230 | 0.62 | 0.19 | 0 | 0.10 | 198.59 | 0.74 | 0.62 |
| Hex | 58 | BA | E6 | 3E | 13 | 0 | A | C7 | 4A | 3E |
| Octal | 130 | 272 | 346 | 76 | 23 | 0 | 12 | 307 | 112 | 76 |
| Binary | 1011000 | 10111010 | 11100110 | 111110 | 10011 | 0 | 1010 | 11000111 | 1001010 | 111110 |
Color Harmonies of #58BAE6
Complementary color
Monochromatic Colors of #58BAE6
Black with #58BAE6
Text Example
Text Example
White with #58BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BAE6; }
p { color: rgb(88,186,230); }
H1.HeaderClassName
{
color: #58BAE6;
}
.AnyTagClassName
{
color: #58BAE6;
}
</style>
background-color css
<style>
a { background-color: #58BAE6; }
a { background-color: rgb(88,186,230); }
div.DivClassName
{
background-color: #58BAE6;
}
.BgClassName
{
background-color: #58BAE6;
}
</style>
border-color css
<style>
span { border-color: #58BAE6; }
span { border-color: rgb(88,186,230); }
td.TdClassName
{
border-color: #58BAE6;
}
.TagClassName
{
border-color: #58BAE6;
}
</style>