Shades of Malibu #5FC6D3
Tints of Malibu #5FC6D3
RGB
CMYK
RGB Variations
Color information
#5FC6D3 (or 0x5FC6D3) is known color: Malibu. HEX triplet: 5F, C6 and D3. RGB value is (95,198,211). Sum of RGB (Red+Green+Blue) = 95+198+211=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #5FC6D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC6D3 is #A0392C. Grayscale: #A8A8A8. Windows color (decimal): -10500397 or 13878879. OLE color: 13878879.
HSL color Cylindrical-coordinate representation of color #5FC6D3: hue angle of 186.72º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FC6D3 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 198 | 211 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.17 |
| HSL | 186.72º | 0.57% | 0.6% | - |
| HSV(B) | 186.72º | 0.55% | 0.83% | - |
| XYZ | 36.67 | 47.52 | 68.87 | - |
| YUV | 168.69 | 151.88 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 198 | 211 | 0.55 | 0.06 | 0 | 0.17 | 186.72 | 0.57 | 0.6 |
| Hex | 5F | C6 | D3 | 37 | 6 | 0 | 11 | BB | 39 | 3C |
| Octal | 137 | 306 | 323 | 67 | 6 | 0 | 21 | 273 | 71 | 74 |
| Binary | 1011111 | 11000110 | 11010011 | 110111 | 110 | 0 | 10001 | 10111011 | 111001 | 111100 |
Color Harmonies of #5FC6D3
Complementary color
Monochromatic Colors of #5FC6D3
Black with #5FC6D3
Text Example
Text Example
White with #5FC6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC6D3; }
p { color: rgb(95,198,211); }
H1.HeaderClassName
{
color: #5FC6D3;
}
.AnyTagClassName
{
color: #5FC6D3;
}
</style>
background-color css
<style>
a { background-color: #5FC6D3; }
a { background-color: rgb(95,198,211); }
div.DivClassName
{
background-color: #5FC6D3;
}
.BgClassName
{
background-color: #5FC6D3;
}
</style>
border-color css
<style>
span { border-color: #5FC6D3; }
span { border-color: rgb(95,198,211); }
td.TdClassName
{
border-color: #5FC6D3;
}
.TagClassName
{
border-color: #5FC6D3;
}
</style>