Shades of Malibu #5FBED1
Tints of Malibu #5FBED1
RGB
CMYK
RGB Variations
Color information
#5FBED1 (or 0x5FBED1) is known color: Malibu. HEX triplet: 5F, BE and D1. RGB value is (95,190,209). Sum of RGB (Red+Green+Blue) = 95+190+209=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #5FBED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBED1 is #A0412E. Grayscale: #A3A3A3. Windows color (decimal): -10502447 or 13745759. OLE color: 13745759.
HSL color Cylindrical-coordinate representation of color #5FBED1: hue angle of 190º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FBED1 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 190 | 209 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.18 |
| HSL | 190º | 0.55% | 0.6% | - |
| HSV(B) | 190º | 0.55% | 0.82% | - |
| XYZ | 34.64 | 43.86 | 66.96 | - |
| YUV | 163.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 209 | 0.55 | 0.09 | 0 | 0.18 | 190 | 0.55 | 0.6 |
| Hex | 5F | BE | D1 | 37 | 9 | 0 | 12 | BE | 37 | 3C |
| Octal | 137 | 276 | 321 | 67 | 11 | 0 | 22 | 276 | 67 | 74 |
| Binary | 1011111 | 10111110 | 11010001 | 110111 | 1001 | 0 | 10010 | 10111110 | 110111 | 111100 |
Color Harmonies of #5FBED1
Complementary color
Monochromatic Colors of #5FBED1
Black with #5FBED1
Text Example
Text Example
White with #5FBED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBED1; }
p { color: rgb(95,190,209); }
H1.HeaderClassName
{
color: #5FBED1;
}
.AnyTagClassName
{
color: #5FBED1;
}
</style>
background-color css
<style>
a { background-color: #5FBED1; }
a { background-color: rgb(95,190,209); }
div.DivClassName
{
background-color: #5FBED1;
}
.BgClassName
{
background-color: #5FBED1;
}
</style>
border-color css
<style>
span { border-color: #5FBED1; }
span { border-color: rgb(95,190,209); }
td.TdClassName
{
border-color: #5FBED1;
}
.TagClassName
{
border-color: #5FBED1;
}
</style>