Shades of Malibu #5FACDC
Tints of Malibu #5FACDC
RGB
CMYK
RGB Variations
Color information
#5FACDC (or 0x5FACDC) is known color: Malibu. HEX triplet: 5F, AC and DC. RGB value is (95,172,220). Sum of RGB (Red+Green+Blue) = 95+172+220=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACDC is #A05323. Grayscale: #9A9A9A. Windows color (decimal): -10507044 or 14462047. OLE color: 14462047.
HSL color Cylindrical-coordinate representation of color #5FACDC: hue angle of 203.04º 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 #5FACDC is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 172 | 220 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.14 |
| HSL | 203.04º | 0.64% | 0.62% | - |
| HSV(B) | 203.04º | 0.57% | 0.86% | - |
| XYZ | 32.39 | 37.11 | 73.17 | - |
| YUV | 154.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 220 | 0.57 | 0.22 | 0 | 0.14 | 203.04 | 0.64 | 0.62 |
| Hex | 5F | AC | DC | 39 | 16 | 0 | E | CB | 40 | 3E |
| Octal | 137 | 254 | 334 | 71 | 26 | 0 | 16 | 313 | 100 | 76 |
| Binary | 1011111 | 10101100 | 11011100 | 111001 | 10110 | 0 | 1110 | 11001011 | 1000000 | 111110 |
Color Harmonies of #5FACDC
Complementary color
Monochromatic Colors of #5FACDC
Black with #5FACDC
Text Example
Text Example
White with #5FACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACDC; }
p { color: rgb(95,172,220); }
H1.HeaderClassName
{
color: #5FACDC;
}
.AnyTagClassName
{
color: #5FACDC;
}
</style>
background-color css
<style>
a { background-color: #5FACDC; }
a { background-color: rgb(95,172,220); }
div.DivClassName
{
background-color: #5FACDC;
}
.BgClassName
{
background-color: #5FACDC;
}
</style>
border-color css
<style>
span { border-color: #5FACDC; }
span { border-color: rgb(95,172,220); }
td.TdClassName
{
border-color: #5FACDC;
}
.TagClassName
{
border-color: #5FACDC;
}
</style>