Shades of Malibu #4CBCFB
Tints of Malibu #4CBCFB
RGB
CMYK
RGB Variations
Color information
#4CBCFB (or 0x4CBCFB) is known color: Malibu. HEX triplet: 4C, BC and FB. RGB value is (76,188,251). Sum of RGB (Red+Green+Blue) = 76+188+251=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CBCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBCFB is #B34304. Grayscale: #A1A1A1. Windows color (decimal): -11748101 or 16497740. OLE color: 16497740.
HSL color Cylindrical-coordinate representation of color #4CBCFB: hue angle of 201.6º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CBCFB is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 188 | 251 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.02 |
| HSL | 201.6º | 0.96% | 0.64% | - |
| HSV(B) | 201.6º | 0.7% | 0.98% | - |
| XYZ | 38.38 | 44.47 | 97.83 | - |
| YUV | 161.69 | 178.39 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 251 | 0.70 | 0.25 | 0 | 0.02 | 201.6 | 0.96 | 0.64 |
| Hex | 4C | BC | FB | 46 | 19 | 0 | 2 | CA | 60 | 40 |
| Octal | 114 | 274 | 373 | 106 | 31 | 0 | 2 | 312 | 140 | 100 |
| Binary | 1001100 | 10111100 | 11111011 | 1000110 | 11001 | 0 | 10 | 11001010 | 1100000 | 1000000 |
Color Harmonies of #4CBCFB
Complementary color
Monochromatic Colors of #4CBCFB
Black with #4CBCFB
Text Example
Text Example
White with #4CBCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCFB; }
p { color: rgb(76,188,251); }
H1.HeaderClassName
{
color: #4CBCFB;
}
.AnyTagClassName
{
color: #4CBCFB;
}
</style>
background-color css
<style>
a { background-color: #4CBCFB; }
a { background-color: rgb(76,188,251); }
div.DivClassName
{
background-color: #4CBCFB;
}
.BgClassName
{
background-color: #4CBCFB;
}
</style>
border-color css
<style>
span { border-color: #4CBCFB; }
span { border-color: rgb(76,188,251); }
td.TdClassName
{
border-color: #4CBCFB;
}
.TagClassName
{
border-color: #4CBCFB;
}
</style>