Shades of Malibu #5FBCED
Tints of Malibu #5FBCED
RGB
CMYK
RGB Variations
Color information
#5FBCED (or 0x5FBCED) is known color: Malibu. HEX triplet: 5F, BC and ED. RGB value is (95,188,237). Sum of RGB (Red+Green+Blue) = 95+188+237=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FBCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBCED is #A04312. Grayscale: #A5A5A5. Windows color (decimal): -10502931 or 15580255. OLE color: 15580255.
HSL color Cylindrical-coordinate representation of color #5FBCED: hue angle of 200.7º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FBCED is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 188 | 237 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.07 |
| HSL | 200.7º | 0.8% | 0.65% | - |
| HSV(B) | 200.7º | 0.6% | 0.93% | - |
| XYZ | 37.99 | 44.51 | 86.71 | - |
| YUV | 165.78 | 168.19 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 237 | 0.60 | 0.21 | 0 | 0.07 | 200.7 | 0.8 | 0.65 |
| Hex | 5F | BC | ED | 3C | 15 | 0 | 7 | C9 | 50 | 41 |
| Octal | 137 | 274 | 355 | 74 | 25 | 0 | 7 | 311 | 120 | 101 |
| Binary | 1011111 | 10111100 | 11101101 | 111100 | 10101 | 0 | 111 | 11001001 | 1010000 | 1000001 |
Color Harmonies of #5FBCED
Complementary color
Monochromatic Colors of #5FBCED
Black with #5FBCED
Text Example
Text Example
White with #5FBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBCED; }
p { color: rgb(95,188,237); }
H1.HeaderClassName
{
color: #5FBCED;
}
.AnyTagClassName
{
color: #5FBCED;
}
</style>
background-color css
<style>
a { background-color: #5FBCED; }
a { background-color: rgb(95,188,237); }
div.DivClassName
{
background-color: #5FBCED;
}
.BgClassName
{
background-color: #5FBCED;
}
</style>
border-color css
<style>
span { border-color: #5FBCED; }
span { border-color: rgb(95,188,237); }
td.TdClassName
{
border-color: #5FBCED;
}
.TagClassName
{
border-color: #5FBCED;
}
</style>