Shades of Malibu #58B9EE
Tints of Malibu #58B9EE
RGB
CMYK
RGB Variations
Color information
#58B9EE (or 0x58B9EE) is known color: Malibu. HEX triplet: 58, B9 and EE. RGB value is (88,185,238). Sum of RGB (Red+Green+Blue) = 88+185+238=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #58B9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B9EE is #A74611. Grayscale: #A1A1A1. Windows color (decimal): -10962450 or 15645016. OLE color: 15645016.
HSL color Cylindrical-coordinate representation of color #58B9EE: hue angle of 201.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58B9EE is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 185 | 238 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.07 |
| HSL | 201.2º | 0.82% | 0.64% | - |
| HSV(B) | 201.2º | 0.63% | 0.93% | - |
| XYZ | 36.81 | 42.95 | 87.24 | - |
| YUV | 162.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 185 | 238 | 0.63 | 0.22 | 0 | 0.07 | 201.2 | 0.82 | 0.64 |
| Hex | 58 | B9 | EE | 3F | 16 | 0 | 7 | C9 | 52 | 40 |
| Octal | 130 | 271 | 356 | 77 | 26 | 0 | 7 | 311 | 122 | 100 |
| Binary | 1011000 | 10111001 | 11101110 | 111111 | 10110 | 0 | 111 | 11001001 | 1010010 | 1000000 |
Color Harmonies of #58B9EE
Complementary color
Monochromatic Colors of #58B9EE
Black with #58B9EE
Text Example
Text Example
White with #58B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B9EE; }
p { color: rgb(88,185,238); }
H1.HeaderClassName
{
color: #58B9EE;
}
.AnyTagClassName
{
color: #58B9EE;
}
</style>
background-color css
<style>
a { background-color: #58B9EE; }
a { background-color: rgb(88,185,238); }
div.DivClassName
{
background-color: #58B9EE;
}
.BgClassName
{
background-color: #58B9EE;
}
</style>
border-color css
<style>
span { border-color: #58B9EE; }
span { border-color: rgb(88,185,238); }
td.TdClassName
{
border-color: #58B9EE;
}
.TagClassName
{
border-color: #58B9EE;
}
</style>