Shades of Malibu #4DBCFE
Tints of Malibu #4DBCFE
RGB
CMYK
RGB Variations
Color information
#4DBCFE (or 0x4DBCFE) is known color: Malibu. HEX triplet: 4D, BC and FE. RGB value is (77,188,254). Sum of RGB (Red+Green+Blue) = 77+188+254=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DBCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBCFE is #B24301. Grayscale: #A1A1A1. Windows color (decimal): -11682562 or 16694349. OLE color: 16694349.
HSL color Cylindrical-coordinate representation of color #4DBCFE: hue angle of 202.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DBCFE is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 188 | 254 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.00 |
| HSL | 202.37º | 0.99% | 0.65% | - |
| HSV(B) | 202.37º | 0.7% | 1% | - |
| XYZ | 38.93 | 44.7 | 100.34 | - |
| YUV | 162.34 | 179.73 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 254 | 0.70 | 0.26 | 0 | 0.00 | 202.37 | 0.99 | 0.65 |
| Hex | 4D | BC | FE | 46 | 1A | 0 | 0 | CA | 63 | 41 |
| Octal | 115 | 274 | 376 | 106 | 32 | 0 | 0 | 312 | 143 | 101 |
| Binary | 1001101 | 10111100 | 11111110 | 1000110 | 11010 | 0 | 0 | 11001010 | 1100011 | 1000001 |
Color Harmonies of #4DBCFE
Complementary color
Monochromatic Colors of #4DBCFE
Black with #4DBCFE
Text Example
Text Example
White with #4DBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCFE; }
p { color: rgb(77,188,254); }
H1.HeaderClassName
{
color: #4DBCFE;
}
.AnyTagClassName
{
color: #4DBCFE;
}
</style>
background-color css
<style>
a { background-color: #4DBCFE; }
a { background-color: rgb(77,188,254); }
div.DivClassName
{
background-color: #4DBCFE;
}
.BgClassName
{
background-color: #4DBCFE;
}
</style>
border-color css
<style>
span { border-color: #4DBCFE; }
span { border-color: rgb(77,188,254); }
td.TdClassName
{
border-color: #4DBCFE;
}
.TagClassName
{
border-color: #4DBCFE;
}
</style>