Shades of Malibu #58ABEC
Tints of Malibu #58ABEC
RGB
CMYK
RGB Variations
Color information
#58ABEC (or 0x58ABEC) is known color: Malibu. HEX triplet: 58, AB and EC. RGB value is (88,171,236). Sum of RGB (Red+Green+Blue) = 88+171+236=495 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.78% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #58ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ABEC is #A75413. Grayscale: #999999. Windows color (decimal): -10966036 or 15510360. OLE color: 15510360.
HSL color Cylindrical-coordinate representation of color #58ABEC: hue angle of 206.35º degrees, saturation: 0.8, 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 #58ABEC is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 171 | 236 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.07 |
| HSL | 206.35º | 0.8% | 0.64% | - |
| HSV(B) | 206.35º | 0.63% | 0.93% | - |
| XYZ | 33.73 | 37.26 | 84.77 | - |
| YUV | 153.59 | 174.5 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 236 | 0.63 | 0.28 | 0 | 0.07 | 206.35 | 0.8 | 0.64 |
| Hex | 58 | AB | EC | 3F | 1C | 0 | 7 | CE | 50 | 40 |
| Octal | 130 | 253 | 354 | 77 | 34 | 0 | 7 | 316 | 120 | 100 |
| Binary | 1011000 | 10101011 | 11101100 | 111111 | 11100 | 0 | 111 | 11001110 | 1010000 | 1000000 |
Color Harmonies of #58ABEC
Complementary color
Monochromatic Colors of #58ABEC
Black with #58ABEC
Text Example
Text Example
White with #58ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ABEC; }
p { color: rgb(88,171,236); }
H1.HeaderClassName
{
color: #58ABEC;
}
.AnyTagClassName
{
color: #58ABEC;
}
</style>
background-color css
<style>
a { background-color: #58ABEC; }
a { background-color: rgb(88,171,236); }
div.DivClassName
{
background-color: #58ABEC;
}
.BgClassName
{
background-color: #58ABEC;
}
</style>
border-color css
<style>
span { border-color: #58ABEC; }
span { border-color: rgb(88,171,236); }
td.TdClassName
{
border-color: #58ABEC;
}
.TagClassName
{
border-color: #58ABEC;
}
</style>