Shades of Malibu #5FC6DC
Tints of Malibu #5FC6DC
RGB
CMYK
RGB Variations
Color information
#5FC6DC (or 0x5FC6DC) is known color: Malibu. HEX triplet: 5F, C6 and DC. RGB value is (95,198,220). Sum of RGB (Red+Green+Blue) = 95+198+220=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 198 (77.73% from 255 or 38.60% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FC6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC6DC is #A03923. Grayscale: #A9A9A9. Windows color (decimal): -10500388 or 14468703. OLE color: 14468703.
HSL color Cylindrical-coordinate representation of color #5FC6DC: hue angle of 190.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FC6DC is Cyan = 0.57, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 198 | 220 | - |
| CMYK | 0.57 | 0.1 | 0 | 0.14 |
| HSL | 190.56º | 0.64% | 0.62% | - |
| HSV(B) | 190.56º | 0.57% | 0.86% | - |
| XYZ | 37.83 | 47.99 | 74.98 | - |
| YUV | 169.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 198 | 220 | 0.57 | 0.1 | 0 | 0.14 | 190.56 | 0.64 | 0.62 |
| Hex | 5F | C6 | DC | 39 | A | 0 | E | BF | 40 | 3E |
| Octal | 137 | 306 | 334 | 71 | 12 | 0 | 16 | 277 | 100 | 76 |
| Binary | 1011111 | 11000110 | 11011100 | 111001 | 1010 | 0 | 1110 | 10111111 | 1000000 | 111110 |
Color Harmonies of #5FC6DC
Complementary color
Monochromatic Colors of #5FC6DC
Black with #5FC6DC
Text Example
Text Example
White with #5FC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC6DC; }
p { color: rgb(95,198,220); }
H1.HeaderClassName
{
color: #5FC6DC;
}
.AnyTagClassName
{
color: #5FC6DC;
}
</style>
background-color css
<style>
a { background-color: #5FC6DC; }
a { background-color: rgb(95,198,220); }
div.DivClassName
{
background-color: #5FC6DC;
}
.BgClassName
{
background-color: #5FC6DC;
}
</style>
border-color css
<style>
span { border-color: #5FC6DC; }
span { border-color: rgb(95,198,220); }
td.TdClassName
{
border-color: #5FC6DC;
}
.TagClassName
{
border-color: #5FC6DC;
}
</style>