Shades of Malibu #4CCBF2
Tints of Malibu #4CCBF2
RGB
CMYK
RGB Variations
Color information
#4CCBF2 (or 0x4CCBF2) is known color: Malibu. HEX triplet: 4C, CB and F2. RGB value is (76,203,242). Sum of RGB (Red+Green+Blue) = 76+203+242=521 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.59% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #4CCBF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCBF2 is #B3340D. Grayscale: #A9A9A9. Windows color (decimal): -11744270 or 15911756. OLE color: 15911756.
HSL color Cylindrical-coordinate representation of color #4CCBF2: hue angle of 194.1º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CCBF2 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 203 | 242 | - |
| CMYK | 0.69 | 0.16 | 0 | 0.05 |
| HSL | 194.1º | 0.86% | 0.62% | - |
| HSV(B) | 194.1º | 0.69% | 0.95% | - |
| XYZ | 40.36 | 50.66 | 91.66 | - |
| YUV | 169.47 | 168.92 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 242 | 0.69 | 0.16 | 0 | 0.05 | 194.1 | 0.86 | 0.62 |
| Hex | 4C | CB | F2 | 45 | 10 | 0 | 5 | C2 | 56 | 3E |
| Octal | 114 | 313 | 362 | 105 | 20 | 0 | 5 | 302 | 126 | 76 |
| Binary | 1001100 | 11001011 | 11110010 | 1000101 | 10000 | 0 | 101 | 11000010 | 1010110 | 111110 |
Color Harmonies of #4CCBF2
Complementary color
Monochromatic Colors of #4CCBF2
Black with #4CCBF2
Text Example
Text Example
White with #4CCBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBF2; }
p { color: rgb(76,203,242); }
H1.HeaderClassName
{
color: #4CCBF2;
}
.AnyTagClassName
{
color: #4CCBF2;
}
</style>
background-color css
<style>
a { background-color: #4CCBF2; }
a { background-color: rgb(76,203,242); }
div.DivClassName
{
background-color: #4CCBF2;
}
.BgClassName
{
background-color: #4CCBF2;
}
</style>
border-color css
<style>
span { border-color: #4CCBF2; }
span { border-color: rgb(76,203,242); }
td.TdClassName
{
border-color: #4CCBF2;
}
.TagClassName
{
border-color: #4CCBF2;
}
</style>