Shades of Malibu #4CCBEA
Tints of Malibu #4CCBEA
RGB
CMYK
RGB Variations
Color information
#4CCBEA (or 0x4CCBEA) is known color: Malibu. HEX triplet: 4C, CB and EA. RGB value is (76,203,234). Sum of RGB (Red+Green+Blue) = 76+203+234=513 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.81% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #4CCBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCBEA is #B33415. Grayscale: #A8A8A8. Windows color (decimal): -11744278 or 15387468. OLE color: 15387468.
HSL color Cylindrical-coordinate representation of color #4CCBEA: hue angle of 191.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CCBEA is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 203 | 234 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.08 |
| HSL | 191.77º | 0.79% | 0.61% | - |
| HSV(B) | 191.77º | 0.68% | 0.92% | - |
| XYZ | 39.19 | 50.19 | 85.46 | - |
| YUV | 168.56 | 164.92 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 234 | 0.68 | 0.13 | 0 | 0.08 | 191.77 | 0.79 | 0.61 |
| Hex | 4C | CB | EA | 44 | D | 0 | 8 | C0 | 4F | 3D |
| Octal | 114 | 313 | 352 | 104 | 15 | 0 | 10 | 300 | 117 | 75 |
| Binary | 1001100 | 11001011 | 11101010 | 1000100 | 1101 | 0 | 1000 | 11000000 | 1001111 | 111101 |
Color Harmonies of #4CCBEA
Complementary color
Monochromatic Colors of #4CCBEA
Black with #4CCBEA
Text Example
Text Example
White with #4CCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBEA; }
p { color: rgb(76,203,234); }
H1.HeaderClassName
{
color: #4CCBEA;
}
.AnyTagClassName
{
color: #4CCBEA;
}
</style>
background-color css
<style>
a { background-color: #4CCBEA; }
a { background-color: rgb(76,203,234); }
div.DivClassName
{
background-color: #4CCBEA;
}
.BgClassName
{
background-color: #4CCBEA;
}
</style>
border-color css
<style>
span { border-color: #4CCBEA; }
span { border-color: rgb(76,203,234); }
td.TdClassName
{
border-color: #4CCBEA;
}
.TagClassName
{
border-color: #4CCBEA;
}
</style>