Shades of Malibu #5FB0DF
Tints of Malibu #5FB0DF
RGB
CMYK
RGB Variations
Color information
#5FB0DF (or 0x5FB0DF) is known color: Malibu. HEX triplet: 5F, B0 and DF. RGB value is (95,176,223). Sum of RGB (Red+Green+Blue) = 95+176+223=494 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.23% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB0DF is #A04F20. Grayscale: #9C9C9C. Windows color (decimal): -10506017 or 14659679. OLE color: 14659679.
HSL color Cylindrical-coordinate representation of color #5FB0DF: hue angle of 202.03º 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 #5FB0DF is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 176 | 223 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.13 |
| HSL | 202.03º | 0.67% | 0.62% | - |
| HSV(B) | 202.03º | 0.57% | 0.87% | - |
| XYZ | 33.56 | 38.81 | 75.53 | - |
| YUV | 157.14 | 165.16 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 223 | 0.57 | 0.21 | 0 | 0.13 | 202.03 | 0.67 | 0.62 |
| Hex | 5F | B0 | DF | 39 | 15 | 0 | D | CA | 43 | 3E |
| Octal | 137 | 260 | 337 | 71 | 25 | 0 | 15 | 312 | 103 | 76 |
| Binary | 1011111 | 10110000 | 11011111 | 111001 | 10101 | 0 | 1101 | 11001010 | 1000011 | 111110 |
Color Harmonies of #5FB0DF
Complementary color
Monochromatic Colors of #5FB0DF
Black with #5FB0DF
Text Example
Text Example
White with #5FB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB0DF; }
p { color: rgb(95,176,223); }
H1.HeaderClassName
{
color: #5FB0DF;
}
.AnyTagClassName
{
color: #5FB0DF;
}
</style>
background-color css
<style>
a { background-color: #5FB0DF; }
a { background-color: rgb(95,176,223); }
div.DivClassName
{
background-color: #5FB0DF;
}
.BgClassName
{
background-color: #5FB0DF;
}
</style>
border-color css
<style>
span { border-color: #5FB0DF; }
span { border-color: rgb(95,176,223); }
td.TdClassName
{
border-color: #5FB0DF;
}
.TagClassName
{
border-color: #5FB0DF;
}
</style>