Shades of Malibu #5FB0D7
Tints of Malibu #5FB0D7
RGB
CMYK
RGB Variations
Color information
#5FB0D7 (or 0x5FB0D7) is known color: Malibu. HEX triplet: 5F, B0 and D7. RGB value is (95,176,215). Sum of RGB (Red+Green+Blue) = 95+176+215=486 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.55% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #5FB0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB0D7 is #A04F28. Grayscale: #9B9B9B. Windows color (decimal): -10506025 or 14135391. OLE color: 14135391.
HSL color Cylindrical-coordinate representation of color #5FB0D7: hue angle of 199.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FB0D7 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 176 | 215 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.16 |
| HSL | 199.5º | 0.6% | 0.61% | - |
| HSV(B) | 199.5º | 0.56% | 0.84% | - |
| XYZ | 32.51 | 38.39 | 69.99 | - |
| YUV | 156.23 | 161.16 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 215 | 0.56 | 0.18 | 0 | 0.16 | 199.5 | 0.6 | 0.61 |
| Hex | 5F | B0 | D7 | 38 | 12 | 0 | 10 | C8 | 3C | 3D |
| Octal | 137 | 260 | 327 | 70 | 22 | 0 | 20 | 310 | 74 | 75 |
| Binary | 1011111 | 10110000 | 11010111 | 111000 | 10010 | 0 | 10000 | 11001000 | 111100 | 111101 |
Color Harmonies of #5FB0D7
Complementary color
Monochromatic Colors of #5FB0D7
Black with #5FB0D7
Text Example
Text Example
White with #5FB0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB0D7; }
p { color: rgb(95,176,215); }
H1.HeaderClassName
{
color: #5FB0D7;
}
.AnyTagClassName
{
color: #5FB0D7;
}
</style>
background-color css
<style>
a { background-color: #5FB0D7; }
a { background-color: rgb(95,176,215); }
div.DivClassName
{
background-color: #5FB0D7;
}
.BgClassName
{
background-color: #5FB0D7;
}
</style>
border-color css
<style>
span { border-color: #5FB0D7; }
span { border-color: rgb(95,176,215); }
td.TdClassName
{
border-color: #5FB0D7;
}
.TagClassName
{
border-color: #5FB0D7;
}
</style>