Shades of Malibu #5FC5DF
Tints of Malibu #5FC5DF
RGB
CMYK
RGB Variations
Color information
#5FC5DF (or 0x5FC5DF) is known color: Malibu. HEX triplet: 5F, C5 and DF. RGB value is (95,197,223). Sum of RGB (Red+Green+Blue) = 95+197+223=515 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.45% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FC5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC5DF is #A03A20. Grayscale: #A9A9A9. Windows color (decimal): -10500641 or 14665055. OLE color: 14665055.
HSL color Cylindrical-coordinate representation of color #5FC5DF: hue angle of 192.19º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FC5DF is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 197 | 223 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.13 |
| HSL | 192.19º | 0.67% | 0.62% | - |
| HSV(B) | 192.19º | 0.57% | 0.87% | - |
| XYZ | 38 | 47.69 | 77.01 | - |
| YUV | 169.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 223 | 0.57 | 0.12 | 0 | 0.13 | 192.19 | 0.67 | 0.62 |
| Hex | 5F | C5 | DF | 39 | C | 0 | D | C0 | 43 | 3E |
| Octal | 137 | 305 | 337 | 71 | 14 | 0 | 15 | 300 | 103 | 76 |
| Binary | 1011111 | 11000101 | 11011111 | 111001 | 1100 | 0 | 1101 | 11000000 | 1000011 | 111110 |
Color Harmonies of #5FC5DF
Complementary color
Monochromatic Colors of #5FC5DF
Black with #5FC5DF
Text Example
Text Example
White with #5FC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC5DF; }
p { color: rgb(95,197,223); }
H1.HeaderClassName
{
color: #5FC5DF;
}
.AnyTagClassName
{
color: #5FC5DF;
}
</style>
background-color css
<style>
a { background-color: #5FC5DF; }
a { background-color: rgb(95,197,223); }
div.DivClassName
{
background-color: #5FC5DF;
}
.BgClassName
{
background-color: #5FC5DF;
}
</style>
border-color css
<style>
span { border-color: #5FC5DF; }
span { border-color: rgb(95,197,223); }
td.TdClassName
{
border-color: #5FC5DF;
}
.TagClassName
{
border-color: #5FC5DF;
}
</style>