Shades of Baby Blue #4CFFEC
Tints of Baby Blue #4CFFEC
RGB
CMYK
RGB Variations
Color information
#4CFFEC (or 0x4CFFEC) is known color: Baby Blue. HEX triplet: 4C, FF and EC. RGB value is (76,255,236). Sum of RGB (Red+Green+Blue) = 76+255+236=567 (75% of max value = 765). Red value is 76 (30.08% from 255 or 13.40% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFFEC is #B30013. Grayscale: #C7C7C7. Windows color (decimal): -11730964 or 15531852. OLE color: 15531852.
HSL color Cylindrical-coordinate representation of color #4CFFEC: hue angle of 173.63º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFEC is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 236 | - |
| CMYK | 0.70 | 0 | 0.07 | 0 |
| HSL | 173.63º | 1% | 0.65% | - |
| HSV(B) | 173.63º | 0.7% | 1% | - |
| XYZ | 53.88 | 79.11 | 91.79 | - |
| YUV | 199.31 | 148.7 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 236 | 0.70 | 0 | 0.07 | 0 | 173.63 | 1 | 0.65 |
| Hex | 4C | FF | EC | 46 | 0 | 7 | 0 | AE | 64 | 41 |
| Octal | 114 | 377 | 354 | 106 | 0 | 7 | 0 | 256 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11101100 | 1000110 | 0 | 111 | 0 | 10101110 | 1100100 | 1000001 |
Color Harmonies of #4CFFEC
Complementary color
Monochromatic Colors of #4CFFEC
Black with #4CFFEC
Text Example
Text Example
White with #4CFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFEC; }
p { color: rgb(76,255,236); }
H1.HeaderClassName
{
color: #4CFFEC;
}
.AnyTagClassName
{
color: #4CFFEC;
}
</style>
background-color css
<style>
a { background-color: #4CFFEC; }
a { background-color: rgb(76,255,236); }
div.DivClassName
{
background-color: #4CFFEC;
}
.BgClassName
{
background-color: #4CFFEC;
}
</style>
border-color css
<style>
span { border-color: #4CFFEC; }
span { border-color: rgb(76,255,236); }
td.TdClassName
{
border-color: #4CFFEC;
}
.TagClassName
{
border-color: #4CFFEC;
}
</style>