Shades of Malibu #5FB1DC
Tints of Malibu #5FB1DC
RGB
CMYK
RGB Variations
Color information
#5FB1DC (or 0x5FB1DC) is known color: Malibu. HEX triplet: 5F, B1 and DC. RGB value is (95,177,220). Sum of RGB (Red+Green+Blue) = 95+177+220=492 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.31% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FB1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB1DC is #A04E23. Grayscale: #9D9D9D. Windows color (decimal): -10505764 or 14463327. OLE color: 14463327.
HSL color Cylindrical-coordinate representation of color #5FB1DC: hue angle of 200.64º 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 #5FB1DC is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 177 | 220 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.14 |
| HSL | 200.64º | 0.64% | 0.62% | - |
| HSV(B) | 200.64º | 0.57% | 0.86% | - |
| XYZ | 33.36 | 39.04 | 73.49 | - |
| YUV | 157.38 | 163.33 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 220 | 0.57 | 0.20 | 0 | 0.14 | 200.64 | 0.64 | 0.62 |
| Hex | 5F | B1 | DC | 39 | 14 | 0 | E | C9 | 40 | 3E |
| Octal | 137 | 261 | 334 | 71 | 24 | 0 | 16 | 311 | 100 | 76 |
| Binary | 1011111 | 10110001 | 11011100 | 111001 | 10100 | 0 | 1110 | 11001001 | 1000000 | 111110 |
Color Harmonies of #5FB1DC
Complementary color
Monochromatic Colors of #5FB1DC
Black with #5FB1DC
Text Example
Text Example
White with #5FB1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB1DC; }
p { color: rgb(95,177,220); }
H1.HeaderClassName
{
color: #5FB1DC;
}
.AnyTagClassName
{
color: #5FB1DC;
}
</style>
background-color css
<style>
a { background-color: #5FB1DC; }
a { background-color: rgb(95,177,220); }
div.DivClassName
{
background-color: #5FB1DC;
}
.BgClassName
{
background-color: #5FB1DC;
}
</style>
border-color css
<style>
span { border-color: #5FB1DC; }
span { border-color: rgb(95,177,220); }
td.TdClassName
{
border-color: #5FB1DC;
}
.TagClassName
{
border-color: #5FB1DC;
}
</style>