Shades of Malibu #58C8EF
Tints of Malibu #58C8EF
RGB
CMYK
RGB Variations
Color information
#58C8EF (or 0x58C8EF) is known color: Malibu. HEX triplet: 58, C8 and EF. RGB value is (88,200,239). Sum of RGB (Red+Green+Blue) = 88+200+239=527 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.70% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #58C8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C8EF is #A73710. Grayscale: #AAAAAA. Windows color (decimal): -10958609 or 15714392. OLE color: 15714392.
HSL color Cylindrical-coordinate representation of color #58C8EF: hue angle of 195.5º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58C8EF is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 200 | 239 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.06 |
| HSL | 195.5º | 0.83% | 0.64% | - |
| HSV(B) | 195.5º | 0.63% | 0.94% | - |
| XYZ | 40.26 | 49.62 | 89.12 | - |
| YUV | 170.96 | 166.39 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 200 | 239 | 0.63 | 0.16 | 0 | 0.06 | 195.5 | 0.83 | 0.64 |
| Hex | 58 | C8 | EF | 3F | 10 | 0 | 6 | C3 | 53 | 40 |
| Octal | 130 | 310 | 357 | 77 | 20 | 0 | 6 | 303 | 123 | 100 |
| Binary | 1011000 | 11001000 | 11101111 | 111111 | 10000 | 0 | 110 | 11000011 | 1010011 | 1000000 |
Color Harmonies of #58C8EF
Complementary color
Monochromatic Colors of #58C8EF
Black with #58C8EF
Text Example
Text Example
White with #58C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C8EF; }
p { color: rgb(88,200,239); }
H1.HeaderClassName
{
color: #58C8EF;
}
.AnyTagClassName
{
color: #58C8EF;
}
</style>
background-color css
<style>
a { background-color: #58C8EF; }
a { background-color: rgb(88,200,239); }
div.DivClassName
{
background-color: #58C8EF;
}
.BgClassName
{
background-color: #58C8EF;
}
</style>
border-color css
<style>
span { border-color: #58C8EF; }
span { border-color: rgb(88,200,239); }
td.TdClassName
{
border-color: #58C8EF;
}
.TagClassName
{
border-color: #58C8EF;
}
</style>