Shades of Malibu #5FACDF
Tints of Malibu #5FACDF
RGB
CMYK
RGB Variations
Color information
#5FACDF (or 0x5FACDF) is known color: Malibu. HEX triplet: 5F, AC and DF. RGB value is (95,172,223). Sum of RGB (Red+Green+Blue) = 95+172+223=490 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.39% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FACDF is #A05320. Grayscale: #9A9A9A. Windows color (decimal): -10507041 or 14658655. OLE color: 14658655.
HSL color Cylindrical-coordinate representation of color #5FACDF: hue angle of 203.91º 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 #5FACDF is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 172 | 223 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.13 |
| HSL | 203.91º | 0.67% | 0.62% | - |
| HSV(B) | 203.91º | 0.57% | 0.87% | - |
| XYZ | 32.79 | 37.27 | 75.28 | - |
| YUV | 154.79 | 166.49 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 223 | 0.57 | 0.23 | 0 | 0.13 | 203.91 | 0.67 | 0.62 |
| Hex | 5F | AC | DF | 39 | 17 | 0 | D | CC | 43 | 3E |
| Octal | 137 | 254 | 337 | 71 | 27 | 0 | 15 | 314 | 103 | 76 |
| Binary | 1011111 | 10101100 | 11011111 | 111001 | 10111 | 0 | 1101 | 11001100 | 1000011 | 111110 |
Color Harmonies of #5FACDF
Complementary color
Monochromatic Colors of #5FACDF
Black with #5FACDF
Text Example
Text Example
White with #5FACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FACDF; }
p { color: rgb(95,172,223); }
H1.HeaderClassName
{
color: #5FACDF;
}
.AnyTagClassName
{
color: #5FACDF;
}
</style>
background-color css
<style>
a { background-color: #5FACDF; }
a { background-color: rgb(95,172,223); }
div.DivClassName
{
background-color: #5FACDF;
}
.BgClassName
{
background-color: #5FACDF;
}
</style>
border-color css
<style>
span { border-color: #5FACDF; }
span { border-color: rgb(95,172,223); }
td.TdClassName
{
border-color: #5FACDF;
}
.TagClassName
{
border-color: #5FACDF;
}
</style>