Shades of Malibu #5FC5DA
Tints of Malibu #5FC5DA
RGB
CMYK
RGB Variations
Color information
#5FC5DA (or 0x5FC5DA) is known color: Malibu. HEX triplet: 5F, C5 and DA. RGB value is (95,197,218). Sum of RGB (Red+Green+Blue) = 95+197+218=510 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.63% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FC5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC5DA is #A03A25. Grayscale: #A8A8A8. Windows color (decimal): -10500646 or 14337375. OLE color: 14337375.
HSL color Cylindrical-coordinate representation of color #5FC5DA: hue angle of 190.24º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FC5DA is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 197 | 218 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.15 |
| HSL | 190.24º | 0.62% | 0.61% | - |
| HSV(B) | 190.24º | 0.56% | 0.85% | - |
| XYZ | 37.34 | 47.43 | 73.52 | - |
| YUV | 168.9 | 155.71 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 218 | 0.56 | 0.10 | 0 | 0.15 | 190.24 | 0.62 | 0.61 |
| Hex | 5F | C5 | DA | 38 | A | 0 | F | BE | 3E | 3D |
| Octal | 137 | 305 | 332 | 70 | 12 | 0 | 17 | 276 | 76 | 75 |
| Binary | 1011111 | 11000101 | 11011010 | 111000 | 1010 | 0 | 1111 | 10111110 | 111110 | 111101 |
Color Harmonies of #5FC5DA
Complementary color
Monochromatic Colors of #5FC5DA
Black with #5FC5DA
Text Example
Text Example
White with #5FC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC5DA; }
p { color: rgb(95,197,218); }
H1.HeaderClassName
{
color: #5FC5DA;
}
.AnyTagClassName
{
color: #5FC5DA;
}
</style>
background-color css
<style>
a { background-color: #5FC5DA; }
a { background-color: rgb(95,197,218); }
div.DivClassName
{
background-color: #5FC5DA;
}
.BgClassName
{
background-color: #5FC5DA;
}
</style>
border-color css
<style>
span { border-color: #5FC5DA; }
span { border-color: rgb(95,197,218); }
td.TdClassName
{
border-color: #5FC5DA;
}
.TagClassName
{
border-color: #5FC5DA;
}
</style>