Shades of Malibu #5FBED9
Tints of Malibu #5FBED9
RGB
CMYK
RGB Variations
Color information
#5FBED9 (or 0x5FBED9) is known color: Malibu. HEX triplet: 5F, BE and D9. RGB value is (95,190,217). Sum of RGB (Red+Green+Blue) = 95+190+217=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #5FBED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBED9 is #A04126. Grayscale: #A4A4A4. Windows color (decimal): -10502439 or 14270047. OLE color: 14270047.
HSL color Cylindrical-coordinate representation of color #5FBED9: hue angle of 193.28º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FBED9 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 190 | 217 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.15 |
| HSL | 193.28º | 0.62% | 0.61% | - |
| HSV(B) | 193.28º | 0.56% | 0.85% | - |
| XYZ | 35.66 | 44.27 | 72.31 | - |
| YUV | 164.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 217 | 0.56 | 0.12 | 0 | 0.15 | 193.28 | 0.62 | 0.61 |
| Hex | 5F | BE | D9 | 38 | C | 0 | F | C1 | 3E | 3D |
| Octal | 137 | 276 | 331 | 70 | 14 | 0 | 17 | 301 | 76 | 75 |
| Binary | 1011111 | 10111110 | 11011001 | 111000 | 1100 | 0 | 1111 | 11000001 | 111110 | 111101 |
Color Harmonies of #5FBED9
Complementary color
Monochromatic Colors of #5FBED9
Black with #5FBED9
Text Example
Text Example
White with #5FBED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBED9; }
p { color: rgb(95,190,217); }
H1.HeaderClassName
{
color: #5FBED9;
}
.AnyTagClassName
{
color: #5FBED9;
}
</style>
background-color css
<style>
a { background-color: #5FBED9; }
a { background-color: rgb(95,190,217); }
div.DivClassName
{
background-color: #5FBED9;
}
.BgClassName
{
background-color: #5FBED9;
}
</style>
border-color css
<style>
span { border-color: #5FBED9; }
span { border-color: rgb(95,190,217); }
td.TdClassName
{
border-color: #5FBED9;
}
.TagClassName
{
border-color: #5FBED9;
}
</style>