Shades of Malibu #5FABEC
Tints of Malibu #5FABEC
RGB
CMYK
RGB Variations
Color information
#5FABEC (or 0x5FABEC) is known color: Malibu. HEX triplet: 5F, AB and EC. RGB value is (95,171,236). Sum of RGB (Red+Green+Blue) = 95+171+236=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FABEC is #A05413. Grayscale: #9B9B9B. Windows color (decimal): -10507284 or 15510367. OLE color: 15510367.
HSL color Cylindrical-coordinate representation of color #5FABEC: hue angle of 207.66º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FABEC is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 171 | 236 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.07 |
| HSL | 207.66º | 0.79% | 0.65% | - |
| HSV(B) | 207.66º | 0.6% | 0.93% | - |
| XYZ | 34.42 | 37.61 | 84.8 | - |
| YUV | 155.69 | 173.32 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 236 | 0.60 | 0.28 | 0 | 0.07 | 207.66 | 0.79 | 0.65 |
| Hex | 5F | AB | EC | 3C | 1C | 0 | 7 | D0 | 4F | 41 |
| Octal | 137 | 253 | 354 | 74 | 34 | 0 | 7 | 320 | 117 | 101 |
| Binary | 1011111 | 10101011 | 11101100 | 111100 | 11100 | 0 | 111 | 11010000 | 1001111 | 1000001 |
Color Harmonies of #5FABEC
Complementary color
Monochromatic Colors of #5FABEC
Black with #5FABEC
Text Example
Text Example
White with #5FABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FABEC; }
p { color: rgb(95,171,236); }
H1.HeaderClassName
{
color: #5FABEC;
}
.AnyTagClassName
{
color: #5FABEC;
}
</style>
background-color css
<style>
a { background-color: #5FABEC; }
a { background-color: rgb(95,171,236); }
div.DivClassName
{
background-color: #5FABEC;
}
.BgClassName
{
background-color: #5FABEC;
}
</style>
border-color css
<style>
span { border-color: #5FABEC; }
span { border-color: rgb(95,171,236); }
td.TdClassName
{
border-color: #5FABEC;
}
.TagClassName
{
border-color: #5FABEC;
}
</style>